PDA

View Full Version : templatecache


vsforums
02-04-2011, 11:33 PM
Hi,

How to use

$vbulletin->templatecache['navbar'] .= $vbulletin->templatecache['navbar'] . $my_navbar;

in VB 4.x.x ?

It's very hard to find any information about it.

Dont want to use hooks.

Thanks,

Andreas
02-08-2011, 04:44 AM
My best advice is:
Don't do that at all!

Leave the templatecache untouched; use template hooks where possible and if not provide instructions to change the templates as necessary.