The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
disable some wysiwyg elements
I'd like to disable entire 3rd row in the wysiwyg editor.
I was advised by Lynne in this post http://www.vbulletin.com/forum/forum...55#post3979355 To delete that line. When I do that, it works but it leaves me with a new problem: I cannot use any custom bbcode with a button image. They work only without an image. If I try to add an image, site goes down globally and web errors show this: Quote:
|
#2
|
|||
|
|||
It would probably be better to request a modification.
|
#3
|
|||
|
|||
If you have no idea what you're doing, just experiment.. Apparently you cannot start a new row with the custom bbcodes so you need something ahead of them. You could try moving the block of code bbb codes ahead of the custom ones (I'm assuming you have the code bb codes turned off). Change it to look like this:
Code:
$toolbar[] = array('Quote'); $toolbar[] = '/'; $toolbar[] = array('Code', 'Html', 'Php'); //$toolbar[] = array('Table', 'TableProperties', 'DeleteTable', '-', 'InsertRowBefore', 'InsertRowAfter', 'DeleteRow', '-', 'InsertColumnBefore', 'InsertColumnAfter', 'DeleteColumn', '-', 'Subscript', 'Superscript', 'HorizontalRule'); $this->config['toolbar'] = $toolbar; $this->addCustomToolbarButtons(); |
#4
|
||||
|
||||
Thanks. I got the custom bbcode add into the 2nd row instead this way
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|