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.
I know this was done already but I cant seem to grasp it.
I have installed iTrader and cannot figure out how let users post feedback. I know the link to it, but how do I allow the users to select it for their needs?
Well, if indeed iTrader is set to "open" in your vB Options, then there is probably a version mismatch somewhere. In the new release I've coded it to be a bit more explicit if there is a file vs DB difference, but with this (and previous releases) it just says closed to prevent any issues. I'm assuming you chose the overwite option when you updated? Make sure you are using all the latest files.
Last thing to check would be to enable debug mode on your forum (probably best to close the forum temporarily). Go to your vBulletin Options -> Version Info and Other Untouchables. Then look for iTrader Version Number, it *should* be 2.1.0, if it's not then click the 'edit' link and under the "Default" field change it to 2.1.0 and make sure the Data Validation Type is set to "Free".
If none of that works, let me know, but one of those has to be the problem.
Easiest way without modifying the code would be to just remove those options in the template where they input a rating.
Works like a charm! BTW for those like me who had problems figuring it out (had to read the entire thread to find it out)
Add this to your config.php file at the bottom:
Code:
$config['Misc']['debug'] = true;
That will enable the "debug" mode and then you'll get the options the OP was talking about. Otherwise you'll circle around and say "huh? That's not in there!" lol thanks to whoever posted that
Also if you get an error saying it can't find the local file, just upload your XML file to includes/XML/ directory and import that way, it'll save you that hassle too.
I know this was done already but I cant seem to grasp it.
I have installed iTrader and cannot figure out how let users post feedback. I know the link to it, but how do I allow the users to select it for their needs?
If you made the template edits to your postbit/postbit_legacy template, then all they do is click on the link for that user and it takes them to their feedback page.
If you made the template edits to your postbit/postbit_legacy template, then all they do is click on the link for that user and it takes them to their feedback page.
Yes...and that works just fine...but how can they LEAVE feedback for any given user? There is no link for users to get to itrader_feedback with the proper extension for the user desired....
How can I attach this to the proper place so they can actually use the program?