Version: 1.03, by akanevsky
Developer Last Online: Feb 2016
Version: 3.0.7
Rating:
Released: 05-21-2005
Last Update: 07-07-2005
Installs: 35
DB Changes
Code Changes Additional Files
No support by the author.
/*================================================= =====================*\
|| vbFavorites
|| Author : Psionic Vision
|| Works on : vBulletin 3.0.7
\*================================================ ======================*/
Did you ever find a useful thread on a bb? Did you want to save it for reading later? Did you have to choosing between subscribing to the thread and clogging your mailbox or adding it to your browser favorites and never finding it afterwards?
The problem has been solved!
With this hack, you can create your own personalized favorites menu within the bulletin board itself. You can add both posts and threads to the favorites. You can access the favorites from your usercp homepage. You can also specify a custom name for your favorites entry. It will also display latest 5 threads and posts in the nabar... See screenshots for more.
If you like it, do not forget to click INSTALL
The hack is free, however if you like that hack, feel free to DONATE (paypal it using my email which is written on top of this post)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
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.
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
Alright. IN the hack instructions, it tells you to add certain code to global.php. You would need to add the same code to vbadvanced's global.php. Then, make the template change that has to do with vbadvanced's navbar (the top one)...
Alright. IN the hack instructions, it tells you to add certain code to global.php. You would need to add the same code to vbadvanced's global.php. Then, make the template change that has to do with vbadvanced's navbar (the top one)...
Okay, I must be really having a bad day.
Far as I can tell vBadvanced has no global.php of its own, nor does it have a special navbar.
If it does I cannot locate them, or perhaps they are named differently.