The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
|||
|
|||
![]()
There is a product that I believe does what you want, but if you use it you'd of course need anyone who uses your product to install it first, and I believe it puts a copyright notice on each page. In any case, it's here: www.vbulletin.org/forum/showthread.php?t=152931
What you can also do is write a plugin to do a search and replace on the template when it's in the template cache. If you make a plugin using hook parse_templates, the cached template will be in $vbulletin->templatecache['template_name']. But it's complicated by the fact that what is in the cache is actually php code that produces the template when eval'd. So you might be able to do a simple replacement if you just want to replace some text, but if you want to replace something that is inserted by a variable, it's more difficult to figure out what to use for the match and replacement text. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|