View Full Version : End-User Options - vBFavorites
akanevsky
11-24-2006, 10:00 PM
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
Zero file or template edits.
Favorite Threads, Posts & Users.
Complete list of favorites is listed in the user cp.
Last {x} favorites are listed in a navbar dropdown that is available from every page, where {x} is a number configurable via admin cp.
Users can create their own titles for their favorite items.
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 (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=215197)
akanevsky
11-25-2006, 12:06 AM
#######################
Translations
German (https://vborg.vbsupport.ru/showpost.php?p=1822484&postcount=11) (By W!cKeD)
#######################
TheBlackPoet
11-25-2006, 12:32 AM
I'm installing RIGHT NOW!! i loved this when i had the old version.. but it didnt migrate with me... now.... i got it again!!... thanks..
Hi,
Thank you , i use this mod and it is very useful.
What shell i do for upgrade ?
Do i need to erase all the Template Changes from the old version?
Thanks.
Shazz
11-25-2006, 03:19 AM
Screen shots look nice
Im not using it but looks very cool :)
yahoooh
11-25-2006, 03:41 AM
it will add at least 2 query through whole site and another more query in cp
and it is not new feature , because user can add thread by subscribe and by subscribe area can ake folder for favorite
only thing is new is add the reply as favorite and this is should be a feature in subscribe ervice that already in vbulletin
yoyoyoyo
11-25-2006, 04:00 AM
this works great in 3.5.5
Very Nice Hack, Installed.
But my User CP In Not Working...
When Open: http://www.site.com/usercp.php
Getting Database Error:
Database error in vBulletin 3.6.0:
Invalid SQL:
SELECT *
FROM community_favorites
WHERE userid = '1'
AND entry_type = 'user'
ORDER BY favorites.entry_title;
MySQL Error : Unknown column 'favorites.entry_title' in 'order clause'
Error Number : 1054
Date : Saturday, November 25th 2006 @ 02:55:51 AM
Script : http://www.site.com/usercp.php
Referrer : http://www.site.com/
IP Address :
Username :
Classname : vb_database
What to do now? :surprised:
=====================
2nd thing..
I have added a thread to favorite, after that i check it in Navbar Favorites Menu.. look this screenshot:
56548
Fav Link also not working.....
=====================
When i disabled the hack, Database error is Stop and User CP Working Fine.
gbhedges
11-25-2006, 08:03 AM
Installed! Excellent Hack
very very nice indeed!
is there a way to bypass this (https://vborg.vbsupport.ru/attachment.php?attachmentid=56534&d=1164421334) page on addition of a new favorite?
gbhedges
11-25-2006, 08:54 AM
Very Nice Hack, Installed.
But my User CP In Not Working...
When Open: http://www.site.com/usercp.php
Getting Database Error:
What to do now? :surprised:
=====================
2nd thing..
I have added a thread to favorite, after that i check it in Navbar Favorites Menu.. look this screenshot:
56548
Fav Link also not working.....
=====================
When i disabled the hack, Database error is Stop and User CP Working Fine.
Have you edited functions_databuild.php correctly ?
Have you edited functions_databuild.php correctly ?
Yes I did. (again) but still getting database error :(
akanevsky
11-25-2006, 11:57 AM
Hi,
Thank you , i use this mod and it is very useful.
What shell i do for upgrade ?
Do i need to erase all the Template Changes from the old version?
Thanks.
You need to erase template changes, yes.
Then you revert modified templates.
Then you re-upload vbfavorites.php.
Then upload the product XML.
it will add at least 2 query through whole site and another more query in cp
and it is not new feature , because user can add thread by subscribe and by subscribe area can ake folder for favorite
only thing is new is add the reply as favorite and this is should be a feature in subscribe ervice that already in vbulletin
Three queries, actually, but regardless of where you are. Same three queries are used in usercp and in the rest of the site, except in usercp, those queries are modified to return more information. That said... It may be not useful to you, but it is definitely useful to some others. You are not obliged to use this hack if you do not want to.
this works great in 3.5.5
I know. 3.5.0 is minimum version, but it is compatible with vBulletin up through 3.6.4.
Very Nice Hack, Installed.
But my User CP In Not Working...
When Open: http://www.site.com/usercp.php
Getting Database Error:
What to do now? :surprised:
=====================
2nd thing..
I have added a thread to favorite, after that i check it in Navbar Favorites Menu.. look this screenshot:
56548
Fav Link also not working.....
=====================
When i disabled the hack, Database error is Stop and User CP Working Fine.
Have you uninstalled the previous version of this hack?
Have you reverted all templates?
Please double-check, the hack works fine on my installation.
very very nice indeed!
is there a way to bypass this (https://vborg.vbsupport.ru/attachment.php?attachmentid=56534&d=1164421334) page on addition of a new favorite?
How would you want to bypass it for posts with no title?
Have you uninstalled the previous version of this hack?
Have you reverted all templates?
Please double-check, the hack works fine on my installation.
Sir I installed it very 1st time, and also checked many times :(
Any chance to fix this problem? :surprised:
akanevsky
11-25-2006, 12:30 PM
Release 2.0.1: Corrected Navbar Dropdown Bug.
Please overwrite the product xml.
Yes, the problem of the sql was also fixed.
Release 2.0.1: Corrected Navbar Dropdown Bug.
Please overwrite the product xml.
Yes, the problem of the sql was also fixed.
Thanks a lot :)
The problem has been fixed now, hack working fine :)
soletrader
11-25-2006, 05:36 PM
I have trouble finding this line twice like mentioned in your instructions:
$vbulletin->db->query_write("DELETE FROM " . TABLE_PREFIX . "thread WHERE threadid = $threadid");
Are you sure this is in the php file twice?
mauro1947
11-29-2006, 07:38 PM
Hi!
This mod works on vBulletin 3.6.4???
Thanks!
Bye!
akanevsky
11-29-2006, 08:22 PM
Hi!
This mod works on vBulletin 3.6.4???
Thanks!
Bye!
Yes...
mauro1947
12-01-2006, 06:28 PM
Hi!
I installed (and upgrade to 2.02) but i have this problem:
http://img175.imageshack.us/my.php?image=12012006172559wp6.jpg
Look at the left top.
The menu, appears in that position
How can i fix that???
Thanks!!!!
yui333
12-01-2006, 06:30 PM
reserved.. thanks
akanevsky
12-01-2006, 07:40 PM
Hi!
I installed (and upgrade to 2.02) but i have this problem:
http://img175.imageshack.us/my.php?image=12012006172559wp6.jpg
Look at the left top.
The menu, appears in that position
How can i fix that???
Thanks!!!!
Your style does not correctly support dropdown menus, and there is nothing I can do to help you.
reserved.. thanks
Reserved for what?
mauro1947
12-01-2006, 07:45 PM
Hi!
Thanks for your answer.
Bye!
blogtorank
12-04-2006, 08:30 PM
Another great hack by you again!
Greatly appreciated and Installed
akanevsky
12-04-2006, 09:15 PM
Another great hack by you again!
Greatly appreciated and Installed
Status: Not Installed :D
awesome, installed really easy!
How would you want to bypass it for posts with no title?
in that case, before I go ahead and install it, does that confirmation message appear when adding a thread or a user to favorites?
akanevsky
12-18-2006, 10:41 PM
in that case, before I go ahead and install it, does that confirmation message appear when adding a thread or a user to favorites?
Yes.
Ronak
12-19-2006, 03:57 AM
Installed ;) :D 5 starz added :p
flanker
12-19-2006, 03:55 PM
This looks very nice. Got a question. If the user has a long list of favorites, will it break it into multiple pages (say 20 links per page)? If not, is it possible to add that functionality? Thanks
akanevsky
12-20-2006, 08:49 PM
This looks very nice. Got a question. If the user has a long list of favorites, will it break it into multiple pages (say 20 links per page)? If not, is it possible to add that functionality? Thanks
It won't break; feature is possible; but one should not have that many favorites, since those would not fit under the definition of favorites anymore.
soulface
01-06-2007, 06:52 PM
another gr8 hack of Anthony. I want to install it but i just don't like to edit vb files. for test installed on my test forum. i just ignored those 3 new codes. i know its not the correct way. :S but so far its working fine without any problem. so im just curious to know that, what those 3 new codes actually do ? and is it possible to add them in a hook ?
akanevsky
01-06-2007, 09:43 PM
Even on vBulletin 3.6, file edits, if any, are just as important for the correct functioning of a hack as file uploads and template edits. That is true for any hack. This particular hack (vB Favorites) will function almost correctly without its file edits, but: over time, your database will become noticeable larger (and slower) than it could have become if you had done these file edits. This is because these particular file edits ensure that any junk associated with this hack is removed from the database as soon as possible.
If there was a way to make those file edits into plugins, I would certainly do so and not specify any file edits. Unfortunately, however, it is not possible to create a plugin for everything.
Whether or not to do the file edits - up to you. But if you have a large forum, or you think it may become a large forum, then I strongly suggest that you make those edits.
EDIT:
93 posts per day is definitely a large forum. File edits strongly suggested.
soulface
01-07-2007, 05:44 AM
Even on vBulletin 3.6, file edits, if any, are just as important for the correct functioning of a hack as file uploads and template edits. That is true for any hack. This particular hack (vB Favorites) will function almost correctly without its file edits, but: over time, your database will become noticeable larger (and slower) than it could have become if you had done these file edits. This is because these particular file edits ensure that any junk associated with this hack is removed from the database as soon as possible.
If there was a way to make those file edits into plugins, I would certainly do so and not specify any file edits. Unfortunately, however, it is not possible to create a plugin for everything.
Whether or not to do the file edits - up to you. But if you have a large forum, or you think it may become a large forum, then I strongly suggest that you make those edits.
EDIT:
93 posts per day is definitely a large forum. File edits strongly suggested.
Thx Anthony for the explanation. i'll install it on my live forum. btw 93 posts/day is on my forum ur talking about ? ;)
akanevsky
01-07-2007, 03:18 PM
Thx Anthony for the explanation. i'll install it on my live forum. btw 93 posts/day is on my forum ur taling about ? ;)
The one you have a link to in your profile.
Great mod...thanks for this!
I'd like to add a way to encourage members to add threads to their favorites in the USERCP.
So I've moved the "Favorites" boxes to the top and what I'd like to do is add a conditional that shows up if a user doesn't have any favorites yet.
If a user doesn't have any favorites, I'd like to put some text like "I see you haven't marked any threads as your favorites yet! Click here to read more about how to save your favorite threads for later reading" (with a link to a page on my site that I've created explaining how to use the favorites.
Can you help me with the conditional I'd use to show that text if a user doesn't have any favorites created yet?
akulion
02-01-2007, 05:00 PM
wow really nice gona install it now
and double wow at the torn edge screen shots! How did u do that its awesome?
akanevsky
02-01-2007, 06:32 PM
Great mod...thanks for this!
I'd like to add a way to encourage members to add threads to their favorites in the USERCP.
So I've moved the "Favorites" boxes to the top and what I'd like to do is add a conditional that shows up if a user doesn't have any favorites yet.
If a user doesn't have any favorites, I'd like to put some text like "I see you haven't marked any threads as your favorites yet! Click here to read more about how to save your favorite threads for later reading" (with a link to a page on my site that I've created explaining how to use the favorites.
Can you help me with the conditional I'd use to show that text if a user doesn't have any favorites created yet?
That would be the same conditional as the one around the navbar link, just reverse that.
wow really nice gona install it now
and double wow at the torn edge screen shots! How did u do that its awesome?
Certain screenshot making software.
akulion
02-02-2007, 12:01 AM
any names for it?
or do u wana keep it a secret?
akanevsky
02-02-2007, 01:00 AM
any names for it?
or do u wana keep it a secret?
www.moodysoft.com
That would be the same conditional as the one around the navbar link, just reverse that.
I apologize for my ignorance, how would I reverse that? I tried
<if condition="!$show['vbfavorites_fav_lastthreads'] OR !$show['vbfavorites_fav_lastposts'] OR !$show['vbfavorites_fav_lastusers']">
And
<if condition="!$show['vbfavorites_fav_lastthreads'] OR $show['vbfavorites_fav_lastposts'] OR $show['vbfavorites_fav_lastusers']">
But neither of them worked. I also tried putting an else after the statement and it didn't work either.
akanevsky
02-03-2007, 01:27 PM
I apologize for my ignorance, how would I reverse that? I tried
<if condition="!$show['vbfavorites_fav_lastthreads'] OR !$show['vbfavorites_fav_lastposts'] OR !$show['vbfavorites_fav_lastusers']">
And
<if condition="!$show['vbfavorites_fav_lastthreads'] OR $show['vbfavorites_fav_lastposts'] OR $show['vbfavorites_fav_lastusers']">
But neither of them worked. I also tried putting an else after the statement and it didn't work either.
The easiest way to reverse it is to place the whole original condition string into parenthesis and then prepend it with an exclamation sign. Or, replace all instances of OR with AND in the first code you posted.
Either:
<if condition="!($show['vbfavorites_fav_lastthreads'] OR $show['vbfavorites_fav_lastposts'] OR $show['vbfavorites_fav_lastusers'])">
OR
<if condition="!$show['vbfavorites_fav_lastthreads'] AND !$show['vbfavorites_fav_lastposts'] AND !$show['vbfavorites_fav_lastusers']">
The easiest way to reverse it is to place the whole original condition string into parenthesis and then prepend it with an exclamation sign. Or, replace all instances of OR with AND in the first code you posted.
Either:
<if condition="!($show['vbfavorites_fav_lastthreads'] OR $show['vbfavorites_fav_lastposts'] OR $show['vbfavorites_fav_lastusers'])">
OR
<if condition="!$show['vbfavorites_fav_lastthreads'] AND !$show['vbfavorites_fav_lastposts'] AND !$show['vbfavorites_fav_lastusers']">
Weird, I tried both of those and neither seemed to work. If I have favorites saved, it still shows the text in the IF, if I don't have favorites saved, it still shows the text.
Could it be because if I have a favorite thread and a favorite post, but NOT a favorite user, the if conditional still gets triggered the same as if I didn't have any of the 3?
akanevsky
02-03-2007, 05:36 PM
Could it be because if I have a favorite thread and a favorite post, but NOT a favorite user, the if conditional still gets triggered the same as if I didn't have any of the 3?
The conditional is true when none of the favorites are added, and it is false if there is at least one favorite item.
blogtorank
02-04-2007, 08:19 PM
Status: Not Installed :D
Awwwwww just caught this, I clicked it now just for you on 4 boards of mine! However I'm catching hell on one and not sure what's up but I'll figure it out later on the other one...
Status: Installed so take that back!
akanevsky
02-04-2007, 08:47 PM
Awwwwww just caught this, I clicked it now just for you on 4 boards of mine! However I'm catching hell on one and not sure what's up but I'll figure it out later on the other one...
Status: Installed so take that back!
Thanks :)
blogtorank
02-05-2007, 03:23 AM
Hey Anthony having issues with this here... I never had an issue with installing any of your hacks maybe I only have the most hacked boards out there, but I just can't find where this is going wrong here.
The navbar favorites is not showing up or anything (Odd S@#% if you ask me). I go to the URL www.mydomain.com/forums/vbfavorites.php "No permissions" to the Admin... I am probably just too damn tired from all of these damn boards I don't know dude, I went through all of your instructions 3 x to make sure and not a chance did I miss nothing!
I'm PM a URL to see what I mean if you like.
All the best!
djbaxter
02-05-2007, 03:17 PM
Suggestion:
When I hover over any of your add-ons from the index, this is all I can see (truncated):
/*================================================= =====================*\
|| vBFavorites
||
|| ================================================== =====
|| Brought to you by:
|| VisionScripts
|| Premium PHP & vBulletin Solutions!
|| ================================================== =====
||
|| Author : Anthony Kanevsky - aka Psionic Vision
|| Rent-a-Coder ID : #1360893
|| Works on : vBulletin 3.5 / 3.6
|| Released : Dec 01, 2006
||
|| Time required to install: 5 minutes
|| Difficulty: easy
\*================================================ ======================*/It would be more helpful to post your add-ons with the following on top of that notice, so that index surfers could actually see what your mod is about:
DESCRIPTION
This modification gives your users an opportunity to create their own personalized menus of favorite threads, posts and users within your bulletin board.
akanevsky
02-05-2007, 08:39 PM
Hey Anthony having issues with this here... I never had an issue with installing any of your hacks maybe I only have the most hacked boards out there, but I just can't find where this is going wrong here.
The navbar favorites is not showing up or anything (Odd S@#% if you ask me). I go to the URL www.mydomain.com/forums/vbfavorites.php "No permissions" to the Admin... I am probably just too damn tired from all of these damn boards I don't know dude, I went through all of your instructions 3 x to make sure and not a chance did I miss nothing!
I'm PM a URL to see what I mean if you like.
All the best!
You are not supposed to go to that URL directly.
Rickeo
02-05-2007, 08:57 PM
Installing now nice mod!!!
~Rick~
blogtorank
02-06-2007, 12:44 AM
You are not supposed to go to that URL directly.
Yeah I know that now, however seems there is no favourites showing up in the User CP and the link in the Navbar isn't showing up.... I have rebuilt the style(s) and no avail. Any other ideas?
The conditional is true when none of the favorites are added, and it is false if there is at least one favorite item.
Any idea why would it still show something if the condition was false?
akanevsky
02-06-2007, 05:43 PM
Yeah I know that now, however seems there is no favourites showing up in the User CP and the link in the Navbar isn't showing up.... I have rebuilt the style(s) and no avail. Any other ideas?
That is how it is designed. First, add some favorites. Then, the things you listed will show up.
blogtorank
02-06-2007, 06:34 PM
That is how it is designed. First, add some favorites. Then, the things you listed will show up.
Thanks man, nothing showed up at all, I have all the code in the User CP area as your instructions, I'm try this on another forums with a FRESH install to see if there is another hack barring this from working. Should I send you a copy of my User CP style via PM so you can take a look?
akanevsky
02-06-2007, 06:53 PM
Thanks man, nothing showed up at all, I have all the code in the User CP area as your instructions, I'm try this on another forums with a FRESH install to see if there is another hack barring this from working. Should I send you a copy of my User CP style via PM so you can take a look?
No thanks.
blogtorank
02-06-2007, 07:09 PM
No thanks.
Okay, uninstalled until it's figured out
akanevsky
02-06-2007, 07:23 PM
Okay, uninstalled until it's figured out
It will never be. This hack works on a default vBulletin installation, and if you run into any problems, that's due to something being wrong with your particular board.
blogtorank
02-06-2007, 07:34 PM
It will never be. This hack works on a default vBulletin installation, and if you run into any problems, that's due to something being wrong with your particular board.
No meaning I uninstalled from my forums man. I was seeing if you wouldn't mind assisting to see if there is a conflict of another hack in there, not here to argue with you and your coding, I basically just wanted to see if you would "assist", guess I cannot blame you for not assisting others in the freebies, thanks anyhow!
akanevsky
02-06-2007, 07:40 PM
No meaning I uninstalled from my forums man. I was seeing if you wouldn't mind assisting to see if there is a conflict of another hack in there, not here to argue with you and your coding, I basically just wanted to see if you would "assist", guess I cannot blame you for not assisting others in the freebies, thanks anyhow!
No, I only said that I don't want to see "a copy of your usercp style" - it wouldn't help. If, on the other hand, you sent me admincp details after installing the hack - then I could look at it.
Chadi
02-07-2007, 08:23 PM
What am I supposed to see in the user control panel? I see no links regarding favorites nor the favorited thread I just added. Also, where do I manually add the link inside quick links menu? Not sure what template/code to add it after.
akanevsky
02-07-2007, 10:42 PM
What am I supposed to see in the user control panel?
You are supposed to see already added favorites.
I see no links regarding favorites nor the favorited thread I just added.
Try refreshing the page.
Also, where do I manually add the link inside quick links menu? Not sure what template/code to add it after.
That's not a feature, sorry.
blogtorank
02-07-2007, 11:37 PM
You are supposed to see already added favorites.
Try refreshing the page.
Anthony,
This is the same issue I was facing... I will reinstall and send you the information for admincp and a shelled ssh if you want once I get back to that forums again.
*The issue I am facing is not showing in the User CP like he explained.* I've tried refreshing over and over and no avail but soon enough I'll kindly send you the info that you need for login.
All the best!
PS. That screenshot software is that your own? If so I'm going to purchase it no matter what, cause it is nice!
akanevsky
02-08-2007, 12:12 AM
PS. That screenshot software is that your own? If so I'm going to purchase it no matter what, cause it is nice!
No, it's a program by Moodysoft.
JohnBee
02-08-2007, 02:52 PM
Great hack!
Unfortunately 3 queries on forumhome is much to heavy for the benefits. Any way to reduce this?
akanevsky
02-08-2007, 05:41 PM
Great hack!
Unfortunately 3 queries on forumhome is much to heavy for the benefits. Any way to reduce this?
A heavy query is defined as "a query with a large amount of data being transferred". These queries only retrieve tiny bits of data, therefore they are not heavy.
BANDiT600
03-18-2007, 09:16 PM
Excuse me, but how it looks for postbit_legacy by default??? Post a screenshot please... Thanks!
akanevsky
03-19-2007, 12:09 AM
It looks just the same for legacy.
akulion
03-23-2007, 05:06 AM
hi
great mod but im having a small issue
in the User CP when I try and delete a thread from my favs
nothing happens, no page refresh, no nothing. Its as if the button dosent work at all
can u help me with this?
thanks
aku
is there any way to show users favorites threads in his profile
and then to show page with "most favoritized threads"???
Thank you
akanevsky
04-13-2007, 06:12 PM
Please do not bump my threads. It will not speed up implementation.
Eagle Creek
05-13-2007, 01:51 AM
What if you have a huge amount of favorite threads? Is there a decent split or search function?
akanevsky
05-13-2007, 12:06 PM
No, there isn't....
Eagle Creek
05-15-2007, 11:03 AM
So when I have a lot of favs I get a long page with alle the results, and with my browser search I can find it?
Doesn't this put a high load on the server then?
akanevsky
05-15-2007, 05:51 PM
A long list of favorites does not fall under the definition of favorites.
Eagle Creek
05-15-2007, 06:28 PM
Wel... I do have about 2000+ favorites in my Internet Explorer ;-).
But I see what you mean.
Lpspider
06-02-2007, 09:38 PM
Would it be possible to limit this to a specific member group?
akanevsky
06-04-2007, 06:31 PM
Wel... I do have about 2000+ favorites in my Internet Explorer ;-).
But I see what you mean.
They are not all from the same site, are they? :)
kushal
06-21-2007, 05:49 AM
Is there a possibility to publishing some of the favorite threads to other users or user groups. Like publishing them at member page, showing the favorite threads and users? Something like 'best Threads'
raiderlax
08-04-2007, 08:34 AM
Does this work with 3.6.8?
EvilHawk
08-04-2007, 12:20 PM
Yes it works.
macara
10-15-2007, 04:11 AM
Does this work with 3.6.8?
:confused:
yoyoyoyo
10-29-2007, 09:53 PM
The SHOWTHREAD template has changed in 3.6.8, and am having problems installing this.
The instructions say to look for:
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" />
<if condition="$show['subscribed']">
<a href="subscription.php?$session[sessionurl]do=removesubscription&t=$threadid">$vbphrase[unsubscribe_from_this_thread]</a>
<else />
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a>
</if>
</td>
</tr>yet my SHOWTHREAD looks like this:
<div><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" vspace="1" />
<if condition="$show['subscribed']">
<a href="subscription.php?$session[sessionurl]do=removesubscription&t=$threadid">$vbphrase[unsubscribe_from_this_thread]</a>
<else />
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a>
</if>
</div>I tried placing it after the </div> but it is not showing up properly. Also, the links are not clickable.
Any help is appreciated.
andreamarucci
12-11-2007, 11:20 AM
This mod is very very interesting and I've downloaded it but before using if I would like to know is this is supported or not since the message before mine is about 2 months old and no one answered. Also the developer site is offline. If this is the case it's a shame since this function is very cute...
andreamarucci
12-17-2007, 11:00 AM
My impressions was right isnt'it?
logicuk
01-17-2008, 12:34 PM
I would love this hack for vb 3.7 beta 4
Adding a thread to favorites ends up on a blank screen when trying to save the record. vB 3.7.0 Beta 4...
WildSoftCat
02-12-2008, 10:05 PM
3.6.8 ok !
Note about postbit_legacy template. It seems better to insert addition after
<td class="thead" style="font-weight:normal; border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-left: 0px" align="$stylevar[right]">
Link to Add/Remove post to Favorites will be placed to the right side :)
logicuk
02-13-2008, 08:38 PM
if someone could get this working on 3.7 b4 i wud love them long time ;)
logicuk
02-15-2008, 10:10 PM
anyone?
JasonP007
02-16-2008, 02:56 AM
thanks, installed and working...
logicuk
02-27-2008, 09:34 AM
anyone got this working for 3.7 b5?
HUMMERh3
03-07-2008, 12:17 AM
Hey:eek: when someone has a chance how bout a version for the 3.7 .
This was an incredible user mod.
Does this work with 3.6.8? Anyone know?
J98680Bxxxxx
04-10-2008, 07:59 AM
Installed on vB 3.7 CR2. Works fine, with a small modification (<td> -> <li>, </td> -> </li>)
In the MEMBERINFO template, find:
<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>
ADD UNDERNEATH
<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>
:up: Please notice the <li class="vbmenu_option"> (li and not td) instead of <td class="vbmenu_option">
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 :)
Artes_Marciales
04-11-2008, 03:00 PM
nice, Installed!! :)
toucan42
04-11-2008, 03:31 PM
Interesting hack - this is very close to what I am after. Thanks!
PoetJA-1975
07-07-2008, 08:10 PM
Wonderful - Still works on 3.7.2 = AWESOME!
Great work ANTHONY ;)
Jacquii.
EagleNick
07-08-2008, 06:04 PM
Wonderful - Still works on 3.7.2 = AWESOME!
Great work ANTHONY ;)
Jacquii.
Really?
I think I might give it a try, then! :D
sho3a3
08-23-2008, 02:38 AM
i need it for 3.7.2
i used it but is not open
akanevsky
06-03-2009, 02:21 PM
Released Version 2.1.1, which fixes the bugs that have been mentioned in 2.1.0.
To upgrade, overwrite the product and the files.
mauro1947
06-03-2009, 02:31 PM
This mod works on vB 3.8.x ???
W!cKeD
06-03-2009, 02:33 PM
This mod works on vB 3.8.x ???
Yes :up:
Look ==> here (https://vborg.vbsupport.ru/showthread.php?t=215197)
princeedward
07-27-2009, 07:56 PM
installed thanks......;)
chikkoo
06-16-2010, 06:53 AM
very nice Mod.
But NavBar link not appearing in custom Styles.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.