From version 4.1.3 plugin called from ad_navbar_below don't work. In version 4.1.1 was ok.
Announcement
Collapse
No announcement yet.
plugin in ad_navbar_below template
Collapse
X
-
-
I made it myself. Just call externeal php:
Code:ob_start(); include('myphp.php'); $MyPlug = ob_get_contents(); ob_end_clean(); vB_Template::preRegister('ad_navbar_below',array('MyPlug' => $MyPlug));
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment