The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iTrader v2.0.1 Details »» | |||||||||||||||||||||||||
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:
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:
Release History: 2.0.1 - December 18, 2005 2.0.0 - December 14, 2005 Detailed template edits : (Link) Show Your Support
|
Благодарность от: | ||
vicius_the_one |
Comments |
#402
|
||||
|
||||
Is there a way to make the iTrader rating show in the memberlist? So all I have to do is click memberlist and I see the members and their ratings?
|
#403
|
|||
|
|||
Code:
if (($foruminfo[forumid] == 138) AND ($userinfo[itrader_total] < 50)) { print_no_permission(); } |
#404
|
|||
|
|||
How do I remove the reply option on the comments box?
I don't want people to be able to use this feature. So then they can't get into fights over the transactions. |
#405
|
|||
|
|||
Quote:
It looks like an easy fix. If you notice in the URL, it should be something like this: itrader.php?u=4&iv=3&page=2&pp=15 On the pages where the error occurs, the url looks like this: itrader.php?u=4&v=3&page=2&pp=15 Notice the missing "i" in "iv=3". To fix this, open itrader.php and on line 124 replace this: Code:
$pagenav = construct_page_nav($viewuser['pagenumber'], $viewuser['perpage'], $countposts['total'], "itrader.php?" . $vbulletin->session->vars['sessionurl'] . "u=" . $userinfo['userid'] . ($viewuser['viewtype'] ? "&v=" . $viewuser['viewtype'] : ''),(!empty($viewuser['perpage']) ? "&pp=" . $viewuser['perpage'] : ""));
Code:
$pagenav = construct_page_nav($viewuser['pagenumber'], $viewuser['perpage'], $countposts['total'], "itrader.php?" . $vbulletin->session->vars['sessionurl'] . "u=" . $userinfo['userid'] . ($viewuser['viewtype'] ? "&iv=" . $viewuser['viewtype'] : ''),(!empty($viewuser['perpage']) ? "&pp=" . $viewuser['perpage'] : ""));
|
#406
|
||||
|
||||
How do I as admin, modify a rating left by a registered user? I want to specifically modify a neutral to a positive after a user clicked the wrong rating. Does any one have a good admin user description?
Thanks! |
#407
|
|||
|
|||
I have this installed in test. Feedback from my trading mods is focused on this issue with the eBay style rating totals:
Trader "Ditto" gets a positive rating from trader "Ash": Ditto - 1, 100% Trader "Ditto" gets a positive rating from trader "Marina": Ditto - 2, 100% Trader "Ditto" gets a negative rating from trader "Marina": Ditto - 1, 67% Trader "Ditto" gets another negative rating from trader "Marina": Ditto - 1, 67% So, it looks like the eBay style is counting the latest unique vote for ratings for the 'number of positive feedback' - we like that. However, it looks like the eBay style is counting the latest unique negative and latest unique positive ratings for 'percentage of positive ratings'. We don't like that so much, we'd like to see Ditto's rating at 50% after the above ratings. Assuming this isn't a bug, would Jason or someone give me a hint as to where in the code to change the calc to adjust the % to include only the latest vote from each unique trader? Thanks EOC_Jason for sharing this great system. I know its a lot of work to code & package & support stuff for use off one's own site. You're a stud. |
#408
|
||||
|
||||
I have a strange problem:
After moving from one server and domain to a new machine and domain, my iTrader system keeps saying, it is closed. But it IS enabled in my vBulletin iTrader settings, and it even shows to me as an admin as closed. I'm running out of ideas, why the system refuses to be re-activated... :surprised: |
#409
|
|||
|
|||
Quote:
|
#410
|
|||
|
|||
Thanks Khurt! It works!
|
#411
|
|||
|
|||
I just have to say thank you Jason.
I've uploaded the files and it's working great. I know I missed something because in the admincp when I go to iTrader Tools> Update iTrader Scores I receive a blank page. Does anyone know what file I didn't upload, and where does it go? Just when I thought I had it all. Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|