![]() |
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. |
Ok scratch that. I found it!
|
Installed and working flawlessly so far.
|
I have a suggestion, can you make the ratings in Postbit to appear only in the specified folders. Like only in the folders I selected for the system to work in.
That way it won't be confusing for people who have no intention to trade. |
Hey guys, sorry I haven't stopped by in a couple months. It's just been one thing after another. I had to canabalize my linux box that I do my development work on, then my notebook took a dive on me... *sigh*... anyhow...
Yes, I'm aware of some of the existing bugs in 2.0.1, and they will be fixed in 2.0.2. One of the things for some people if it says your itrader is closed and you are sure you have the correct files and/or did the upgrade properly, do the following steps: 1. Enable Debug Mode 2. Go to the AdminCP -> vB Options -> Untouchables 3. Edit "iTrader Version Number", The type is currently set to "numeric" when it should be set to "free". 4. Make sure the version number shows as 2.0.1 That should fix it. Be sure to disable debug mode after you make the change! I've got my linux box back together and my notebook repaired, and if I can find the time this coming week I'll see where I'm at with the existing code and try to get 2.0.2 rolled out by the end of the week because some of the bugs (like above) are pretty well hidden and only happen if you are running certain versions of php/mysql. There's going to be a few additional usergroup permission things since I've gotten some requests from people that want finer granularity for admin style permissions & emails. Also the IP search will be in the admincp, and the emails will contain a hostname resolution so you don't have to wonder if that IP is a AOL proxy. ;) Also there's some fixes related to the time-limited stuff. Lots of little things, too much to list. A big thanks goes out to gio~logist for making a couple add-on's, I'll add them to the info post. Finally, for those of you asking basic "how do I" questions, I'm not even going to reply because after all these years, I'm kind of tired of answering the same things over and over. Learn the basics of template modification with vB, read their online documention that's why it's there. The upgrade from 2.0.1 to 2.0.2 should be pretty seamless. I do not believe there will be any changes to the database, just file & template changes. However for those of you who have customized the templates, use of a program like WinMerge will make the upgrade a lot easier. |
How do I get the rating to show up as a link to the individuals overall ratings/comments on every post under the location/post count/etc info
|
Quote:
Thanks for your help here with the coding. I appreciate it. |
While uploading and configuring this hack I am receiving this script error below when trying to leave FEEDBACK for customer.
Script or Action Blocked The requested URL /forums/itrader_feedback.php?u=2 contains a script or action that has has been deteremined unsafe. It has been disabled to prevent abuse. Where and what should I do to allow this script to run without any probs? |
Quote:
My hosting company is running SecurePHPx on my server, in order to protect from spam via web/email based scripts. (Big AOL prob) Anyways, any php file names with extentions such as contact.php, feedback, etc etc are considered potential problems. Therefore when I go to give feedback I get the 444 Error Page. In order to make this hack work, can I simply change the name of this file? To something like message.php or the like? If so, what name would you suggest and or what else would need to be changed? |
Does anyone know the exact directory you have to upload the "uploads" folder too?
|
Very good hack!!!!! :):banana:
Contact Staff On Suspicious Activity? Is possible add some supermod to receive an email for suspicious activity of feedback? |
Quote:
When I try to chande the value via phpMyAdmin, it will be 2.0.1, but iTrader still shows up as clodes. When I re-save the 2.0.1 value, it will jump back to "2" again. Any further ideas? :confused: |
Quote:
|
wow, no one else having this problem? wtf? I didn't change a thing. I'll check the files and edit the code to remove that check i guess for now.
|
looks like I am having the same prob with vbPlaza :(
|
If the author of vB Plaza knows a way to fix it, please let us know, too. ;)
|
Quote:
open itrader_global.php and on line 25 remove this PHP Code:
|
I have it installed but when you click on the iTrader in the navbar it just shows you your score and not everyone elses. I want it to show the stats for all members. How can I do it? Here is my link www.scusachat.com Click on it and see what i did wrong....Thanks
|
Please forgive me if I've missed this in this thread....its REALLY long :)
I want all registered members to be able to read the detailed comments and responses/updates. Is there a setting I missed to allow this? I can't find anything on it anywhere... Thanks! |
Quote:
Hope that makes sense Scott |
@ 7thgenCivic.Com: Thank you so much! This did it. :)
|
I uploaded this, but nothing appears in the usergroup permissions to change.?
|
Sorry guys, I have no idea where to place the following peice of code within my templates. At present, I dont have the iTrader showing in the postbit, even though I have put the code in both postbit and postbit_legacy templates? It is showing in the default skin just not my custom skin?
Any ideas? RJ |
Nevermind - got it! :D
RJ |
super stuff .. always wanted to install this ever since i saw it on DP :D
clicked INSTALL for you :wave: |
how come in the release history there is no note for the new 2.0.1a?
|
Does this mod still work for vB 3.5.4?
|
Yes, why not? ;)
|
Im not in the mood to read 30 pages.
So if anyone can help me please do. Im trying to set this up but Im stuck on something. In the instructions of the templateinfo it says we need to make some modifications. but... where? and How? |
Quote:
|
Yes I know, I didnt joined yesterday.
Unfortunatly ther isnt any awnser to my question. Never the less I got it working a few minutes ago. |
All times are GMT. The time now is 06:49 AM. |
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:
|