The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBFavorites Details »» | |||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*================================================= =====================*\ || vBFavorites || || Author : Anton Kanevsky || Works on : vBulletin 3.5.x - 3.8.x || Released : Jun 03, 2009 || || Time required to install: ~30 seconds || Difficulty: easy \*================================================ ======================*/ DESCRIPTION This modification gives your users an opportunity to create their own personalized menus of favorite threads, posts and users within your bulletin board. STATISTICS File Uploads: 1 Products to Install: 1 FEATURES
VERSION HISTORY 2.1.1 [+] Made it so that the redirect screens no longer show up, for faster redirection. [F] Fixed a bug which made favorites entries non-editable. [F] Fixed a bug which made prevented anything from showing in favorites dropdown on standard error screens. [F] Fixed a text wrapping bug in postbit_legacy. 2.1.0 [+] Eliminated all file and template edits. [+] The hack is now compatible with vBulletin 3.5.x - 3.8.x. 2.0.2 [F] Fixed a bug which made it impossible for multiple users to add the same favorites item. 2.0.1 [F] Corrected a minor template bug, which caused invalid links in navbar dropdown. 2.0.0 [+] The modification has been rewritten from scratch: the code has been optimized, and is now compatible with both vBulletin 3.5 and 3.6. [+] Implemented "Smart Links": When an item is in one's favorites, the link "Add Item to Favorites" is replaced with "Remove Item from Favorites". This is achieved without any extra queries. [+] Templates have been redesigned; they are now more stylish and fully compatible with vBulletin CSS Layout. [+] Some templates have been removed, others have been added. [+] Implemented the "Who's Online" information bit for users located at vbfavorites.php. [+] User CP listings are now collapsible. 1.0.3 [+] It is now possible to enable or disable either of the three parts of the hack via vbulletin options. 1.0.2 [F] Corrected a minor sql problem. [F] Corrected a minor template bug. 1.0.1 [+] Less file edits; more plugins. [F] Corrected a couple of minor sql problems and a minor readme mistake. 1.0.0 Initial Release The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Show Your Support
|
Comments |
#62
|
||||
|
||||
Yep I'm getting the same error when trying to delete a user
Quote:
|
#63
|
|||
|
|||
Are you using the latest version that has been uploaded yesterday? The error's been fixed in there...
|
#64
|
|||
|
|||
DV -- Well you seem to feed off of praise, and deservedly so! Excellent mod. I never used your 3.0 version, but this works like a dove.
-installed- |
#65
|
||||
|
||||
I am now, thanks :up:
|
#66
|
|||
|
|||
I would like to disable the add user functionality and use vbfavorites only for threads & posts, how can I do that?
Thanks a lot. |
#67
|
|||
|
|||
Why would you want to disable that functionality?
Besides, if you are a coder, you should know how to do those things |
#68
|
|||
|
|||
Quote:
I'm also upgrading my board to 3.5.1 right now so I don't currently have the time to do it... :nervous: I want to disable the functionality in order to make the users use the buddylist. I'm also considering to add a hack I found to extend the functionality of the buddylist. |
#69
|
|||
|
|||
If you just want to hide the functionality, remove the link from memberinfo template, and replace
Code:
// check whether an invalid entry type is specified if (!in_array($vbulletin->GPC['type'], array('thread', 'post', 'user'))) { print_no_permission(); } Code:
// check whether an invalid entry type is specified if (!in_array($vbulletin->GPC['type'], array('thread', 'post'))) { print_no_permission(); } And maybe I'll release a version that allows an admin to enable/disable each of the three parts of the hack |
#70
|
|||
|
|||
Quote:
That version would be really nice! |
#71
|
|||
|
|||
Hiya, would the easiest way to unistall this be just to perform the steps backwards?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|