[Template] posting_editor_buttons_custom_tags_before

These requests for events in core phpBB have been merged into 3.1/Ascraeus and will be available with the next release.
Post Reply
Mr_Simon
Registered User
Posts: 2
Joined: Sat Aug 30, 2014 5:57 am

[Template] posting_editor_buttons_custom_tags_before

Post by Mr_Simon »

Identifier: posting_editor_buttons_custom_tags_before
Prosilver Location styles\prosilver\template\posting_buttons.html (just before <!-- BEGIN custom_tags -->)

Code: Select all

...
	<input type="button" class="button2 bbcode-color" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" />

<!-- EVENT posting_editor_buttons_custom_tags_before -->
	<!-- BEGIN custom_tags -->
		<input type="button" class="button2 bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
	<!-- END custom_tags -->
</div>
...
Explanation: It's to add the [size=150]Ω[/size] buttons which allows displaying special chars (like the color button) to update this mod Special Chars like this.
sp_chars.PNG
(23.34 KiB) Downloaded 388 times
Thanks :!:

Nicofuma
3.2 Release Manager
3.2 Release Manager
Posts: 299
Joined: Sun Apr 13, 2014 1:40 am
Location: Paris

Re: [Template] posting_editor_buttons_custom_tags_before

Post by Nicofuma »

Member of the phpBB Development-Team
No Support via PM

Mr_Simon
Registered User
Posts: 2
Joined: Sat Aug 30, 2014 5:57 am

Re: [Template] posting_editor_buttons_custom_tags_before

Post by Mr_Simon »

Thnk's for adding in 3.1.2

Post Reply