Log in

View Full Version : Message Editor: 2nd line for bbcode icons


RFViet
01-09-2013, 08:46 PM
Hello,
Recently we have added many bbcode icons in message editor. I want to place those hi-lite BBcode icons as shown in attachment in the 2nd line. if anyone knows how to do it, please help.

Simon Lloyd
01-12-2013, 04:44 AM
Have you tried just putting tr's around them?<tr> ALL YOUR BBCODES </tr>

RFViet
01-17-2013, 06:38 PM
Have you tried just putting tr's around them?<tr> ALL YOUR BBCODES </tr>

It doesn't work for me !

kh99
01-17-2013, 07:20 PM
Edit template editor_toolbar_on, and find this section (search for "extrabuttons") and add the parts in red:


<if condition="$vBeditTemplate['extrabuttons'] != '' ">
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
</tr><tr>$vBeditTemplate[extrabuttons]
</if>

RFViet
01-17-2013, 08:06 PM
Edit template editor_toolbar_on, and find this section (search for "extrabuttons") and add the parts in red:




It works for me now :D. Thank you so much !