View Full Version : Trader Ratings v1.2.0
eoc_Jason
11-30-2005, 02:26 PM
bada_bing - It is because the score is based on unique members. If the same member rates the person 100 times, their actual score only still increases by 1. It is more 'fair' this way and also prevents abuse somewhat. However in the 3.5.x version there is an admincp option to choose which style you want (i.e. unique or total).
Everyone else - I've been diligently coding away. I believe I have the vB editors working properly and parsing code correctly. I started adding some basic URL checking just to make sure they didn't enter garbage for the URL, but now it's turning into a full-blown thing making sure they enter in at least a correctly formed URL, that it matches up with the forum's hostname, then optionally you can have it check to make sure at least 1 of the 2 people created the thread in question, also you can limit validation to only certain forum sections (i.e. your FS/WTB only, so they can't enter just some random URL that they posted on your forum). Each various check can be set in the admincp options.
Right now I'm finishing up the URL checking, then I need to add in some code to return information when an error occurs for various things (so the user knows what they did wrong, rather than just a generic error message). Then I need finish up some editing ratings code & permission stuff, then it should be good to go. *crosses fingers*
It's close, real close... I'm getting exicted over this myself. ;) A lot will look famillar from the previous version, but there is also some new stuff (visually) and a LOT of new stuff (behind the scenes). One thing I really wanted to do with this version was ease administration and reduce abuse / false info.
Some things that won't make it into this version (but hopefully the next which I will release asap):
- Actual usergroup permissions for who can use the rating system (rather than just relying on the generic "canpostnew" and making it visible to that usergroup).
- Admin / Mod Utils for doing such things as IP checking, mass-pruning, etc. (However with the current system in place, a new person shouldn't be able to make unlmited ratings spamming your users like before).
- Other stuff I've forgotten...
edit - I would post screenies, but I would rather spend the time coding to get it finished at this point in time. It's not all that different from the last version.
dnlister
11-30-2005, 03:07 PM
Your a Star!
Thank you very much for the update, please pm me with your paypal info so i can send some kind of donation for your time. I cant wait now ! hehe
tylercruz
11-30-2005, 04:14 PM
Man, I am so excited. And I'm picking up my new car today and I'm not sure which I'm more excited about now...
Bleys
11-30-2005, 05:58 PM
Really looking forward to it, Jason. :)
Trana
11-30-2005, 08:33 PM
Cool!
Maybe one screenshot as a teaser?
Kihon Kata
11-30-2005, 08:48 PM
Cool!
Maybe one screenshot as a teaser?
Hey Jason,
I am running an upconverted version of your current one(1.2.0) on my 3.5.1 board. The question is will the new version work the same with the same database info? Also, how can I as the admin, edit ratings given now?
ludachris
12-01-2005, 03:17 AM
Can't wait Jason. I just donated $25 for the effort. I know you've been putting a lot of time into this and I hope others are chipping in to help out as well. We all greatly appreciate you putting time into this for us all. With all of the hacks that are going commercial, it's nice to see some useful free hacks like this still available.
eoc_Jason
12-01-2005, 03:29 PM
TonysDesigns...
If you did not make any changes to the DB structure, then *it should* convert over without any problems. For upgrades I figured the smartest way would be to do a regular install with the XML and whatnot. Then I have separate "upgrade" script which will convert the existing data, then optionally remove old tables, phrases, etc...
Here's some screenshots, not everything is on the page yet, currently I'm working on editing & error checking. I still need to figure out where I'm going to stick the option to "link" two existing deals together. Probably have it on the edit page or its own page where they can enter in two IDs.
I'm still working on which icons are displayed for each instance. I know right now that one user would not be allowed to return feedback for another.
Current icons that you see are either in color or greyed out...
Paper - Submit Feedback / (Gray = Feedback Already Submitted)
Toolbox - Edit Feedback / (Gray = Can't Edit - only add additional comments)
Triangle ! - Report Feedback
If you are viewing feedback you left for others, then the paper changes to a couple little people and the text changes to say if they have rated you or not. I'm going to code it so the link would send the person a PM reminder to rate for the deal.
I think the admincp options are pretty self-explanatory. If anyone is confused about the wording speak up now.
If you have any suggesting for anything you see or would like to see that you think could be implemented fairly easily, please speak up now!
Kihon Kata
12-01-2005, 03:38 PM
TonysDesigns...
If you did not make any changes to the DB structure, then *it should* convert over without any problems. For upgrades I figured the smartest way would be to do a regular install with the XML and whatnot. Then I have separate "upgrade" script which will convert the existing data, then optionally remove old tables, phrases, etc...
Here's some screenshots, not everything is on the page yet, currently I'm working on editing & error checking. I still need to figure out where I'm going to stick the option to "link" two existing deals together. Probably have it on the edit page or its own page where they can enter in two IDs.
I'm still working on which icons are displayed for each instance. I know right now that one user would not be allowed to return feedback for another.
Current icons that you see are either in color or greyed out...
Paper - Submit Feedback / (Gray = Feedback Already Submitted)
Toolbox - Edit Feedback / (Gray = Can't Edit - only add additional comments)
Triangle ! - Report Feedback
If you are viewing feedback you left for others, then the paper changes to a couple little people and the text changes to say if they have rated you or not. I'm going to code it so the link would send the person a PM reminder to rate for the deal.
I think the admincp options are pretty self-explanatory. If anyone is confused about the wording speak up now.
If you have any suggesting for anything you see or would like to see that you think could be implemented fairly easily, please speak up now!
Wicked Jason! Thanks for the REPLY. We didn't make any DB changes at all, only ported it up manually.
JulianD
12-01-2005, 05:43 PM
Can't wait for that one... I contacted you Jason when you requested beta testers... If you ever need one, I can help you!
thanks!
eoc_Jason
12-01-2005, 08:06 PM
Okay, I think I can confidently say that by Monday I will have the 3.5.x version released.
I should be able to finish coding it tomorrow (Friday), then I can put it on my own forum to have them test it out and fix any last minute bugs / typos. I've already got a full weekend of holiday festivities that I can not get out of, so mid-moday should be go-day.
I had to break the code out into a few different files, it was starting to become too much to try and manage within a single file. A lot more code than the vB 3.0.0 version.
jlaine
12-01-2005, 10:59 PM
Okay, I think I can confidently say that by Monday I will have the 3.5.x version released.
I should be able to finish coding it tomorrow (Friday), then I can put it on my own forum to have them test it out and fix any last minute bugs / typos. I've already got a full weekend of holiday festivities that I can not get out of, so mid-moday should be go-day.
I had to break the code out into a few different files, it was starting to become too much to try and manage within a single file. A lot more code than the vB 3.0.0 version.
Excellent news... I saved all the SQL from the old 3.0.x version instead of deleting it when I upgraded, we'll be able to upgrade and use the existing old data correct?
dsotmoon
12-02-2005, 12:39 AM
Okay, I think I can confidently say that by Monday I will have the 3.5.x version released.
great news Jason, thank you for your hard work and time
eoc_Jason
12-02-2005, 04:48 PM
Well I'm kind of stuck at the moment and I don't know what the heck is causing this problem.
When you enter a comment via the wysiwyg editor box, and there's an error, when the page is re-created it doesn't fill in the text like it should. If you use the enhanced editor or plain text box it works fine (fills in the text you submitted)... very frustrating. I swear I've peeled over all the code and I can not find out the cause. I know it has to be something simple I'm overlooking.
ImportPassion
12-02-2005, 05:20 PM
well, if that is the only thing holding it up, I think I can speak for the rest of us that we wouldn't mind having that feature disabled in order to get a release, then you can work on it and do an update.
what do you think?
D
eoc_Jason
12-02-2005, 05:52 PM
There is still a lot more work that *just* that, however it is just one serious issue that is mystifying me....
At first I used the code for the quick reply box and it worked fine, however that template doesn't allow for passing back the text to re-edit, so I had to switch to the full size editor box which does have it. But something is wrong because any info you submit via the wysiwyg box does not actually get submitted, so it's got to be some missing javascript or something I would presume.
EDIT - Oh sweet jesus finally fixed it! Not 100% sure what the issue was, made several template changes at once and now it works... hehe... woohoo! Back to working on error validation....
EDIT AGAIN - Spoke too soon... it's not working again... *grumble*
EDIT AGAIN - Fixed, I hope.... I think it was related to having to run the word length check on submit. Otherwise the text which is sitting in some javascript variable doesn't get passed back to be submitted...
Ncturnal
12-02-2005, 07:06 PM
I know how frustrating that can be. Thanks for your hard work. Trader Ratings is a truly remarkable add-on, hack, or whatever you want to call it. :)
lanc3lot
12-03-2005, 09:01 AM
So shall we wait for a 3.5.0 update by Monday mate ?:)
Thnx for the hard work
techxpert
12-05-2005, 06:35 AM
We are waiting for 3.5 compatible version :o
eoc_Jason
12-05-2005, 03:22 PM
Monday Morning Update
I decided to go ahead and implement dedicated iTrader "usergroup" permissions. Right now there are only 3: "can view", "can rate", and "can admin". It was getting to the point of just plain dumb trying to use generic usergroup permissions based on forum things, so I figured this would be the smarter route since a lot of people only have certain user groups they allow to rate with this system.
So here's what's left to do:
finishing changing out all the permission code & make sure everything is correct
finish up comment editing code and some display stuff on the comment page
finish coding the "rating link" page and make sure all checks are correct.
add in the last couple vB CP option checks (real quick)
move some bits of text in templates to phrases
double check all phrases / templates / everything else is listed under the "iTrader" product.
compile all the files together, write some quick documentation, and get them posted online!
Editing comments would be a lot nicer with ajax, however that's definitly going to have to wait until the next release since I don't have a clue where to start for that and it's not *that* critical.
So, hopefully sometime this afternoon / evening I should be finished. (Finally!) It's all getting down to the "little things" and ironing out the little bugs.
JulianD
12-05-2005, 03:25 PM
thanks Jason! Looking forward for this hack to be released!
lanc3lot
12-05-2005, 03:36 PM
U mean released for 3.5.0 right?
Wow, it seems that a lot of work u have done mate, ultra thnx:)
dsotmoon
12-05-2005, 04:31 PM
great job Jason and thanks!
WoodiE
12-05-2005, 09:00 PM
eoc_Jason - My board almost relies on a hack like this, in fact I haven't upgraded my live board to 3.5.x because of this hack. If you would please post your paypal address as I'd like to send a little something your way.
Thanks so much and I look forward to the release.
-Michael
JulianD
12-05-2005, 10:47 PM
I'd send something too but I don't have paypal (country not supported). Jason's paypal is in the first post.
eoc_Jason - My board almost relies on a hack like this, in fact I haven't upgraded my live board to 3.5.x because of this hack. If you would please post your paypal address as I'd like to send a little something your way.
Thanks so much and I look forward to the release.
-Michael
Ncturnal
12-05-2005, 10:48 PM
I'd be happy to send something as well. :)
dsotmoon
12-05-2005, 10:58 PM
look at the top in his release post, there is a paypal donate button, thats what i used, i plan on sending a little more coin that way soon
eoc_Jason
12-05-2005, 11:30 PM
Hey Guys,
Well, Monday's never go as expected. I had some errands to do and then take my dog to the vet and somehow that ate up most of my afternoon.
I'm diligently working away still, though in about 30min I'll be taking a break as the premiere of "The Triangle" will be coming on SciFi. ;) But I'll probably still work on it for a couple hours after that.
Permission related code is all done & corrected. I think I've just about gotten all the text moved properly into phrases, and everything is using the 'iTrader' product (otherwise it won't export / import properly). The "report rating" page / email *should* be working correctly (was about to test it when I saw some email notifications here). WOL now shows "viewing iTrader" for all the various pages, better than "unknown location".
Really the only thing left is the detail / comments page. I need to finish some layout stuff & editing for comments. Oh, and linking ratings still, but that's a quickie. After those two are done then everything should be good to go. *crosses fingers*
Yes - Everything for the past several pages has been in reference to the 3.5.x version. The 3.0.0 version is no longer supported. I just haven't made a new thread until the first version is released.
lanc3lot
12-05-2005, 11:44 PM
Jason once more, thnx for the hard work mate:)
(keep refreshing the thread, till see the release thread :)
Ncturnal
12-05-2005, 11:51 PM
I can volunteer to test a fresh install on vB 3.5.1, although I'm sure the fresh installs are much easier than the upgrades. :)
dnlister
12-06-2005, 01:44 AM
This is great news!
Thank you jason.
I think you should take over the ushop mod, kick there ass into gear :P
techxpert
12-06-2005, 06:14 PM
when its expected to release.my users are getting mad over me! :speechless:
bryanb
12-06-2005, 06:23 PM
Doesn't this seem like a really long day for everyone? :D
eoc_Jason
12-06-2005, 11:27 PM
Sorry guys, forgot I had to take my mom down to the medical center today for some tests, which ended up being an all-day thing. By the time I finally got back home I just heated up some leftovers for dinner, kicked back and watched a little tv while eating, and now I'm back to working on this. Didn't mean to leave everyone hanging.
dnlister
12-07-2005, 01:16 AM
Its fine.. take your time.
Cant wait for this!
Kihon Kata
12-07-2005, 01:23 AM
Its fine.. take your time.
Cant wait for this!
That's right, take your TIME JASON. This is NOT important compared to a mom! (ps, did you leave her a rating?) lol hope she is ok
djwins
12-07-2005, 01:29 AM
I just paypal'd you $20 for your hard work. Thanks again!
I suggest others donate a little something as well:
(https://www.paypal.com/xclick/business=paypal%40extremeoverclocking.com&item_name=Trader+Ratings+Donation&no_shipping=1&cn=Your+Comments&tax=0¤cy_code=USD)
eoc_Jason
12-07-2005, 09:14 PM
Yes I got the paypal, if you would please remove that URL in your post above, I really don't want a spambot to pick up the email address. ;)
Anyhow... I can't believe it's already 5:00, how time flies when you are coding!
I was implementing some permission checks for all the various steps, and it was getting to be a real pain with the mile-long 'if' statements with lots of and, or, and not's to get the right checks. So I broke down and wrote a function that did the tests in a bitwise manner making things a LOT easier (if I coded it right, hehe... still have to test a little more thoroughly).
I thought I was almost done, until I realized that certain steps could bypass permission checks, so I was adding them in and things just got messy, which is why I did the above.
So once I finish implementing that, I can finish up the comment page (as I was originally planning on doing this morning... lol)...
What a day... what a day...
And to top it off, the 3rd episode of "The Triangle" comes on tonight, that eats up 2 hours right there... ;)
Didn't I say I was going to get this out on Monday? lol! Honestly guys I'm not slacking, I'm coding like the wind, I just always keep finding little things that need to be fixed.
tylercruz
12-07-2005, 11:07 PM
You didn't say WHICH Monday ;) How about this coming Monday :)
dsotmoon
12-08-2005, 02:07 AM
i dont mind waiting another 30 minutes or so :D
keep up the good work Jason, better to have it right at release
lanc3lot
12-08-2005, 07:14 AM
Give him a break guys...
Mate take your time, is not the end of world if we will wait 2-5 days more....Thnx for your tries...
sadecosefo
12-08-2005, 07:21 PM
This is exactly what I need/have been looking for. I am excited for the new version release and patiently await it. Hope all is going well with you and the coding.
eoc_Jason
12-08-2005, 07:36 PM
Been working all day long on this... Was having some trouble with the function that reports suspicious activity, but got it all working now.
Permission checks look to all be working properly, and some of the more common errors have their own phrases so the person knows what they are doing wrong.
The only thing left to do now pretty much is the comment detail page, (as I was planning on doing a couple days ago). Just have to add some HTML at the top to show both rating details, add ability to add / edit comments. Then I need to fix some of the logic structure for the Options images that link to adding/editing/reporting/etc. I know it doesn't sound like much, but I'm sure it is at least another full day's work.
In the interest of time I'm going to skip the "link rating" page with the initial release so people can get this implemented / upgraded and working on their forum.
ryansmith
12-08-2005, 08:24 PM
I'm excited too. The timing is perfect -- I came here about a week ago looking to implement a feature like this for our site. I'll be donating a little once I get paid :)
Ryan
eoc_Jason
12-09-2005, 06:27 PM
Okay, I can say with 100% certainty that I will be releasing the 3.5.1 version tomorrow (Saturday).
Only have a couple little details to finish on the detail / comment page and fix some phrases & permissions.
I'm planning on loading this on my forum later today so that I let my people give it a quick test to make sure I didn't miss anything. Then hopefully tomorrow I can package it all up with some documentation and make the first official release.
ryansmith
12-09-2005, 06:33 PM
I'm guessing this will work okay with 3.5.2 as well? I just upgraded my forum to the new version yesterday and all the other mods I have installed worked.
Ryan
slvr ralliart
12-09-2005, 06:40 PM
I'm guessing this will work okay with 3.5.2 as well? I just upgraded my forum to the new version yesterday and all the other mods I have installed worked.
Ryan
hahahaha
no
dsotmoon
12-09-2005, 08:05 PM
Okay, I can say with 100% certainty that I will be releasing the 3.5.1 version tomorrow (Saturday).
great job Jason, thank you for the hard work
no
dude thats just wrong :D
lifesourcerec
12-10-2005, 04:29 PM
Suggestion for a future release (from a member):
"If it's possible, how 'add a column for the value of the deal.
$0-$25
$25-$50
$50-$100
$100-$500
Over $500
Or even "Low", "Mid", "High-End". That way people can see how many big transactions someone had before making a deal. Someone won't have 10 feedbacks of $1 trades and then screw someone out of a $500 trade."
Ncturnal
12-10-2005, 07:37 PM
https://vborg.vbsupport.ru/external/2005/12/9.gif
I keed, I keed. https://vborg.vbsupport.ru/external/2005/12/10.gif
slvr ralliart
12-11-2005, 12:08 AM
great job Jason, thank you for the hard work
dude thats just wrong :D
I know... I love to get people going :speechless:
ryansmith
12-11-2005, 01:24 AM
I know... I love to get people going :speechless:
You didn't get anyone going. I was asking a simple question.
ImportPassion
12-11-2005, 02:46 AM
is everyone refrshing this page every few minutes in hopes that Jason is able to release b4 Saturday ends? :rolleyes: :nervous:
tylercruz
12-11-2005, 03:11 AM
is everyone refrshing this page every few minutes in hopes that Jason is able to release b4 Saturday ends? :rolleyes: :nervous:
He didn't say which timezome!! So there!
ImportPassion
12-11-2005, 03:34 AM
well, he is in tx, so he has 30mins. :p
sadecosefo
12-11-2005, 03:35 AM
is everyone refrshing this page every few minutes in hopes that Jason is able to release b4 Saturday ends? :rolleyes: :nervous:
*drooling* Anticipation is running high here. Happy to wait though. Hope he's not stressin' on it.
lanc3lot
12-11-2005, 03:30 PM
waiting :(
waiting :(
Not alone... ;)
orban
12-11-2005, 05:56 PM
Trying to explain to hundreds of members that some things take time :)
chimaira
12-11-2005, 07:51 PM
Nice one Jason... i await this release then
MR-2ZZ
12-11-2005, 10:28 PM
Go Jason!!!
Areku
12-12-2005, 05:12 AM
Go Jason Go! ;)
eoc_Jason
12-12-2005, 04:49 PM
Good news people!
I have *finally* finished it! Woohoo!
I'm about to export it from my dev forum and import it into my real forum and run the update to convert all the old data.
If all goes well and my users don't report any serious bugs, then I will release an official 3.5.x update tomorrow! ;)
lanc3lot
12-12-2005, 04:51 PM
Thnx god he is alive:D
Waiting for this Jason, god bless ya:D
dsotmoon
12-12-2005, 05:12 PM
thanks for the update Jason
Chedy
12-12-2005, 05:44 PM
So it "should" work with 3.52 which seems to have changed some templates again?
Either way great news and I donated because of the great effort your putting in.
orban
12-12-2005, 06:14 PM
<3
.
eoc_Jason
12-12-2005, 08:42 PM
I'm going to be updating my forum probably tomorrow morning to 3.5.2, however iTrader should not be affected. That's the whole point of the product / plugin system for 3.5.x ;)
I did forget one little thing, the PM notifications. However that's mostly just copying some code, doing a couple checks, and adding a checkbox on the feedback & detail pages, so it will make it into the first release.
So it "should" work with 3.52 which seems to have changed some templates again?
The upgrade script to convert the data from the 3.0.x (Trader Ratings) to iTrader has worked like a charm. There is only 1 required step (the actual conversion & recalcualting of scores), but I added several addtional steps:
- Auto Link Deals
- Delete old phrases & templates
- Delete old table
JulianD
12-12-2005, 08:42 PM
there is a working copy of iTrader on Jason's website. direct link: http://forums.extremeoverclocking.com/itrader.php?u=1
Looks very cool!
eoc_Jason
12-12-2005, 08:46 PM
Unfortunatly you can't really see most of the changes as a guest, as a lot is "behind the scenes", and also when you are rating someone.
One thing I added was the ability for an itrader admin to be able to add a comment in anyone's deal detail page. Also a person can leave a comment even if they haven't returned the rating yet (an example is when they are waiting for their package to arrive and they want to know what the heck is going on, but don't want to leave a pos/neg rating yet).
Areku
12-12-2005, 08:50 PM
Unfortunatly you can't really see most of the changes as a guest, as a lot is "behind the scenes", and also when you are rating someone.
One thing I added was the ability for an itrader admin to be able to add a comment in anyone's deal detail page. Also a person can leave a comment even if they haven't returned the rating yet (an example is when they are waiting for their package to arrive and they want to know what the heck is going on, but don't want to leave a pos/neg rating yet).
Yeah Jason! U rool! Go for it! Update us! ;) Thanks for this hack! ;)
djjeffa
12-13-2005, 12:59 AM
will we be able to save our old traded ratings if we had it set up on 3.0 before the upgrade?
fluentdesigns
12-13-2005, 02:55 AM
Im looking forward to a 3.5 release!
orban
12-13-2005, 08:19 PM
Eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeek.
ImportPassion
12-13-2005, 08:25 PM
sweet
orban
12-14-2005, 10:27 AM
sweet
Did I miss something?
ImportPassion
12-14-2005, 11:50 AM
nope, just words of encouragement. ;)
orban
12-14-2005, 12:38 PM
Phew :D
JulianD
12-14-2005, 12:52 PM
Looks like a few minors bugs have been discovered on EOC, maybe that's what's holding jason back to release the mod here at vB.org.
Noonster
12-14-2005, 01:24 PM
Good news people!
I have *finally* finished it! Woohoo!
I'm about to export it from my dev forum and import it into my real forum and run the update to convert all the old data.
If all goes well and my users don't report any serious bugs, then I will release an official 3.5.x update tomorrow! ;)
Wooohoooo thats really good news :D
Its been 2 days since your post has it been released yet??
eoc_Jason
12-14-2005, 02:22 PM
Sorry guys, yesterday was a complete bust. I had to do some emergency home repairs, and my back is still aching today like a son of a gun from having to crawl around the attic.
Anyhow, yes there are a few minor bugs that were discovered which I need to fix this morning, then I should be able to get the release out this afternoon.
To answer a previous question, yes there is an upgrade script from 1.2.0 (3.0.x) to 2.0.0 (3.5.x). Basically you do a regular install of iTrader, then run the upgrade script. It imports / converts all existing data, and optionally can attempt to auto-link all existing deals, delete old phrases & templates, and lastly delete the old table & fields.
My suggestion is if you are upgrading to run the script up to the point of removing the phrases & templates, but leave the old table data until you are 100% sure you new data is correct.
hanna
12-14-2005, 02:50 PM
I think when everyones done telling Jason how great he is...
We should acknowledge that Jason has done a horrible job supporting this product that is listed as a major addition.
When a developer chooses to develop a product and string people along with phony release dates its called overcommitting and under delivering.
As forum owners, I am sure many of you have quite a few angry forum members waiting and waiting for this hack. I stopped giving dates out about 2 weeks ago and I am glad I did. We were met with many reasons for this hack not being put out the last 4 times he promised to deliver but the bottom line is it never came out.
If you are going to have a hack under major additions on this board, I think there should be some committment to act responsibly and set a realistic release date and not dangle carrots in front of everyone here day after day like bugs bunny teasing us.
Even when you release a hack for nothing out of the kindness of your heart, this still stinks. From reading this string, I and many other would pay for this and other hacks if they were released in a timely fashion.
ryansmith
12-14-2005, 02:59 PM
Well, I am not the most patient person in the world, but I know what it's like when things don't go according to plan. I can wait a few days while Jason works things out on his end. I don't see any reason to criticize -- the mod will be done when it's done. I haven't even told anyone on my forum about the new feature because I realize that nothing is ever set in stone.
Ryan
dsotmoon
12-14-2005, 02:59 PM
Even when you release a hack for nothing out of the kindness of your heart, this still stinks.
no, just your post and attitude stink, go away, thanks for the update Jason, sorry about the back
Noonster
12-14-2005, 03:41 PM
Well, I am not the most patient person in the world, but I know what it's like when things don't go according to plan. I can wait a few days while Jason works things out on his end. I don't see any reason to criticize -- the mod will be done when it's done. I haven't even told anyone on my forum about the new feature because I realize that nothing is ever set in stone.
Ryan
I agree with that :D
Hes done great work.... and I appreciate the update - I have just told the members of my forum it will return too and when they moan i just say unlucky it will be back as soon as possible and please be patient!
Darren
coolgus
12-14-2005, 03:59 PM
Did anyone told you to upgrade to 3.5 without this mod being finished ?
Maybe you ought to your members to act more clever and don't procced with the upgrades until you are absolutely sure that everything works fine and so they will be happy. The fault my friend is all yours and your way to blaim Jason is pathetic and shows that you are just ungrateful.
I think when everyones done telling Jason how great he is...
We should acknowledge that Jason has done a horrible job supporting this product that is listed as a major addition.
When a developer chooses to develop a product and string people along with phony release dates its called overcommitting and under delivering.
As forum owners, I am sure many of you have quite a few angry forum members waiting and waiting for this hack. I stopped giving dates out about 2 weeks ago and I am glad I did. We were met with many reasons for this hack not being put out the last 4 times he promised to deliver but the bottom line is it never came out.
If you are going to have a hack under major additions on this board, I think there should be some committment to act responsibly and set a realistic release date and not dangle carrots in front of everyone here day after day like bugs bunny teasing us.
Even when you release a hack for nothing out of the kindness of your heart, this still stinks. From reading this string, I and many other would pay for this and other hacks if they were released in a timely fashion.
Damian
12-14-2005, 04:12 PM
I think when everyones done telling Jason how great he is...
We should acknowledge that Jason has done a horrible job supporting this product that is listed as a major addition.
You have no right to complain.
You want a Trader Rating system finished on your time table...go hire a coder and pay to have it done to your expectations.
grimmer
12-14-2005, 04:30 PM
You have no right to complain.
You want a Trader Rating system finished on your time table...go hire a coder and pay to have it done to your expectations.
Agreed. He has no obligation to complete and furnish this to us at all. If he wanted to turn his back he could walk and guess what.. You would be SOL.. Be happy that he is taking the time (no matter how long that might be) to give it the community FREE I might add.. becuase you know what? If he decided to charge how many would pay for it? EVERYONE would becuase everyone wants it... So hush and be patient..
eoc_Jason
12-14-2005, 04:31 PM
Considering I provide this for free, I don't think you have any room to complain. If you needed something like this so bad, you can always pay a professional developer or do it yourself. This entire site is made up of users being nice to others sharing their work for free, they are not commercial products, nobody charges for their use.
I am not just some monkey locked in a closet that codes 24/7. I do have a job, and run several websites, and try to have somewhat of a life on top of all the work.
If you do not like it, then don't use it. Simple as that...
...We should acknowledge that Jason has done a horrible job supporting this product that is listed as a major addition.
When a developer chooses to develop a product and string people along with phony release dates its called overcommitting and under delivering....
Kidswap
12-14-2005, 04:50 PM
I upgraded to 3.5 and lost the ability to use the TR, but I am not complaining! I'm just glad that it will be an option again in the future.
eoc_Jason
12-14-2005, 05:02 PM
Okay, I am officially done fixing the bugs. I'm about to write up some quick documentation. It's going to be short and sweet for the moment, I'll try to do some more in-depth later.
After I get that typed out then the new addon will be published here. I'll post the thread URL and send out an announcement thingy for everyone.
If by chance you do not hear back from me today, it's because my DSL or power went out. It is storming like crazy here today and we usually loose one or the other during such bad weather.
lanc3lot
12-14-2005, 05:09 PM
Oh i am really bored with ppl complain for something they didnt payed a dime, they didnt contribute a single idea, they didnt pay some respect... (not that doing this they will be ok to complain, but u get what i mean)
The guy is doing a wonderfull job, stop make him feel bad....
dmark101
12-14-2005, 05:12 PM
As forum owners, I am sure many of you have quite a few angry forum members waiting and waiting for this hack. I stopped giving dates out about 2 weeks ago and I am glad I did. We were met with many reasons for this hack not being put out the last 4 times he promised to deliver but the bottom line is it never came out.
i'll be as succinct on this subject as i can be:
first, jason doesn't have to do this. he could just say 'the heck with it' and move on, much like what happened to the timeslip database hack, but he didn't. he's taking time from his business and personal life to get this done for us. he isn't being paid to do so, so i think quite a bit of consideration should be given.
second, my forum members have been screaming for the return of this hack. i've been keeping them updated just as jason updates us. they're aching for it nearly as badly as they are for the timeslip database hack, but they're in the same boat i'm in: we have to wait for everything to be done and tested.
i'm more than happy to wait for this. it's a tremendous help to my site, with the dozens of transactions between members taking place, however we all want a hack that's free of bugs and if it means waiting a few extra days, then so be it.
i would much rather have something that works right the first time than have it not work and be buggy.
kudos to you jason, one for doing this in the first place and two for putting up with us. :tup:
oldfan
12-14-2005, 05:16 PM
Originally Posted by hanna
...We should acknowledge that Jason has done a horrible job supporting this product that is listed as a major addition.
When a developer chooses to develop a product and string people along with phony release dates its called overcommitting and under delivering....
Don't upgrade.
With comments like that you only look like a monkeys ass, fool...
Thanks for all you hard work Jason!
hanna
12-14-2005, 05:33 PM
After reading all the comments I have thought it over and I apologize to you jason.
Thanks to all for their feedback.
grimmer
12-14-2005, 05:42 PM
I feel like a little kid on christmas morning :D
Kihon Kata
12-14-2005, 06:20 PM
Yay, finally some DRAMA! ;) Keep up the good work Jason. Love ya so much, I just peed a little in my pants.
eoc_Jason
12-14-2005, 07:20 PM
ATTENTION EVERYONE:
iTrader v2.0.0 has officially been released! (The new version for vB 3.5.x)...
Give it a whirl and post your comments in that thread.
tylercruz
12-14-2005, 07:34 PM
Thanks :)
Kihon Kata
12-14-2005, 07:43 PM
Thanks :)
omg, here comes the pee
GoTTi
12-14-2005, 08:18 PM
ATTENTION EVERYONE:
iTrader v2.0.0 has officially been released! (The new version for vB 3.5.x)...
Give it a whirl and post your comments in that thread.
will you still have support for this hack? is there a update to this also?
eoc_Jason
12-14-2005, 08:20 PM
No, there will not be any more releases for vB 3.0.x...
I would recommend upgrading to vB 3.5.x, it makes implemeting custom things like this MUCH easier.
Shoemoney
12-14-2005, 09:07 PM
omg, here comes the pee
HAHHA
0ptima
12-14-2005, 10:11 PM
Thanks Jason!
sadecosefo
12-15-2005, 12:46 AM
I hope it is OK, just thought I'd put the link to the iTrader v2.0.0 (https://vborg.vbsupport.ru/showthread.php?t=102965) here.
sbryan
12-22-2005, 03:07 AM
hi all, i have 3.5.1 has this compatible with it yet?
i had it before upgrading and my members are getting toey and want it back :)
-=Sniper=-
12-22-2005, 11:48 AM
hi all, i have 3.5.1 has this compatible with it yet?
i had it before upgrading and my members are getting toey and want it back :)
for the 3.5.x version the link is right above your post.
sbryan
12-22-2005, 12:05 PM
yes but is it exactly the same database/table/data wise?
i only ask because i was using Trader Ratings previously and i have loads of data from forum members still there just waiting for me to reinstall this. im hopeing that when i reinstall, all that data will become visible again. ie; all their feedback etc
-=Sniper=-
12-22-2005, 12:41 PM
tables have changed names etc So there is a upgrade script to move all the data to the new structure.
sbryan
12-23-2005, 06:49 AM
tables have changed names etc So there is a upgrade script to move all the data to the new structure.
thanks sniper, will definately give installing this a shot ASAP. thanks again! :)
chinch
01-05-2006, 12:20 PM
thanks! i just upgraded my board to 3.5x & will re-install this asap. :)
chinch
01-05-2006, 01:38 PM
can anyone help me display the "summary page" that was featured with Trader Ratings 1.20?
when i added a menu item to navbar for itrader it always shows my OWN rating. The code is below, which limits it to logged in members only. All help appreciated :)
add this after:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="itrader.php?$session[sessionurl]">iTrader</a></td>
</if>
rzpvile
03-16-2006, 07:38 PM
I get this error. What should I do?
Fatal error: Call to a member function query_first() on a non-object in /home/.xxxx/xxxx/xxxx.com/forum/admincp/install_traderratings.php on line 468
GSX-Racing
03-19-2006, 08:27 PM
I am getting this error when I click the Trader Rating from a member profile.
Parse error: parse error, unexpected T_STRING in /home/domainhere/public_html/vb/traderratings.phtml on line 17
Can anyone help?
GSX-Racing
03-19-2006, 10:56 PM
I got it fixed (the error I had) but one more thing.
I have made it so the url is required, and in the readme it says to edit out the 'optional' if you do this. Problem is, I can't find where to edit it at all.
popytart
03-31-2006, 06:43 AM
when I try to install this, and get to the /install_traderratings.php and click on the add templates, i get the following error immediately..
Fatal error: Call to a member function query_first() on a non-object in /home/thatgirl/public_html/legacy/swap/admincp/install_traderratings.php on line 468
similar when I try upgrade.. and I cant get it working :/
kellyandmike
04-04-2006, 02:05 PM
I got it fixed (the error I had) but one more thing.
I have made it so the url is required, and in the readme it says to edit out the 'optional' if you do this. Problem is, I can't find where to edit it at all.
Hey GSX,
When I changed mine from Required to Optional, it did it on it's own. I changed it in the iTrader settings page...
Hope that helps somehow.
kellyandmike
04-05-2006, 07:50 PM
Could someone tell me if there is anyway to start a member off with a certain # of feedback? For example if on my php board someone had 50 feedback is there a way I can manually change their feedback in iTrader to read 50 positive feedback without having to retype each feedback?
MikeWarner
04-15-2006, 02:36 PM
when I try to install this, and get to the /install_traderratings.php and click on the add templates, i get the following error immediately..
Fatal error: Call to a member function query_first() on a non-object in /home/thatgirl/public_html/legacy/swap/admincp/install_traderratings.php on line 468
similar when I try upgrade.. and I cant get it working :/I am getting this on a fresh install. Please help.
King Justice
04-21-2006, 05:51 PM
Thank you! :)
kdholdom
08-26-2006, 06:18 AM
I am getting this on a fresh install. Please help.
Me too.:surprised:
HustlinHolmes
06-07-2007, 04:29 PM
when I try to install this, and get to the /install_traderratings.php and click on the add templates, i get the following error immediately..
Fatal error: Call to a member function query_first() on a non-object in /home/thatgirl/public_html/legacy/swap/admincp/install_traderratings.php on line 468
similar when I try upgrade.. and I cant get it working :/
me 2 same error, fresh install today
Fatal error: Call to a member function on a non-object in /home/groupbuy/public_html/forums/admincp/install_traderratings.php on line 468
Veeb0rg
08-03-2007, 01:50 PM
is there a hack to keep some users from leaving feedback?
I have a user who insists on abusing this and I'd really hate for him to ruin it for everyone
shanevas2
08-10-2007, 09:12 PM
same error
How i fix???
Fatal error: Call to a member function on a non-object in /home/content/s/h/a/shanevas2/html/admincp/install_traderratings.php on line 468
tropicon
09-04-2007, 11:25 AM
Installed it, admin can rate but users receive message: "The iTrader system is currently closed"
Anyone can help?
SVTCobraLTD
09-20-2007, 07:30 PM
Any chance of this working on 3.6.8? I see this on a vB i am on and they use 3.6.8.
SVT
ChitownDSM
10-01-2007, 07:36 PM
Fatal error: Call to a member function on a non-object in /home/content/m/o/f/mofohex/html/forum/admincp/install_traderratings.php on line 468
i broke it before i even got it, whats going on here?
LewisAinslie
10-02-2007, 06:41 AM
I also have this problem (as above)
A fix or a way to resolve the issue would be great.
LewisAinslie
10-03-2007, 04:26 PM
I'm guessing this mod no longer has support then.. i see people have been waiting for a response to the same problem as me since 2006...
mhackl
11-05-2007, 07:01 AM
Any chance of this working on 3.6.8? I see this on a vB i am on and they use 3.6.8.
SVT
My question exactly.
eoc_Jason
11-05-2007, 02:31 PM
Trader Ratings is for vB 3.0.x, it changed name to iTrader for vB 3.5+ because I'm planning on using the name 'trader ratings' for a stand-alone rating site. The thread for the new version is at: https://vborg.vbsupport.ru/showthread.php?p=1376115
zeus_r6
07-18-2008, 02:55 AM
Anybody running this on 3.6.x?
Kihon Kata
10-26-2008, 01:12 PM
I'm running this on 3.7.3 PL1 just fine.
Shazz
10-26-2008, 04:13 PM
I'm running this on 3.7.3 PL1 just fine.
Updated version: https://vborg.vbsupport.ru/showthread.php?t=182400
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.