![]() |
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?
|
Code:
if (($foruminfo[forumid] == 138) AND ($userinfo[itrader_total] < 50)) |
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. |
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'] : "")); |
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! |
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. |
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: |
Quote:
|
Thanks Khurt! It works!
|
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. |
All times are GMT. The time now is 07:34 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|