Version: 2.1.0, by eoc_Jason
Developer Last Online: Jan 2020
Category: Profile Enhancements -
Version: 3.7.1
Rating:
Released: 06-12-2008
Last Update: Never
Installs: 413
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
To hold people over until I get the full updated version with new features released, I'm posting this Interim version that has been tested / updated for vBulletin 3.7.x
There are no new features in this release, it is simply compatability updates and minor bug fixes. There are changes to both files & templates, but no changes to the iTrader tables.
--------------------
iTrader - A user feedback add-on for vBulletin 3.7.x
Copyright ?2004-2008 Jason Rabel, All Rights Reserved.
__________________________________ Latest iTrader Verson: 2.1.0 vB Versions Supported: 3.7.x Author: Jason Rabel Contact: PM me here. Site:EXTREME Overclocking
?????????????????????????????????? Description:
iTrader for vBulletin has evolved from Trader Ratings for vB 3.0.x which evolved from Buy/Sell/Trade User Rating System for vB 2.x. 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 somewhat based on the honor system since there is no automatic way to truly tell if they did engage in a transaction. iTrader 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 in each transaction: Buyer, Seller, or Trade
Leave multiple comments about the deal
Dates & IPs are all recorded to prevent abuse
Specify a thread URL to the deal
Advanced URL checking
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)
iTrader Admins can edit/delete anyone's ratings (just incase)
PM notification when new rating or comment is left
Per-usergroup permissions
Lots of admin controllable options
Installation / Upgrade Info:
Read the included readme file, it explains everything.
Standard Disclaimer:
BACKUP YOUR DATABASE & FILES BEFORE IMPLEMENTING THIS HACK!!!
Donations:
This add-on will always be free, however your donations are kindly accepted and will help towards further development. The link is on the right under "The Developer" info.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Inserts iTrader - iTrader (0) - in both postbits
Inserts iTrader - iTrader link - in a usercp (at the bottom of left side menu)
Inserts iTrader - Leave Feedback link - on a persons profile page.
Wouldn't the first one just be if (<whatever the itrader ratings variable is> !=<something signifying emptyness>) or something like that?
Here we go.
Code:
<if condition="$post[itrader_total]!=0"></if>
That will make it so that the iTrader rating will not show up if the total rating does not exist (or is neutral, but for most cases, negative ratings will lead to questioning...). I dunno, I think it's useful.
Can anyone send me the "itrader_upgrade.php" file? It is NOT included with the zip file attached to the author's post. Thanks.
The upgrade.php file was for people upgrading from 1.2.0 on vB 3.0, to vB 3.5. Is that what your doing?
Quote:
Originally Posted by MTGDarkness
Here we go.
Code:
<if condition="$post[itrader_total]!=0"></if>
That will make it so that the iTrader rating will not show up if the total rating does not exist (or is neutral, but for most cases, negative ratings will lead to questioning...). I dunno, I think it's useful.
I was running Trader Ratings 1.2.0 on Vb 3.0.8 and am now running iTrader 2.1.0 on Vb 3.7.4. Everything works, but I need to import the original tables and such so people get their ratings back.
Does this work pretty fluidly with 3.8 RC2? I really like the hack, but hope to avoid any pitfalls some have had problems with while installing it in 3.8.