The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Trader Ratings v1.2.0 Details »» | |||||||||||||||||||||||||
Trader Ratings - A user feedback hack
Copyright ?2004 Jason Rabel, All Rights Reserved. __________________________________ Latest TR Verson: 1.2.0 vB Versions: 3.0.0 - 3.0.9 Author: Jason Rabel Contact: PM me here, I'll respond. Site: EXTREME Overclocking ?????????????????????????????????? Updates: ?????????????????????????????????? 1.2.0 - September 4, 2004 - Added Trader Ratings Stats Page (finally!) - Added PM notification when someone receives feedback - Changed how positive feedback percentage score is calculated (bugfix) - Ability to "close" the Trader Ratings pages (for maintainence or whatever) - TRATING_CLOSED - Ability to set the URL field when submitting feedback to required or optional - TRATING_REQ_URL 1.1.0 - June 7, 2004 - Added time-based user edit/delete abilities, set via TRATING_UEDIT constant in traderratings.php file - Userdate field is now an int field to be consistent with vBulletin - Userrating field changed to tinyint to save space - Fixed timeframes for showing historical ratings - Made some various code consolidation - Added missing ".TABLE_PREFIX." statement - Templates.txt file shows code for postbit & MEMBERINFO, with conditional examples - All 3 templates changed heavily - Added some more phrases & fixed missing phrases 1.0.1 - June 2, 2004 - Fixed a "divide by zero" display error - Postbit template fixed so guests do not have a trader rating 1.0.0 - June 1, 2004 - Initial Public Release Description: ?????????????????????????????????? Trader Ratings has evolved from my vB2 Buy/Sell/Trade User Rating System. This is a rating system for when members buy / sell / trade items from each other (presumably on a FS section of your forum). It is based on the honor system since there is no way to truly tell if they did engage in a transaction. (But I'm working on a way to fix that.) Trader Ratings came about because it was a pain to try and maintain a single thread listing good / bad traders and so far has worked out quite well. Features: ?????????????????????????????????? ? Rate another member: Positive / Negative / Neutral ? Specify Buyer, Seller, or Trade ? Leave comments about the deal ? Records date when rating created ? Specify a URL to the deal ? Display ratings over time ? Filter based on Buyer/Seller/Trade/or feedback they left for others ? Users can edit/delete ratings left for others (time based limitation) ? Admins & Mods can edit/delete anyone's ratings (just incase) ? Stats page showing best & worst rated members, and recent ratings ? PM notification when a person is rated Basic Info: ?????????????????????????????????? I haven't written a FAQ or any real documentation yet, but the way the system works is very simple. The only part that might confuse someone is that the Feedback Score is based only on UNIQUE members. Also, there are simple checks in place to make sure they actually do select proper info and enter a comment. A user is not able to rate themself (obviously). Permissions for viewing / rating are similar to standard forum viewing / posting permissions. Also it checks to make sure users exist and all that good stuff. Installation Info: ?????????????????????????????????? This hack is very simply to implement requiring only: ? 1 new file ? 5 new templates / 2-3 template changes (navbar, posbit/postbit_legacy, MEMBERINFO, memberlist_resultsbit) ? 52 new phrases ? 1 new DB table / 1 table DB change & index An install/upgrade PHP file is included to do all the template/phrase/DB stuff, so basically you run that, upload the file, and edit your postbit template. BAM! Screen Shots / Demos: ?????????????????????????????????? See Screenshots below, or you can view them on my forums: My Trader Rating Page Standard Disclaimer: ?????????????????????????????????? BACKUP YOUR DATABASE & FILES BEFORE IMPLEMENTING THIS HACK!!! Forums Using This Hack: ?????????????????????????????????? EXTREME Overclocking Forums i-Club -- Forums Accord Tuner NSX Prime Honda-Acura.net Guns Network PimpRig (PM me your forum if you want me to add you to the list) Donations: ?????????????????????????????????? This hack will always be free, however your donations are kindly accepted and will help towards further development. If you donate, please leave me some info (either your forum site or username at vB.org) so that I can thank you. Plans For Future Releases: ?????????????????????????????????? ? rebuttal / followup comments ? item description (possibly instead of thread url) ? button on thread that buyer/seller clicks to tie the transaction to two people Show Your Support
|
Comments |
#322
|
||||
|
||||
Oops... Man I need to get more sleep... I just updated the .zip again... So now people upgrading from 1.1.0 -> 1.2.0 should go smooth.
Everyone else, just follow the step above, making sure it is "1.2.0" and NOT "v1.x.0" |
#323
|
||||
|
||||
eoc_Jason thanks alot for this feature
One question, how could I remove "Wall of Shame" ? |
#324
|
||||
|
||||
This is still the best hack I have used, Thanks very much (if I wasnt an unemployed bum I would donate) It just works so well for my music trading forums
|
#325
|
|||
|
|||
Quote:
Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head><title>$vboptions[bbtitle] - $vbphrase[tratings]</title> $headinclude </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" align="center"><phrase 1="$vbphrase[tratings]">$vbphrase[x_statistics]</phrase></td> <td class="tcat" align="center">$vbphrase[tratings_recent_ratings]</td> <td class="tcat" align="center">$vbphrase[tratings_find_member]</td> </tr> <tr> <td class="alt1" valign="top"> <div align="$stylevar[left]"> <table border="0" cellpadding="5"> <tr> <td>$vbphrase[tratings_total_feedback]:<br>$vbphrase[tratings_members_rated]:</td> <td><b>$pginfo[total_ratings]<br>$pginfo[rated_count]</b></td> </tr> <tr> <td>$vbphrase[tratings_feedback_today]:<br>$vbphrase[tratings_average_feedback]:</td> <td>$pginfo[ratings_today]<br>$pginfo[ratings_average]</td> </tr> </table> </div> </td> <td class="alt1" valign="top"> <div align="$stylevar[left]"> <table border="0" cellpadding="2" width="100%"> <tr> <td> </td> <td align="center">$vbphrase[tratings_past_month]</td> <td align="center">$vbphrase[tratings_past_6_months]</td> <td align="center">$vbphrase[tratings_past_12_months]</td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr style="color:#008000"> <td align="left"><img src="images/icons/icon10.gif" align="absmiddle" alt="$vbphrase[tratings_positive]" /> $vbphrase[tratings_positive]</td> <td align="center"><if condition="$userinfo[tradepos30]">$userinfo[tradepos30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradepos180]">$userinfo[tradepos180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradepos365]">$userinfo[tradepos365]<else />0</if></td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr> <td align="left"><img src="images/icons/icon5.gif" align="absmiddle" alt="$vbphrase[tratings_neutral]" /> $vbphrase[tratings_neutral]</td> <td align="center"><if condition="$userinfo[tradeneu30]">$userinfo[tradeneu30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneu180]">$userinfo[tradeneu180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneu365]">$userinfo[tradeneu365]<else />0</if></td> </tr> <tr> <td colspan="4" class="alt2" style="padding:1px"></td> </tr> <tr style="color:#FF0000"> <td align="left"><img src="images/icons/icon8.gif" align="absmiddle" alt="$vbphrase[tratings_negative]" /> $vbphrase[tratings_negative]</td> <td align="center"><if condition="$userinfo[tradeneg30]">$userinfo[tradeneg30]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneg180]">$userinfo[tradeneg180]<else />0</if></td> <td align="center"><if condition="$userinfo[tradeneg365]">$userinfo[tradeneg365]<else />0</if></td> </tr> </table> </div> </td> <td class="alt1" valign="top"> <div align="$stylevar[left]"> <form action="memberlist.php" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="getall" /> <div class="fieldset"> $vbphrase[username]:<br /> <input type="text" class="bginput" size="25" name="ausername" value="" /> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="Search Now" accesskey="s" /> </div> </form> </div> </td> </tr> </table> <br /> <table cellpadding="0" cellspacing="5" border="0" align="center"> <tr> <td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center"> <tr> <td class="tcat" align="center" nowrap="nowrap">$vbphrase[tratings_recent_ratings]</td> </tr> $pginfo[recent_ratings] </table> </td> <td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center"> <tr> <td class="tcat" align="center" nowrap="nowrap">$vbphrase[tratings_top_traders]</td> </tr> $pginfo[top_rated] </table> </td> <!-- <td valign="top"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" align="center"> <tr> <td class="tcat" align="center" nowrap="nowrap">$vbphrase[tratings_wall_of_shame]</td> </tr> $pginfo[bottom_rated] </table> </td> --> </tr> </table> <div align="right" class="smallfont">$vbphrase[tratings] $vbphrase[tratings_version]</div> $footer </body> </html> |
#326
|
||||
|
||||
Alternatively if you want it to appear automatically when the first negative rating is given, you can do the conditionals around that block instead of the comments...
like: <if condition="!$pginfo[bottom_rated]">....</if> (I think that should work, but its not tested). |
#327
|
|||
|
|||
I got rid of it on mine because there's a single negative rating. I know it sounds silly, but for a guy that had one trade go bad, I didn't want to crucify him until he had company
|
#328
|
||||
|
||||
worked like a charm, thanks !
Quote:
|
#329
|
||||
|
||||
thanks again eoc_Jason
BtW has Trader Ratings 1.2.0 been voted a HOTM yet? If not it should be! thanks |
#330
|
||||
|
||||
1.1.0 was submitted I think for two months... Didn't make #1 pick though...
Maybe this version will get a few more votes if it gets listed again. |
#331
|
|||
|
|||
Awesome Upgrade!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|