Quote:
Originally Posted by Lionel
The favorites links in navbar do not display on vbadvanced pages. Can you tell us what the globals names are? We need to add them in vbadvanced settings.
Found them. Needed to add those in vbadvanced settings:ermm:
lastfavpostbit
lastfavthreadbit
and for those with vbaLinks, you need to add those in your construct navbar function in includes/functions_links.php
global $lastfavpostbit;
global $lastfavthreadbit;
and finally hardcode the showthread.php and showpost.php in the global.php
|
What do you mean hardcode? More info please?