vaskies
12-24-2009, 02:24 AM
How do I pass the $pagenav variable into FORUMHOME? I tried via plugin:
vB_Template::preRegister('FORUMHOME',array('pagena v' => $pagenav));
But no luck. I believe $pagenav is defined inside forumdisplay.php?
I've read all the guides on this but they only cover registering your own variables you've defined within the plugin itself...
vB_Template::preRegister('FORUMHOME',array('pagena v' => $pagenav));
But no luck. I believe $pagenav is defined inside forumdisplay.php?
I've read all the guides on this but they only cover registering your own variables you've defined within the plugin itself...