Quote:
Originally Posted by Milad
Please add the plug-in as a product.
Also include the template edit in the product, cache it, and overwrite the template navbar_notifications_menubit on real time.
PHP Code:
$vbulletin->templatecache['navbar_notifications_menubit'] = $vbulletin->templatecache['navbar_notifications_menubit_new'];
in the global_start hook!
|
Thanks for the tip! I'll put that together once I get some free time.