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
All I see admins currently having access to is editing and deleting feedbacks. I tried to search for it in this section but all the terms I searched came up with 0 results.
Yep same issue here, we need to edit scores left by people not just comments.
Any workaround aside from phpmyadmin?
Yep same issue here, we need to edit scores left by people not just comments.
Any workaround aside from phpmyadmin?
Well, I figured it out. I was looking to click the edit icons on the wrong page. On itrader.php, the edit icon is clickable. On itrader_detail.php (the one with the big edit button to edit comments) they are greyed out. This seems like it should be in the bug category.
Don't dig so deep into the feedback and you will see the edit icon appear and it will not be greyed out.
I made a little modification to mine that I thought I would share with you guys.
I changed the default text that goes out in the PM when a user has gotten a rating from another user.
I added to the bottom of the text a line suggesting they leave feedback for the other person if they have not yet done so, and with a link to do that. The link needed some modification to the script to work.
This is my NEW pm that goes out,
Quote:
You have received a new rating or comment from so and so.
Details about this transaction can be found on this page.
If you have not done so yet, please reciprocate the feedback and leave feedback for so and so by clicking here.
Note: This is an automated message from the feedback system.
This was the OLD pm:
Quote:
You have received a new rating or comment from so and so.
Details about this transaction can be found on this page.
Note: This is an automated message.
You can see the differences.
To construct the URL to leave feedback for the other person required some trickery.
Backup your itrader_feedback.php
Open up a new copy in your text editor,
Find, line 230:
Save and upload, careful to backup the file first.
Open your adminp and click to expand Languages & Phrases
search for your phrase itrader_pm_message by typing "received a new rating" in "Search for Text" and select 'iTrader" in "Phrase Type"
Click edit to edit your newly translated version, and this is the code you paste in there
PHP Code:
You have received a new rating or comment from {1}.
Details about this transaction can be found [URL={2}/itrader_detail.php?ir={3}&u={4}][b]on this page[/b][/URL].
If you have not done so yet, please reciprocate the feedback and leave feedback for {1} by clicking [URL={2}/itrader_feedback.php?u={5}]here[/url].
Note: This is an automated message from the feedback system.
To test it out, I suggest using the Admin Log In As User mod found here.
Hope this helps somebody! Enjoy!