The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Quote:
In editor_toolbar_start Code:
$do_cache_editor = true; foreach($vbulletin->bbcodecache AS $cache) { if($cache['title'] == 'Editor') { $do_cache_editor = false; } } if($do_cache_editor) { $vbulletin->bbcodecache[] = array( bbcodeid => 200, bbcodetag => 'editor', title => 'Editor', buttonimage => 'clientscript/codemirror-3.0/images/editor.png' ); } Code:
if($title == 'Editor') { $handled = true; } Code:
if($this->editor_type == 'fe') { if($iespell) { $this->config['toolbar'][12][] = 'Editor'; } else { $this->config['toolbar'][11][] = 'Editor'; } } |
#22
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|