vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Profile Enhancements - My Best Threads (https://vborg.vbsupport.ru/showthread.php?t=155175)

Developer 08-13-2007 10:00 PM

My Best Threads
 
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:
Code:

<tr>
                <td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
        </tr>

Add Below it
Code:

<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&amp;t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&amp;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...

sola 08-14-2007 04:45 PM

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

Quote:

Originally Posted by RedGTiVR6 (Post 1317601)
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

Quote:

Originally Posted by RedGTiVR6 (Post 1317365)
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
Quote:

Originally Posted by RedGTiVR6 (Post 1317584)
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

Quote:

Originally Posted by Developer (Post 1317911)
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

Quote:

Originally Posted by Developer (Post 1317144)
you can put you're own image just edit the template edit ..

Quote:

2-Edit Template SHOWTHREAD

Find:
HTML Code:

    <tr>
                    <td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
            </tr>

Add Below it

HTML Code:

    <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&amp;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&amp;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 will add the possibility to apply this hack.

Developer 08-16-2007 06:23 AM

You're welcome ..

HDT 08-16-2007 08:58 AM

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

HDT 08-17-2007 04:19 PM

uninstalled,thanks

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=>Attachment 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/attachmen...6&d=1187070851

michaelsilvia 11-17-2007 03:12 AM

Quote:

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:
Quote:

<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&amp;t=$threadid">$vbphrase[mybest_remove]</a><else /><a href="showthread.php?$session[sessionurl]do=addmybest&amp;t=$threadid">$vbphrase[mybest_add]</a></if></td>
</tr>
</if>


All times are GMT. The time now is 05:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01643 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete