Version: 2.0.1, by eoc_Jason
Developer Last Online: Jan 2020
Category: Major Additions -
Version: 3.5.5
Rating:
Released: 12-13-2005
Last Update: 12-18-2005
Installs: 692
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
iTrader - A user feedback add-on for vBulletin 3.5.x
Copyright ?2004-2005 Jason Rabel, All Rights Reserved.
__________________________________ Latest iTrader Verson: 2.0.1 vB Versions Supported: 3.5.x & 3.6.x Author: Jason Rabel Contact: PM me here. Site:EXTREME Overclocking
?????????????????????????????????? Description:
iTrader for vB 3.5.x & 3.6.x 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.
Future Additions:
AdminCP & ModCP Menus for searching IPs, stats, mass-prune, etc
Better navigation across pages
Better error descriptions
Adjust action icons some
Page to link two ratings manually
AdminCP Option to choose how ratings are ordered (asc or desc by time)
AJAX editing
Release History:
2.0.1 - December 18, 2005
2.0.0 - December 14, 2005
P.S. I *just* decided I might as well have an interm-release (based on the 2.0.1 code) that will be updated for vB 3.7.x that way people will (hopefully) finally stop asking, "Does this work on 3.7.x?"...
The only changes will be a couple minor bug fixes and compatability updates. There are no DB changes or any new features. It will be released as version 2.1.0 until I come up with the full blown "New" version (which will be v3)... Hopefully that will hold people over long enough.
I have the files all packaged, I'll post a new thread in the vB 3.7.x section after lunch today.
Try to post any new comments / questions in that thread (especially if related to vB 3.7.x)... I don't want to have to try and jump between two threads and get things all jumbled.
Try to post any new comments / questions in that thread (especially if related to vB 3.7.x)... I don't want to have to try and jump between two threads and get things all jumbled.
They'll only stop asking until vBulletin release 3.7.1 PL Extra Gravy Edition within the week.
I did have it previously running, but when I uninstalled it looks like its left the tables. This is good as I have my data still, however when I run the XML file I get the below error.
Code:
Database error in vBulletin 3.7.1:
Invalid SQL:
CREATE TABLE itrader (
rateid int(10) unsigned NOT NULL auto_increment,
userid int(10) unsigned NOT NULL default '0',
rateduserid int(10) unsigned NOT NULL default '0',
rating tinyint(3) NOT NULL default '0',
buyselltrade tinyint(3) unsigned NOT NULL default '0',
subject varchar(80) NOT NULL default '',
dealurl varchar(255) NOT NULL default '',
dateline int(10) unsigned NOT NULL default '0',
ipaddress varchar(15) NOT NULL default '',
PRIMARY KEY (userid,rateid),
UNIQUE KEY rateduserid (rateduserid,rateid),
KEY rateid (rateid)
) TYPE=MyISAM AUTO_INCREMENT=1;
MySQL Error : Table 'itrader' already exists
Also when I try and do it via the upgrade file, I get an error telling me tables don't exist. Any help is appreciated.
I need a little help please. I am admin.
I have followed the instructions IN ORDER.
I have edited the templates as instructed.
I have done the user group permissions.
In the member list I see "0" next to each member now.
In the post bit I see iTrader 0/0%
I see the menu link "My iTrader" in quick links which take me to my iTrader page.
However I do not see where or how I or some one would "Submit Feedback for......"
Where should that page with the ability to post as shown in attached images to this hack?