Page 1 of 1

help with a bbcode.

Posted: 04 Sep 2010, 18:00
by neuropass
hey guys i wanted to add the youtube bbcode in the posts editor icon.

9-4-2010 11-59-36 AM.png

How can i achieve it? :?

Re: help with a bbcode.

Posted: 04 Sep 2010, 21:12
by Stoker

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 -->

Re: help with a bbcode.

Posted: 05 Sep 2010, 05:20
by neuropass
thanks Stoker. but how do you retrieve the Bbcode ID?

Re: help with a bbcode.

Posted: 05 Sep 2010, 07:03
by Stoker
You dont.
Use the code I posted. The only 2 things to change is the bbcode name and the image name.

Re: help with a bbcode.

Posted: 06 Sep 2010, 01:50
by neuropass
ok i got it now.. thanks a lot..