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
|
I added the variables to vBa, but still no link in navbar, when I click add on either a thread or a post after submitting I get a blank screen, and nothing shows in usercp.
Can somebody help me out?