help with a bbcode.
Posted: 04 Sep 2010, 18:00
hey guys i wanted to add the youtube bbcode in the posts editor icon.
How can i achieve it?
How can i achieve it?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Code: Select all
<!-- IF custom_tags.BBCODE_TAG eq 'exact_name_of_the_bbcode_here' --><input type="button" class="buttonz" style="background: url('./images/editor/button_name.png');" name="addbbcode{custom_tags.BBCODE_ID}" value="" onclick="bbstyle({custom_tags.BBCODE_ID})" onmouseover="helpline('hr')" onmouseout="helpline('tip')" /><!-- ENDIF --><!-- END custom_tags -->