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.
question: in the custom name of the entry, is it working from a popup ?!... i don't like to overload my board with multiple pages for a single action... would be cool to have it in a popup forthe entire process, or even better, AJAX..
EDIT !:yes, the more i think of it, the more i think it can be easy to add a quick "add to favs" button working directly with AJAX, same way it "lock/unlock" threads... the complete "rename" page would be independant from the AJAX, but i think that the coming of AJAX is useful here... very useful!
ANOTHER EDIT: you forgot the
PHP Code:
" . TABLE_PREFIX . "
in all the SQL queries...
EDIT 3: for the guys that built Links Systems, Articles or Albums systems, this Favorites can become your friend... check the code, it would be easy to add anyother kind of favorites to it...
nexialys,
1. I am not sure whether anybody needs AJAX here.
2. Wrong. Check twice before claiming an error. Favorites table does not use prefix regardless of the presence or absence of the prefix in other tables.
3. It does not come in a popup, it comes on a small separate page as shown in the screenshot.
T_Montana,
1. You can be absolutely sure that there are no bugs.
2. You have to go to usercp. However, further modifications of this hack are not impossible (note that there can be a lot of favorites in one's list, so this is not likely to be of any use).
nexialys,
1. I am not sure whether anybody needs AJAX here.
2. Wrong. Check twice before claiming an error. Favorites table does not use prefix regardless of the presence or absence of the prefix in other tables.
3. It does not come in a popup, it comes on a small separate page as shown in the screenshot.
T_Montana,
1. You can be absolutely sure that there are no bugs.
2. You have to go to usercp. However, further modifications of this hack are not impossible (note that there can be a lot of favorites in one's list, so this is not likely to be of any use).
yes i was thinking this too but you can have your top 10 favorites or you last 10 added favorites in dropdown menu from navbar....that would be pretty cool