The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
HOW do I change THIS?
Default layout is:
HOW do I change it to THIS: There are a lot of BBcodes which I want to add BUT I want them all on the next line AND I want to seperate them as I like. I cant find any mod which can do this, so I thought if anyone have any idea about it!! Can we edit some templates to change default layout to this? PLEASE HELP !! |
#2
|
|||
|
|||
Edit editor_toolbar_on template.
Search: HTML Code:
<vb:if condition="$extrabuttons"> <li> <vb:each from="extrabuttons" value="button"> <img src="{vb:raw button.buttonimage}" class="imagebutton" id="{vb:raw editorid}_cmd_wrap{vb:raw button.twoparams}_{vb:raw button.bbcodetag}" width="21" height="20" alt="{vb:rawphrase wrap_x_tags, {vb:raw button.tag}}" /> </vb:each> </li> </vb:if> </ul> HTML Code:
</ul> <ul> <vb:if condition="$extrabuttons"> <li> <vb:each from="extrabuttons" value="button"> <img src="{vb:raw button.buttonimage}" class="imagebutton" id="{vb:raw editorid}_cmd_wrap{vb:raw button.twoparams}_{vb:raw button.bbcodetag}" width="21" height="20" alt="{vb:rawphrase wrap_x_tags, {vb:raw button.tag}}" /> </vb:each> </li> </vb:if> </ul> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|