bartek24m
02-15-2009, 08:01 PM
hey vbulletin team
i woudl like to add up a new icon like this above the text area where i create new thread
http://up.clubbers.pl/img/67wrap.png
but it cant be related with custom bbcode
i add up a new bbcode in includes/class_bbcode.php
and i woudl like to add only this small icon and after users click it the can recived my tekst
like
[my-tekst.] [/mt-tekst.]
--------------- Added 1234738003 at 1234738003 ---------------
solved :D
In Template: editor_toolbar_on
add after: $vBeditTemplate[extrabuttons]
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_zs"><img src="images/mini/your_image.gif" width="21" height="20" alt="$vbphrase[wrap_zs_tags]" /></div></td>
i woudl like to add up a new icon like this above the text area where i create new thread
http://up.clubbers.pl/img/67wrap.png
but it cant be related with custom bbcode
i add up a new bbcode in includes/class_bbcode.php
and i woudl like to add only this small icon and after users click it the can recived my tekst
like
[my-tekst.] [/mt-tekst.]
--------------- Added 1234738003 at 1234738003 ---------------
solved :D
In Template: editor_toolbar_on
add after: $vBeditTemplate[extrabuttons]
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_zs"><img src="images/mini/your_image.gif" width="21" height="20" alt="$vbphrase[wrap_zs_tags]" /></div></td>