The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Plugin question - Is it possible ?
I'm ready to release a new modification, but before doing it i'd to know if i can simply the installation.
To make a function work the class_bbcode.php must be edited manually. Here is the modification : search (appears 4 times in the code): Code:
eval('$html = "' . fetch_template($template) . '";'); Code:
// BBcode Manager start if ($vbulletin->options['quote_vba'] and !$GLOBALS['FIRSTPOSTID']) { if ($vbulletin->options['quote_vba_forums_all'] or in_array($GLOBALS[forumid], array($vbulletin->options['quote_vba_forums']))) { switch ($template) { case 'bbcode_quote': $template = 'bbcode_quote_vba'; break; case 'bbcode_code': $template = 'bbcode_code_vba'; break; case 'bbcode_php': $template = 'bbcode_php_vba'; break; case 'bbcode_html': $template = 'bbcode_html_vba'; break; } } } // BBcode Manager end Is there a way to automatically make this modification thanks to a plugin ? And if yes, how to do that ? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|