![]() |
Quote:
line 148 ./includes/functions_itrader.php simply replace Code:
itrader_pcnt = " . $userinfo['tradepcnt'] . " Code:
itrader_pcnt = '" . $userinfo['tradepcnt'] . "' |
Chrisbaktis - I'll be releasing an update today, and that will be included as an admincp option. ;)
Areku - Admin's override all restrictions, for various reasons, that's why you can leave multiple feedback within the restricted timeframe. If a postid is submitted in the URL all it does is back-check to the the threadid, it's just there for convience. I allowed duplicate threadid's because on many sites a person has a single "FS" listing URL, thus multiple people could end up linking to it. Like I said, a person is free to edit this however they feel fit for their own forum use. Everyone runs their forum differently, for instance, in my FS/WTB sections, a user can create the thread and edit it, but that's it. People can not reply because that would alter the natural order of items being listed FS. zlos - I'll be sure to fix that with the next update. |
Sweet!
|
Quote:
Any idea why only we! By the way, great product! |
Quote:
|
Here's a quick list of some things for the 2.0.1 version. I'm sure there is more but these are just off the top of my head. It's late and my brain is only halfway functioning so I'm going to wait to release this till tomorrow so I can double-check everything one last time and make sure I package up everything properly in the zip. If I do it tonight I'm sure there will be something small I'll miss. ;)
Please let me know if I happened to miss any bugs. I looked over the thread tonight and did not see anything that I haven't fixed. I meant to get this out earlier today but one thing always leads to another, you know how it goes.
|
woot, im the first and pee pee cometh
|
Quote:
|
oh, will the script change the seconds to minutes, etc or will we have to go in and change them after upgrade?
thanks |
Clicks install.. great item.. the icons for the positive, negative neatural are not included.. Did not read the whole thread but I am sure it says somewhere to chose your own.. lol
|
I guess the home page with top ten isn't going to make it. My users are asking for this.
Just a question, not to be taken as critical; Why do you consider it such a low priority when so many users want it? I would hope for a rankings overview page with a full set of options for listing rankings by various parameters and flexible list lengths. I'd write it myseld if I could. Thanks for your consideration. |
OttawaGolf, you probably missed this...
Quote:
|
Yes I did see that, but I see it did not make it into this update.
He also said this Quote:
|
I agree the home page is very useful.
I have a very active Trader Ratings 1.2 installed on my boards (11,000+ ratings and 1,200+ users rated). I am going to hold off on the update to iTrader until the home page is implemented as I think my users will mostly focus on the removed home page, rather than the added features. |
dsotmoon - Users upgrading will need to make 2 changes in the admincp to accomidate the changes in time value, It is documented in the upgrade text & changelog. I recommend all people read over AdminCP options carefully as there are a few more now. ;)
cbr929rrerion - pos/neg/neu icons are just default vB emoticons. I made a plea in an earlier post asking for a talented graphic artist to maybe create some nicer custom images for everyone to use. OttawaGolf - No, the home page is not going to make it with the release. I'll try to convert the old one this afternoon and get a separate file online as a temporary fix for you guys. I was going to re-code some of the functions to make it handle the global scope, but I can do that with the next version to integrate it all better. I consider it a low priority because it is a low priority to me and I'm the one having to code everything. ;) It does not affect functionality or increase usefulness, thus it is a lower priority than things that actually contribute to the rating system itself. The very nature of the rating system negates everything that is displayed on a summary page like that. It does not matter who the top rated people are if you are not engaged in a deal with them. It does not matter who the negative rated people are because you would see the negative rating on any item they tried to list FS. There is just nothing (from a user standpoint) that a summary page can accomplish in a productive manner. I'm not trying to dog you, I'm just trying to give you my point of view on the matter. --------------- Anyhow, I've got a couple little things to fix in the upgrade script, and update some documentation, then I'll be posting v2.0.1 online & sending out a notice. I updated my forum and everything seems kosher, it made the table changes correctly, updated templates & phrases, and added the admincp options. :bunny: |
I have updated the package to v2.0.1 here & sent out an email update. Please read the "Readme First.html" file included in the package for instructions on what needs to be changed manually (just 2 admincp options).
If you find a bug and do not see me reply about it, please send me a PM after waiting a day or so. |
do we need to reinstall the product as well, or just modify those two options only?
thanks, Quote:
|
Before I upgrade can you tell us what bugs were fixed and what options were changed/added
|
romow - You need to upgrade the product first (do not uninstall the existing product). To upgrade you click on the add/import product link, just like the initial install. It will do the upgrade process for you. Very important to select "Yes" for "Allow Overwrite" on that page.
cbr929rrerion - Bug list is kind of several posts up, I don't remember every last little thing I changed, you can always do a diff on the files & templates. All templates were changed, some more than others. Most files were changed, it would probably be easiest just to re-upload them all. Images did not change any. Oh, I also uploaded a screenshot of the admincp menu options. |
Ah awsome... Now the amount of ratings appear in itrader ( here )
top job |
Quote:
|
i have a problem like this , after i submit a feedback, i see an error, however , it redirect to itrade page, here is the error
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /itrader_feedback.php on line 243 also i test all feedback , the percentage count incorrectly, if i post negative feedback more , will only list 50% ,for example 4 negative feedback, 3 postive feedback, should 42% , why always 50% |
*clicked install*
Have installed mine with no problems as of yet. Will need to continue test drive to see if anything comes up. This is a fantastic thing you got going here. Thank you very much. REALLY appreciate all the hard work you've put into this. It is what our forum has been needing for quite some time. I'd like to try and mess with it to see if I can get different icons for the amount of (good) trades. If anyone has figured that out and would like to share, that would be great. If I figure it out I'll pass on the info. |
Are you any closer to releasing a better Template documentation for the hack?
One of the places i've implemented it so far is in the popup menu for a username. Underneath the Homepage, Send X a Private message etc. Code:
<!-- iTrader --> |
Superb addon.! Thanks for sharing your hard work.. :D
[high]* Oblivion Knight installs.[/high] |
Thanks Jason. Installed and upgraded without problems.
|
Jason,
Is there a reason that the "short comment" field is limited to 80 characters? (re: formatting maybe?). Any possibility to make the character limit admin configurable for those that would like to allow larger "visible to all users" ratings? Thanks |
sellbuydomain - Ah, minor bug, I'll release a file update in about an hour once I get to the office. All that will be needed is to re-upload a couple files, no other modifications needed.
The reason it would still be 50% is because calculations are done based on UNIQUE userids. Unless you change the option in the admincp to non-unique. d2sector - I'll try to write up some more documentation today, I meant to yesterday but did not get a chance. Really template implementation is a user-preference on exactly where and how they want to do it. |
Attention:
To fix a small glitch in the code I've updated the zip file. If you already upgraded to 2.0.1 then simply re-upload the following two files that have been fixed.
|
Upgraded from 2.0.0 to 2.0.1 :D
Thanks and keep up the great work!! |
How do I get this to display in the memberlist? Simply adding a line to memberlist_resultsbit isn't enough...there is more to it than that.
Thanks! |
Quote:
yeah the documentation isn't completed , i personally took reference from the 1.2 version of this hack for vbulletin3.X and added the itrader ratings to the memberlist aswell |
Quote:
I tried adding this Code:
(<a href="itrader.php?$session[sessionurl]u=$post[userid]">$post[itrader_total]</a>) Code:
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a> Even if it did work, I would consider it a temporary solution...as I'd like to see Trader Ratings as its own, separate column |
I know the documentation is incomplete, however look what you are doing...
the variables used should be $userinfo not $post for that template. ;) |
Oh :nervous:
oops, you're right Code:
(<a href="itrader.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[itrader_total]</a>) |
Jason,
I have a question. I switched the eBay Style option from No to Yes, but now I need to recalculate the point scores. You mentioned earlier in the post about a mass-update script. Where is that exactly? I know there's one in the zip file in Extas/admincp but that's for upgrading from the old to the new versions. Is there another one located somewhere? Ryan |
It's meant to be short... lol. Probably because I think eBay does 80, that's why I chose that number.
Anyhow, it's limited in the DB (you can change the field from 80 to 255), and in the template field form. No other length checking is done, so it would be easy to customize. Quote:
|
In your AdminCP there should be a new section called "iTrader Options", there is currently only one choice which is to re-calc all the scores.
Quote:
|
Ah ha :) I knew it must be easy. LOL. Thanks Jason, it's working great.
Ryan |
Hi Jason,
quick question. Might it be possible to specify the user groups/ user ids to email when there is suspicious activity? At the moment all the moderators are getting the emails and it's not appropriate. Thanks |
All times are GMT. The time now is 05:50 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:
|