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?


All times are GMT. The time now is 05:19 AM.

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.01079 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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