View Full Version : Profile Enhancements - My Best Threads
Developer
08-13-2007, 10:00 PM
My Best Threads
v.1.0.0
Description::.
This is a ported version from my hack for vB3.5.4
This adds to ur members a feature allow to them to choose thy best thread(s) via thread tools, shows in thier profiles
[Hack Features::.
1-easy yo install
2-Controlable by users
3-easy to add/remove threads
4-table in users profile shows
4.1-Thread title
4.2-Thread date
4.3-Thread forum
4.4-last poster
4.5-last post time
4.6-Views
4.7-replies
5-Users that doesn't have permission to view threads from restricted forums can't view them
[See Screen Shots]
PlannedFeatures::.
N/A
User Controllable
From Thread Tools ==> Add Thread To My best Threads OR Remove Thread from My best Threads.]
Installation::.
1-Import The Product.
3-Edit Template SHOWTHREAD
Find:<tr>
<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
</tr>
Add Below it <if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <if condition="in_array($thread['threadid'], $mybestthread)"><a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>
History::.
1.0.0 On 14. Aug 2007 Initial Version.
Hack Languages::.
English
Details::.
1 plugins, 13 phrases, 0 option, 2 queries
yahoooh
08-14-2007, 05:53 AM
that what i was looking for
thanks
FReeSTER
08-14-2007, 06:23 AM
Thank you :) :up:
Hornstar
08-14-2007, 08:32 AM
Thanks for the update, it is a shame you cant support it tho.
Question: In the screen shot there is an image of Best Thread, but in the downloads of this thread there is only a xml file and no images, how will the image show?
Developer
08-14-2007, 09:03 AM
I can't support any hack now, cuz i am going to high school, i had no time, but i'll try as much as i'll be free
this is an old screenshot but you can put you're own image just edit the template edit ..
Stefano Virgill
08-14-2007, 09:24 AM
Hi folks,
there is obviously something missing in this lazy description.
There's no point to make it work and there is no configuration panel.
Installed and Unistalled after 5 minutes.
:down:
Steve
projectego
08-14-2007, 11:20 AM
/me clicks install
Triky
08-14-2007, 11:27 AM
Installed. Great mod, Developer!
RedGTiVR6
08-14-2007, 02:07 PM
hrmmm - installed, but don't see it showing up...
nothing in options...not showing up on the thread drop down either...
Can you please add the installation instructions and make it downloadable as one zip file?
Busterking
08-14-2007, 07:50 PM
Will this hack work with Version 3.6.7 ?
RedGTiVR6
08-14-2007, 07:54 PM
Who knows, I couldn't get it to work on 3.6.8 at all due to a complete lack of info provided by the developer.
Busterking
08-14-2007, 08:13 PM
I installed it on 3.6.7 no problem. Only the "Best Thread" icon is missing.
RedGTiVR6
08-14-2007, 08:17 PM
I'd suggest reading the other users comments in the thread Busterking...people have already asked about it.
Busterking
08-14-2007, 08:30 PM
I'd suggest reading the other users comments in the thread Busterking...people have already asked about it.
Thats ok, don't really care about that icon anyways.
Seems to be working great.
Thanks to the mod creator.
Clicked installed.
Developer
08-15-2007, 07:20 AM
hrmmm - installed, but don't see it showing up...
nothing in options...not showing up on the thread drop down either...
Try to search in your MEMBERINFO template for $footer and add below it $mybest
Who knows, I couldn't get it to work on 3.6.8 at all due to a complete lack of info provided by the developer.
try the solution above ..
and for the icon i didn't know that a mod without icon make it bad :confused:
Stefano Virgill
08-15-2007, 07:32 AM
and for the icon i didn't know that a mod without icon make it bad :confused:
Is not for the icon, is because you made the lazyest install description ever.
Bye
Stefano
Developer
08-15-2007, 07:36 AM
What lazyest install description !!?
you have to import the product, edit the template, and you're done !!
and for showing the table in members profile i'd make it automatically replaced ... or i am missing something else .. !?
Stefano Virgill
08-15-2007, 08:26 AM
Yes, where to put the damn image?!
Developer
08-15-2007, 10:10 AM
you can put you're own image just edit the template edit ..
2-Edit Template SHOWTHREAD
Find:
<tr>
<td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
</tr>
Add Below it
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <if condition="in_array($thread['threadid'], $mybestthread)">
<img alt="add-to-my-best-threads" src="IMG_SRC">
<a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else />
<img alt="remove-from-my-best-threads" src="IMG_SRC">
<a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>
i had answerd this question before and here is the full solution ... plz take it easy ..
and this let me say it again, without image the hacks sucks !!?
Developer
08-15-2007, 10:15 AM
Btw, this is the image mentioned in the screenshot ..
Stefano Virgill
08-15-2007, 11:37 AM
Well done Developers,
thank you so much for your patient.
Greetings
Steve
Alfa1
08-15-2007, 11:47 AM
Looks like a great mod! I hope several profile enhancement add-ons (https://vborg.vbsupport.ru/showthread.php?t=140614) will add the possibility to apply this hack.
Developer
08-16-2007, 06:23 AM
You're welcome ..
Installed but have a problem the mod not showing on trhread tool drop down.Have try add $mybest under $footer on MEMBERINFO template but problem doesnt solved.Where to manage this hack?i can not find it on VBulletin option.I running vBulletin 3.6.7 PL1
nnjj.net
08-27-2007, 02:55 PM
same issue!
Chadi
08-30-2007, 03:48 AM
How do I edit the template under profile view? The menu bar for "best threads" is not the one I wish to use.
alessai2
08-30-2007, 05:12 AM
Thanks Sir ...
Regards ...
pollon
08-31-2007, 07:29 PM
Great Mod but I have one little problem. I don't want all user to use this mod, only vip members will.
So I don't want the empty box (the one with "You Could Add Your Best Threads By Going To Your Threads ==> Thread Tools ==> Add This Thread To My best Threads") to appear in members profile of people who don't have their best threads.
Is it possible???
ragtek
09-02-2007, 05:13 AM
if someone is using tms=>69372
JirQUEST
09-11-2007, 07:58 PM
Any idea how I can move this further up the page, instead of having it near the footer?
l3it3r
10-13-2007, 07:42 AM
works great, thanks
Allan
11-05-2007, 08:13 AM
Hello :)
It's possible to show this infos on externe page ?
https://vborg.vbsupport.ru/attachment.php?attachmentid=68446&d=1187070851
michaelsilvia
11-17-2007, 03:12 AM
Any idea how I can move this further up the page, instead of having it near the footer?
Just place this: $mybest
Anywhere you want it in the MEMBERINFO template.
michaelsilvia
11-17-2007, 03:18 AM
Had promise, but for some reason it shows up TWICE on my site with the most current VB.
Uninstalling until this works.
Konstantinos
12-07-2007, 05:52 AM
how do make best threads to show in usercp ?
DieselMinded
01-19-2008, 04:32 AM
Can You make this User Group Specific I only want paid members to be able to do this
Thanks This is a great Mod
DM
Alfa1
01-19-2008, 05:02 AM
I suspect that this would work:
<if condition="is_member_of($bbuserinfo,5,6,7)">
$mybest
</if>
Replace the user group numbers with the ones you want this to display for.
DieselMinded
01-19-2008, 05:39 PM
Ok if that will work for the Profile page what do i need to add to post bit ...
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <if condition="in_array($thread['threadid'], $mybestthread)"><a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>
Alfa1
01-19-2008, 06:31 PM
<if condition="is_member_of($bbuserinfo,5,6,7)">
<if condition="$thread['postuserid'] == $bbuserinfo['userid']">
<tr>
<td class="vbmenu_option"> <if condition="in_array($thread['threadid'], $mybestthread)"><a href="showthread.php?$session[sessionurl]do=removemybest&t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>
</if>
I am wanting to move My Best Threads table inside the Statistics Tab on member profile pages (3.7.0), though adding $mybest to memberinfo_block_statistics has no effect. Any idea why?
Nevermind, I figured out how to do that, even though through file edits...
Alfa1
01-26-2008, 06:44 AM
Care to share?
inder123
01-28-2008, 03:18 PM
thanks for this mod:)
Installed and worked
Thanks
TCE Killa
01-28-2008, 05:27 PM
When users haven't picked any best threads, you can see at the bottom of there profiles:
No Threads Found
This User Didn't Choose His Best Threads
If You Are "Kazza"
You Could Add Your Best Threads By Going To Your Threads ==> Thread Tools ==> Add This Thread To My best Threads
^^^Kazza is a girl, is there away I can change it to 'This User Didn't Choose His/Her Best Threads? Thanks.
When users haven't picked any best threads, you can see at the bottom of there profiles:
No Threads Found
This User Didn't Choose His Best Threads
If You Are "Kazza"
You Could Add Your Best Threads By Going To Your Threads ==> Thread Tools ==> Add This Thread To My best Threads
^^^Kazza is a girl, is there away I can change it to 'This User Didn't Choose His/Her Best Threads? Thanks.
Change that in the vB "Languages & Phrases" manager in the admin panel.
Animparadise
02-01-2008, 08:59 PM
i have a problem, in other forums it show up in thread tools and in most of forums it's not!!
how to correct this problem?
TCE Killa
02-02-2008, 11:42 PM
Change that in the vB "Languages & Phrases" manager in the admin panel.
Thanks alot man.
deLi_kurT
05-10-2008, 08:40 PM
Thanks - installed ;)
kmohamed
12-12-2008, 09:33 PM
ahmed is there any version for 3.7 or 3.8 this product is great except it wouldn't work in my site i tried to edit the template but nothing shows up
great idea need improvement
thank u
Alfa1
12-13-2008, 05:22 PM
This is an awesome idea. Please make a version for vb 3.8 that can be used on large boards as well.
EDIT: I see that the coder has not been in for over half a year. Can someone please port this?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.