The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Removing spacer_open & spacer_close - How?
The style I am developing doesn't make use of either and I would like to remove them altogether from the coding. They have been removed from the templates, though the templates are still called through vBulletin.
I'd like to simply drop the queries being made for these templates. Anyone know right off where they're located or if I can remove templates via a plugin? |
#2
|
|||
|
|||
./global.php in $globaltemplates array (around line 298) remove this:
'spacer_open', 'spacer_close', Around line 535 remove this: eval('$spacer_open = "' . fetch_template('spacer_open') . '";'); eval('$spacer_close = "' . fetch_template('spacer_close') . '";'); in ./includes/class_postbit.php around line 263 remove this: global $spacer_open, $spacer_close; |
#3
|
|||
|
|||
Hey! I was doing that too, working on a CSS 3 complaint vb style for vb3.6
|
#4
|
|||
|
|||
Thanks much .
Yeah, to be honest, neither of the templates serve a purpose. A basic wrapper would function just as well, if not better and could be inserted globally with template calls already being made through the header, footer and navigation areas. That alone eliminates 2 template calls and 2 items to be cached. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|