The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Greetings all.
How does one disable the functions crossed out below? Or perhaps allow permissions on these? I don't see anybody using these and since I don't know how they would affect everything, I want to avoid this potential spanner. Is this not a common request? Thanks.. |
|
#2
|
||||
|
||||
|
That will require a file edit, open the file, vb/ckeditor.php and find the following:
Code:
$toolbar[] = array('Table', 'TableProperties', 'DeleteTable', '-', 'InsertRowBefore', 'InsertRowAfter', 'DeleteRow', '-', 'InsertColumnBefore', 'InsertColumnAfter', 'DeleteColumn', '-', 'Subscript', 'Superscript', 'HorizontalRule', 'PageBreak', 'PreviewBreak');
Code:
$toolbar[] = array('Subscript', 'Superscript', 'HorizontalRule', 'PageBreak', 'PreviewBreak');
|
| 2 благодарности(ей) от: | ||
| Krusty1231, tbworld | ||
|
#4
|
||||
|
||||
|
Glad it worked.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|