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 |
#92
|
|||
|
|||
thanks, installed and working...
|
#93
|
|||
|
|||
anyone got this working for 3.7 b5?
|
#94
|
|||
|
|||
Hey when someone has a chance how bout a version for the 3.7 .
This was an incredible user mod. |
#95
|
|||
|
|||
Does this work with 3.6.8? Anyone know?
|
#96
|
|||
|
|||
Installed on vB 3.7 CR2. Works fine, with a small modification (<td> -> <li>, </td> -> </li>)
In the MEMBERINFO template, find: Code:
<if condition="$show['addignorelist']"> <li class="vbmenu_option"> <a href="profile.php?$session[sessionurl]do=addlist&userlist=ignore&u=$prepared[userid]">$vbphrase[add_to_ignore_list]</a> </li> </if> Code:
<if condition="$vboptions['vbfavorites_favusers_enabled']"> <li class="vbmenu_control"> <if condition="$show['vbfavorites_user_in_favorites']"> <a href="vbfavorites.php?$session[sessionurl]do=delete&entry_type=user&entry_id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[vbfavorites_remove_x_from_favorites]</phrase></a> <else /> <a href="vbfavorites.php?$session[sessionurl]do=add&entry_type=user&entry_id=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[vbfavorites_add_x_to_favorites]</phrase></a> </if> </li> </if> Maybe on your vB version the <td> tag, instead of the <li> tag, is used at this point in the MEMBERINFO template; in which case you must follow the instructions given in the readme.html |
#97
|
|||
|
|||
nice, Installed!!
|
#98
|
|||
|
|||
Interesting hack - this is very close to what I am after. Thanks!
|
#99
|
||||
|
||||
Wonderful - Still works on 3.7.2 = AWESOME!
Great work ANTHONY Jacquii. |
#100
|
||||
|
||||
Quote:
I think I might give it a try, then! |
#101
|
|||
|
|||
i need it for 3.7.2
i used it but is not open |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|