The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Helpful Threads - Thread Rating System Details »» | |||||||||||||||||||||||||||||||||
[AJAX] Helpful Threads - Thread Rating System
Developer Last Online: Nov 2020
After releasing Helpful Answers, a post rating system, many users commented that they wanted a more interactive way to rank and then sort threads. Helpful Threads is an AJAX based system that does exactly that letting users rate individual threads and then lets you sort by those ratings. The addon also switches from a positive / negative rating to a point system with one admin option.
Designed for maximum flexibility: This addon is built to be flexible and offers several customization options including:
This addon is designed to work with small to large sites and does not alter any existing tables. Modification Installation: This addon requires uploading multiple files, installing a vBulletin product and enabling the feature in any forums you wish. One template modification is required. Please see the included install file for detailed instructions. If you are not seeing the rating bar double check that you have enabled the feature in the forum you are in and made the template change. Coming Soon: Like with Helpful Answers, the initial release is intended to get people exposed to this tool. Coming down the road I will be adding in more complex ranking options, the ability to report on threads, better AJAX support and much more. Anonymous Stats Tracking (optional): vBulletin forums reach millions of consumers around the world yet little is known about their habits and opinions. This addon was released to the public out of requests but also to further the research of forum user's behaviors and actions through collecting the most basic data on thousands of sites. By default this addon will pass basic rating data (positive or negative) to a 3rd party site for statistical purposes. Only the most basic data is captured (the vote and your site name) and no user information or specific forum details are logged, not even an IP address. While you may disable this feature through the administrative options I ask that you consider leaving it in place to help this research effort and insure the continued support of the addon. The tracking feature uses the php library cURL on a 5 second timeout. If cURL is not installed this option is automatically disabled. Updates: - 08/29/2009 - Release of 1.0.2 stable Other Versions: This addon will work with 3.7 and is supported in the same thread. Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
|||
|
|||
Holding for template install
|
#3
|
|||
|
|||
This addon requires a mandatory template change as follows:
Open the template THREADBIT and find: Code:
<if condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if> Code:
$helpful_threads ----------------------------------------------------- As an alternative you can add a new cell to your forum display page to improve how voting shows. This is shown in the screen shots in the main post. Step 1: Open the template THREADBIT and remove Code:
<if condition="$show['threadratings'] AND $show['threadrating']"><span style="float:$stylevar[right]"><img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" border="0" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" /></span></if> Step 3: BEFORE this code add: Code:
<td>$helpful_threads</td> Code:
<td class="thead" width="150" align="center" nowrap="nowrap"><span style="white-space:nowrap"><a href="$sorturl&order=desc&sort=lastpost" rel="nofollow">$vbphrase[last_post]</a> $sortarrow[lastpost]</span></td> Code:
<td class="thead" width="150" align="center">Ranking</td> |
#4
|
|||
|
|||
"Step 3) Enable the system in any of your forums by visiting the forum options and scrolling to the end of the page. "
This option does not appear in my forum options for either mod; Helpful Threads or Helpful Answers. Any idea why? Also I get a blank grey color space in forumdisplay, and only the thumbs section in threads. |
#5
|
|||
|
|||
I also got the follow error after doing to bulk forum enabler.
PHP Code:
|
#6
|
|||
|
|||
Disable the addon to avoid errors.
I will review and see what could have caused this bug. |
#7
|
|||
|
|||
Thanks, another great add-on by you. not sure if I will need this yet, but I will keep this in mind if I do.
|
#8
|
|||
|
|||
Thanks and I appreciate your hard work and efforts.
|
#9
|
||||
|
||||
Quote:
|
#10
|
|||
|
|||
Have you:
1. Enabled the option in a forum? 2. Added the necessary template code? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|