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
[B]Update to 1.02:
[*] Fixed comma error in the table creation query[*] The hack now uses TABLE_PREFIX
Update is fairly easy, for the update instructions are included.
I noticed the comma problem as soon as I ran the queries, but was able to fix the problem myself(yahoooooo :P).
Ahh sorry to jump in the conversation like this.. overgrow.com been around since the first days of vB and they had a very similar hack, just like they had the karma hack since the early days of vb2.. although shebang(the owner) did not want to share it for free :P
So, thanks a lot Dark Visor for sharing, great hack, great instructions..
Although I would prefere if the coders put comments before and after the code we have to change, add, or replace for easy detection if mistakes are made - Just a thought, don't take me serious :P
Wow, I'm typing too fast, I think I had way too much coffee!
Once again great hack, ahh! Dark do you think this would be possible to be intergrated using the AJAX system? this would get rid of the ADD ENTRY template and maybe others.
Database error in vBulletin 3.0.7:
Invalid SQL: SELECT * FROM favorites WHERE entry_type='thread' AND userid = '1' ORDER BY dateline DESC LIMIT 5
mysql error: Unknown column 'dateline' in 'order clause'
mysql error number: 1054
Date: Monday 23rd of May 2005 02:47:19 PM
Script: http://craxxxs.com/forums/
Referer:
Username: T_Montana
IP Address: **.***.***.**
I like the idea of a favorites hack but the subscriptions page make it all a little redundant. Why not just pull the thread subscriptions data and display as a drop down?
Because, M1th, as the hack description states, nobody wants to subscribe to a lot of topics and get flooded just because he wants to read it later. Besides, you cannot subscribe to posts.