The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'd like to cache a template on a "do?=extra" within a hack of mine. The template is named "page" (imaginative, I know).
Would this be the correct plugin to add into my product, or is there a more graceful way to do it? Code:
<plugin active="1"> <title>Caching the "page" template</title> <hookname>cache_templates</hookname> <phpcode><![CDATA[ $actiontemplates = array( 'extra' => array( 'page', ) $actiontemplates['updateextra'] =& $actiontemplates['extra']; ]]></phpcode> </plugin> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|