The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Message Editor: 2nd line for bbcode icons
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. |
#2
|
||||
|
||||
Have you tried just putting tr's around them?
HTML Code:
<tr> ALL YOUR BBCODES </tr> |
#3
|
|||
|
|||
It doesn't work for me !
|
#4
|
|||
|
|||
Edit template editor_toolbar_on, and find this section (search for "extrabuttons") and add the parts in red:
Code:
<if condition="$vBeditTemplate['extrabuttons'] != '' "> <td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> </tr><tr>$vBeditTemplate[extrabuttons] </if> |
#5
|
|||
|
|||
It works for me now . Thank you so much !
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|