My Best Threads
Mod Version: 1.0.0, by Developer
This modification is in the archives.
vB Version: 3.6.8 |
Rating: (6 votes - 5.00 average) |
Installs: 63 |
Released: 14 Aug 2007 |
Last Update: Never |
Downloads: 287 |
Not Supported
Uses Plugins
Template Edits
|
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 threads4-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 ControllableFrom Thread Tools ==> Add Thread To My best Threads OR Remove Thread from My best Threads.]
Installation::.1-Import The Product. 3-Edit Template SHOWTHREADFind:
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&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
Download
This modification is archived, downloads are still allowed.
My Best Threads.xml (8.3 KB, 263 downloads)
Screenshots
|