The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
My Best Threads Details »» | |||||||||||||||||||||||||
My Best Threads Description::.v.1.2.7 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 installPlannedFeatures::. 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:History::. 0.0.1 On 17. Feb 2006 Beta Version. Hack Languages::. English Only For NowDetails::. 1 plugins, 13 phrases, 0 option, 1 query(reading only not change or add) and another addin a new row in user's tableDonation::. Feel Free ToaT lAsT::. IF YOu lIkE iT cLIcK INSTALL Support Given For Who Clicked Install {ONLY} Show Your Support
|
Comments |
#32
|
||||
|
||||
Quote:
|
#33
|
||||
|
||||
lol then users can change from plugin!
i was juss suggestin to make it all in juss xml |
#34
|
|||
|
|||
Very nice hack, this may make people more interested in making threads now. I'll intall it and let you know if everything goes good.
|
#35
|
|||
|
|||
I am having issues m8...
I cant see the the image /button in the thread tools menu I have upped the image to my styles buttons dir theres nothing in the menu thats changed and i have done the edit |
#36
|
|||
|
|||
im doing the template edits, but for mine it looks like this
Code:
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a> </if> </div> </if> </if> </td> </tr> Where should I add this after Code:
<if condition="$thread['postuserid'] == $bbuserinfo['userid'] && $thread['firstpostid'] != $bbuserinfo['userid']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/best.gif" /> <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> |
#37
|
||||
|
||||
Quote:
Code:
$stylevar[imgdir_button]/best.gif |
#38
|
||||
|
||||
Quote:
Code:
<a href="subscription.php?$session[sessionurl]do=addsubscription&t=$threadid">$vbphrase[subscribe_to_this_thread]</a> </if> </div> </if> |
#39
|
|||
|
|||
Just check my usercp options and the best threads ID box aint there any more either
|
#40
|
|||
|
|||
Something like this?
Quote:
|
#41
|
|||
|
|||
Quote:
I added it after that, but nothing shows up when I click on "thread tools" for my thread. Here is what i have Code:
<!-- thread tools --> <div class="smallfont"> <if condition="!$show['search_engine']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" vspace="1" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="p" rel="nofollow">$vbphrase[show_printable_version]</a></div> <div><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" vspace="1" /> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid" rel="nofollow">$vbphrase[email_this_page]</a></div> </if> <if condition="$show['member']"> <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> </if> <if condition="$thread['postuserid'] == $bbuserinfo['userid'] && $thread['firstpostid'] != $bbuserinfo['userid']"> <tr> <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/best.gif" /> <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 condition="$show['addpoll']"> <div><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" vspace="1" /> <a href="poll.php?$session[sessionurl]do=newpoll&t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></div> </if> </div> <!-- / thread tools --> Can you see anything wrong with this? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|