View Full Version : Trader Ratings v1.2.0
Osiris2k
03-27-2005, 09:26 PM
How do mods and admins edit users feedback?
Thanks.
beside the comment that was left for the user there is an edit button. you can edit the rating comment etc if you are logged in as a admin.
djwins
03-27-2005, 10:18 PM
Thanks!
Is there a way I can "import" previous feedback (which consists of just text in forum posts).
Can I put in starting feedback numbers somewhere and then have the new Trader Ratings trades get added onto that?
I realize it would be quite a data entry project, but is it possible?
Telkman
03-28-2005, 06:54 AM
One of my forums also had a feedback thread for users - personally I just created a dummy user and manually entered all the feedback into the system... seemed the easiest way.
As entries were from multiple users, I also edited the script to allow multiple feedback from the dummy user to count towards the feedback scores.
djwins
03-28-2005, 01:08 PM
Any other options?
mojo8850
03-28-2005, 03:06 PM
Hi Jason.
I have a small question I ave installed the hack, but I have a special section called Buying & Selling Category.!
What I want to do is only the users who have registered to that paid subscription, have access to the trader ratings.! The users who have'nt registered to the paid subscription DO NOT have access..!
Help :)
eoc_Jason
03-28-2005, 03:19 PM
djwins - There is no "import" system simply because of all the complxities and variations involved. You can either opt to do it all manually, have your users rate each other for old things, or just let everyone start at zero.
mojo8550 - You can do it all with the vB templates conditionals, wrapping links and such with <if condition=""> </if> statements. For further protection you can edit the .PHP file to include extra validation to ensure users don't try to circumvent the system to rate people (though I've never found anyone that has).
mojo8850
03-28-2005, 03:26 PM
mojo8550 - You can do it all with the vB templates conditionals, wrapping links and such with <if condition=""> </if> statements. For further protection you can edit the .PHP file to include extra validation to ensure users don't try to circumvent the system to rate people (though I've never found anyone that has).
Sorry Jason
I'm alittle new to this would it be possible if you could simplify the method or
exactly where would I insert all that code..! PLEASE..! :nervous: :nervous:
djwins
03-29-2005, 04:20 AM
If you have a community that is good about policing itself, you could have the users fill out excel spreadsheets and import the feedback into the DB.
If you have honest users and a few who are willing to do some double checking, this could work...
Excellent Hack. Thanks Jason..
And well I had a question.. is it possible to make the trader ratings so that members can only rate a person once only? I'm using this mod in kind of different way, and this would help me alot...
dethfire
03-31-2005, 02:50 AM
anyone know how I could restrict a forum to only users with say a rating of 50 or greater can view a specific forum?
Khaine
04-03-2005, 04:31 PM
How would I go about preventing a specific usergroup from receiving feedback? On my site we have a number of advertisers who compete with the same products, and I really don't want to have to deal with the drama of them having competing trader ratings.
Kihon Kata
04-04-2005, 01:47 PM
Clicked Install!!! :bandit:
This is a hot hack! Good job!
I own and run a beauty product review/swaps site with a swapping section where users(mostly women) trade beauty products. This has replaced my version of our feedback system. I did do some minor tweaking to the script to fit our needs, but nevertheless, the hack rocks! Thanks a million!!
I have one issue: The PM notification. The PM is working fine going into the PM box, but no one is receiveing EMAIL notification when this PM arrives.
Any Ideas?
(of course I am talking about users who select this option in the usercp)
eoc_Jason
04-07-2005, 02:11 PM
since it's not really a "cricital" message, I hardcoded it not to send an email notification. You can alter the PM code to lookup the user's info to see if they do want email notifications, then alter the function when it sends the PM accordingly.
Martaigne
04-07-2005, 04:31 PM
Just upgraded to v1.2.0!
Feel free to add my site to your list of sites using it: www.accordinglydone.com/forum/
Kihon Kata
04-08-2005, 04:10 AM
Can you point me in the right direction with this on how to actually do it?
You can alter the PM code to lookup the user's info to see if they do want email notifications, then alter the function when it sends the PM accordingly.
ekopapers
04-09-2005, 05:05 PM
thanks a lot this was a snap to install :)
POLiSH
04-12-2005, 07:21 AM
I'm having problems installing this Hack.. I am very new to the Vbulletin world .. My site is www.offroadblog.com .. The only thing that is showing up right now is the Trader Rating on the Link Menu on the top.. I have done everything else as required but its not working.. Could someone help me out..
Thanks
Ryan
POLiSH
04-12-2005, 10:38 PM
anyone?
djwins
04-14-2005, 10:14 PM
Perhaps you installed onto a Style/template that you arent looking at?
aethan
04-15-2005, 10:06 AM
How to exclude banned members?
Thank you for your help in advance
Protoman
04-15-2005, 08:32 PM
I may have found an error: when you are viewing somebody's trader ratings up top it shows Forum> Trader Ratings > Viewing Member (or something like that) when you click the trader ratings link it goes to the member's page.. not the main summary page.
Telkman
04-15-2005, 08:37 PM
I may have found an error: when you are viewing somebody's trader ratings up top it shows Forum> Trader Ratings > Viewing Member (or something like that) when you click the trader ratings link it goes to the member's page.. not the main summary page.
https://vborg.vbsupport.ru/showpost.php?p=615187&postcount=480
Protoman
04-15-2005, 08:50 PM
sorry.. didn't feel like reading 35 pages to find that one . .. atleast I'm not alone on this.
rex_b
04-18-2005, 09:24 PM
could someone please share with me the easiest way to manually change a users Rating. I don't care if I have to go into the DB I just need to know where.
pdx77
04-21-2005, 02:52 PM
Very nice hack! <clicks on Install>
and Rex, let me know if you find out how to manually change a rating, either on here or on SU. (mtied, on the other site)
eoc_Jason
04-21-2005, 02:57 PM
You can't manually add / remove points to a rating, it is recalculated based on data in the DB each time someone rates the user (or a rating is edited of course).
sbryan
04-23-2005, 05:15 AM
You can't manually add / remove points to a rating, it is recalculated based on data in the DB each time someone rates the user (or a rating is edited of course).
Can someone help me modify my member templates so that theres a nice link in their profile to add feedback?
eoc_Jason
04-28-2005, 01:35 PM
Read the text file. All you have to do is modify the memberinfo (I think it is) template and add the TR text similar to the postbit. Also you might want to modify the member search results too for convience.
0ptima
04-30-2005, 11:29 PM
I installed this hack today! Thanks for making it.
0ptima
04-30-2005, 11:31 PM
Anyone having functional problems with Trader Ratings?
lsmba
Seems to work fine on my vb 307
xtreme-mobile
05-05-2005, 04:18 PM
hi guys
one very small problem, when i click to got o the traders ratings on my default skin it works perfect but my second skin it just shows a white blank page, any ideas?
many thanks
dean
hi guys
one very small problem, when i click to got o the traders ratings on my default skin it works perfect but my second skin it just shows a white blank page, any ideas?
many thanks
dean
you need to add the template changes to your other style...
hasan2k
05-05-2005, 06:39 PM
I have a few questions:
Once installed, can I change the settings in the traderratings.php file. I want to change the time limit allowed for editing the ratings.
If it is possible, how can I set the editing time to 90 days. Is it still in seconds? (90 days X 24 hours X 60 mins X 60 sec)
Do I need to reinstall to change the setting. I have already installed.
Also, I have read through most of the pages and still not sure about the following issue. From what I understand ONE unique user can give 10 feedbacks but they will only count for 1 point in rating. Now my question is which point will be taken. A person can rate "positive" in one feedback transaction and "negative" in another.. You know what I mean? what if in 10 feedbacks 6 is positive and 4 is negative. Will the script count any of those? or is it going to only count the first one? I am very confused.
xtreme-mobile
05-05-2005, 08:19 PM
you need to add the template changes to your other style...
ive done the template edits on both :ermm:
djwins
05-07-2005, 01:18 PM
Is there a way that I can have the Trader Rating notification private message contain a link back to the sender's Trader Rating page?
Thanks again for the awesome hack!
Telkman
05-07-2005, 02:27 PM
The actual message is stored in the phrase: tratings_pm_message.
You could have that passed a parameter and return it as part of the phrase, but I think it's probably easier to add it manually.
The last code in traderratings.php is the function for sending the pm. You can easily see what details are being used as far as the username/userid etc are concerned, so it's easy to add the url into $message before it's sent.
If you want the url in the middle of the message, or don't want to hard code the message so it's easy to change in future or translate, you can use a particular unique word in the phrase in place of the userid and then replace it with a string function before inserting the pm.
djwins
05-07-2005, 04:57 PM
Hmm...sounds a bit over my head, but thanks!
hasan2k
05-11-2005, 04:55 PM
In the template.txt file provided with the installation zip file it says the following:
NOTE: If you only want specific user groups to use the ratings, you will also need to modify the traderratings.php code to prevent users from getting to the feedback page through manual URLs (unlikely, but possible). This feature will be fully implemented in the next version (if you don't want to modify the php file).
Can anyone here tell us the what code in the php file to modify. I have done the template modification to not allow certain user groups but i want to make it full proof so that none can use the ratings system via manually going to the trader ratings pages (all pages in TR).
I would appreciate if someone here gives me the actual code to reflect the change.
kobescoresagain
05-16-2005, 05:26 PM
Would it be possible to make a small module for vbadvanced that shows like the top 5 rated members or something?
kobescoresagain
05-16-2005, 05:30 PM
to do this I think I would need the portion of code that makes top rated traders. Can anyone help?
Zachariah
05-17-2005, 12:34 AM
Would it be possible to make a small module for vbadvanced that shows like the top 5 rated members or something?
Yes, i'll take a look @ it.
eoc_Jason
05-17-2005, 05:56 PM
I think there might already be one for vBadvanced, but it is burried somewhere in the 30+ pages of posts...
hasan2k
05-17-2005, 10:55 PM
I think there might already be one for vBadvanced, but it is burried somewhere in the 30+ pages of posts...
Hi I posted this before but i did not get any attention from anyone. Please help me with this.
In the template.txt file provided with the installation zip file it says the following:
NOTE: If you only want specific user groups to use the ratings, you will also need to modify the traderratings.php code to prevent users from getting to the feedback page through manual URLs (unlikely, but possible). This feature will be fully implemented in the next version (if you don't want to modify the php file).
Can anyone here tell us the what code in the php file to modify. I have done the template modification to not allow certain user groups but i want to make it full proof so that none can use the ratings system via manually going to the trader ratings pages (all pages in TR).
I would appreciate if someone here gives me the actual code to reflect the change.
hasan2k
05-20-2005, 06:48 PM
I have asked a few questions ..looks like this thread is dead
I believe your question has been answered before, have you searched trough the thread?
hasan2k
05-20-2005, 07:48 PM
I believe your question has been answered before, have you searched trough the thread?
Yes i have read through (ALL) the posts. All the posts that deals with this issue talks about usergroup restriction based on templates. I want to make it fullprrof by modifying the traderratings.php file.
Nowhere my question is answered.
clasione
05-22-2005, 02:28 PM
Does this hack work on VB 3.0.7 ?
clasione
05-22-2005, 03:26 PM
ok - the hack works on 3.0.7
It's active on http://www.411domain.com
Nice hack!
DaShAkA
05-22-2005, 04:04 PM
eoc Jason, I just sent you a pm. with a few questions
eoc_Jason
05-23-2005, 02:35 PM
As I have said many times in the past, this hack will work with just about any vB 3.x version (past, present, and future) because it is implemented independent of 99% of vB itself.
I don't provide any technical support because I am too busy with other work. (Which is why that nifty little checkbox next to "supported" is NOT CHECKED). I've been meaning to come out with an update, but seeing as how this is free (and works great as-is) it's not exactly high on my priority list.
It's not a complicated hack, if you can't figure it out then I'm sorry but you will have to rely on some of the other people here for help, or just try to track down what you are doing wrong yourself.
Sh4dy313
06-02-2005, 11:08 AM
done
djwins
06-04-2005, 01:34 PM
I don't provide any technical support because I am too busy with other work. (Which is why that nifty little checkbox next to "supported" is NOT CHECKED). I've been meaning to come out with an update, but seeing as how this is free (and works great as-is) it's not exactly high on my priority list.
Just wanted to thank you again for this great hack.
If anyone wants to check out a very active use (even though many ratings were "imported" into the system) of Trader Ratings, check out:
http://www.cheapassgamer.com/forums/traderratings.php
Also, I paypaled you a little thank you money a (month or two ago) in the hopes it will inspire you for an update at some point.
Thanks again!
Spinball
06-08-2005, 05:25 AM
Agree with djwins - this is one of the most important hacks I have on my board and is appreciated by all users.
Jason - appreciate you may be really busy, but a rebuttal facility would be an excellent addition.
Also I hope you'll be able to set aside a little time to tweak the hack for 3.5.
Spinball
06-10-2005, 08:13 PM
Jason, I'm running a trading forum using 3.5 beta 1. I am happy to beta test the new version of this hack.
eoc_Jason
06-11-2005, 05:35 PM
I'm not even going to consider a 3.5 hack until it becomes a stable / gold release. Besides, I've got some bigger plans for the TR system that should make it a much more valuable resource to the end-user. (It will always be free, don't worry.)
Spinball
06-11-2005, 05:50 PM
I'm not even going to consider a 3.5 hack until it becomes a stable / gold release. Besides, I've got some bigger plans for the TR system that should make it a much more valuable resource to the end-user. (It will always be free, don't worry.)
Intruiging. Let me know if you need a board to test with :)
doug97gxe
06-14-2005, 09:16 PM
anyones date stuck on 1969?
doug97gxe
06-14-2005, 09:52 PM
nevermind.. found out what it was..
date format on my user_rate table was not the same as my post table.. so i changed it.. doesn't help the old ratings, but it will surely help the new ones
http://www.turbomaxima.com/post_table.jpg
http://www.turbomaxima.com/user_rate_table.jpg
ManofManyStangs
06-18-2005, 04:19 PM
How do I get this to show up in the post bit?
Larry
doug97gxe
06-18-2005, 11:35 PM
depends on which post bit are you using.. you using postbit or postbit_legacy for the old style.
I threw mine below posts and above reputation
<div>
$vbphrase[posts]: $post[posts]
</div>
<if condition="$post['userid']"><div>Buyer/Seller Rating: (<a href="traderratings.php?$session[sessionurl]u=$post[userid]">$post[ratetradetotal]</a>)</div></if>
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
</div>
<div>$post[reputationdisplay]</div>
Noonster
06-23-2005, 05:44 PM
Where shuold i put this code in the postbit template??
<if condition="$thread[forumid] == 16">
(trader ratings row)
</if>
Does anyone know the answer to this ??
Thanks
bigcurt
06-23-2005, 06:05 PM
Please jason, test it on my board if you get anything..my site couldnt live without this hack
This is the most used hack on my site. I wouldn't consider the upgrade until a 3.5 hack is available.
I know this has been discussed many times but when/if you release a new version would it be possible to allow multiple feedback from one user to count? My members want the ability to show how many trades a person has made on our site.
Blootix
07-01-2005, 08:31 AM
This is the most used hack on my site. I wouldn't consider the upgrade until a 3.5 hack is available.
I know this has been discussed many times but when/if you release a new version would it be possible to allow multiple feedback from one user to count? My members want the ability to show how many trades a person has made on our site.
Hi, I was wondering if/when is this hack going to be upgraded to 3.5? It's pretty much crucial that we have it for our forums :)
Also, is there a way to do a one-button "Delete All Ratings For This User" thing? I've tried to edit traderratings.php but I'm no good at php. Anybody help please :D?
eoc_Jason
07-08-2005, 02:14 PM
1. When the final release of 3.5.x is available, then an updated version of this hack will be released. Not until then... I'm sorry to do that, but if anyone remembers how many changes vB 3.0 went through before it finally became a stable release, you would understand.
2. There is no "delete all ratings" button, I never considered that a valid action. However you could manually go into the database and delete all based on his userid, and manually update the TR info in the user table too.
3. If you want multiple feedbacks to count towards the score, simply modify the function at the bottom of the traderratings.php file. It's not that complicated to modify.
cherieann
07-08-2005, 11:16 PM
nm, great mod :) installed
trying to change the word "optional" on my trading to "mandatory"
i've already edited the .php so it'll be mandatory, but cannot find the words "optional" anywhere in tratings_thread_url :(
Then modify the phrase tratings_thread_url and removed the "(optional)" text.
i'm assuming it's using $vbphrase.. but i'm not very good at php to know where to edit that specific vbphrase
anychance you can point me in the right direction? :)
thanks
eoc_Jason
07-10-2005, 06:11 PM
Phrases are edited via the AdminCP... Under the "Languages / Phrases" section (or something similar to that... it's the 3rd choice on the list I believe).
kobescoresagain
07-18-2005, 01:00 AM
is there a way to change it so it displays a number, then something like 5 stars. I don't think it would be that hard, could be done with a while statement, I believe. Anyone know how to do this.
eoc_Jason
07-18-2005, 03:56 PM
Why would you want a star rating instead of numbers? I don't see how the two would correlate, unless you made the # of stars relevant to the % of positive feedback.
yoyoyoyo
07-18-2005, 04:21 PM
Why would you want a star rating instead of numbers? I don't see how the two would correlate, unless you made the # of stars relevant to the % of positive feedback.ebay uses both and it works fine. they give you a specific star icon for the level of feedback, and also list the number.
eoc_Jason
07-18-2005, 04:35 PM
My mistake, I thought he said stars instead of numbers, but he said numbers and then "something like 5 stars"... (Which I'm assuming he means the vBulletin scale of 1-5 stars). The easiest way to do it without having to even edit the PHP file would be to just do some if conditionals in the postbit template to base your stars on the TR score.
As for the eBay stars that yoyoyoyo mentioned... don't even get me started with how pointless those things are... They are eyecandy and nothing more... and that's all I will say about that.
bigcurt
07-18-2005, 06:31 PM
I think the hack works great, the stars are cool but there just for looks, My site could not live without this hack..and there are a few things I would LOVE to see done with this hack jason but stars arent really one of them :P. If you ever get time I might give you some money to modify this hack for a few things jason, when you get time :). I love this hack, and thank you a TON for doing it.
~Big Curt
Q-v-n-s-Q
07-25-2005, 12:17 AM
when i install ( tarder system automatic add top rated trader )
http://www.efz-tm.net/forums/traderratings.php?
totenmaske
07-28-2005, 01:40 AM
Thanks for a brilliant mod!!!
RS25com
07-29-2005, 04:36 PM
I am still hoping for a percentage mod for this. Right now I am having problems because people assume ANY positive number means the seller is okay, and buy from them without looking at the details. But as it turns out, a seller with 10+ and 4- = 6+. It should really equal 60%.
My members are trying to work on this. I am not above doing on the fly calculations on my site, as it's pretty small. Alternately, I can add another DB column and run some SQL to populate it, and then I just need to code to display it.
Anyone wanna take this on? Here is where we stand on this:
http://www.rs25.com/forums/showthread.php?p=578034
Kihon Kata
07-29-2005, 04:45 PM
I'm still hoping for an upgrade to 3.5 for this hack.
any idea when?
I am still hoping for a percentage mod for this. Right now I am having problems because people assume ANY positive number means the seller is okay, and buy from them without looking at the details. But as it turns out, a seller with 10+ and 4- = 6+. It should really equal 60%.
My members are trying to work on this. I am not above doing on the fly calculations on my site, as it's pretty small. Alternately, I can add another DB column and run some SQL to populate it, and then I just need to code to display it.
Anyone wanna take this on? Here is where we stand on this:
http://www.rs25.com/forums/showthread.php?p=578034
eoc_Jason
07-31-2005, 01:03 PM
1. I said this before and I will say it again. There will NOT be an update for vB 3.5.x until they have a final release. (So much code changes during the beta/RC versions, I really don't feel like having to do a bunch of needless re-work). It is currently a RC1, typically two more RC's come out, then the final release.
2. If you want to know how to make a % display, look at the function that does the calculations, and also the main TR page (since it calcs %'s for that page). The easiest cource of action would be to add another column to your user table to store the % value (if you don't want to do it on the fly). Then under the function that calculates out the TR score, add the code to calculate the % and update the user table with that info too.
You will have to run a mass-update to re-calc all users. I'm not sure if I posted any code for that, but the concept is not that complex to write your own little routine.
icecube0045
08-03-2005, 06:50 PM
Is there a way that i can remove the trader ratings from my forum?
icecube0045
08-03-2005, 06:58 PM
When i go to "apply phrases" i get this error"
Database error in vBulletin 3.0.7:
Invalid SQL: INSERT INTO phrase (languageid, varname, text, phrasetypeid) VALUES (0, 'tratings', 'Trader Ratings', 1)
mysql error: Duplicate entry 'tratings-0-1' for key 2
mysql error number: 1062
Date: Wednesday 03rd of August 2005 12:52:12 PM"
I already have it installed on my forum but i tried to do it again becasue it dosent work with the new skins that ive added, it only works with the 1st one.
eoc_Jason
08-03-2005, 07:00 PM
1. Edit your templates that you modified with TR Info
2. Delete the traderratings.php file
3. Delete all tratings_* templates
4. Delete all tratings_* phrases
5. Drop the user_rate_trade table
6. Remove the ratetradetotal column from the user table
Your issue with skin/template is probably an inheritence issue. I.E. the TR templates are at a lower level than the skin you are using.
icecube0045
08-03-2005, 07:17 PM
1. Edit your templates that you modified with TR Info
so you mean to "revert" them, back to normal?
icecube0045
08-03-2005, 07:38 PM
How can I change the style ID?
jlaine
08-06-2005, 02:31 AM
1. I said this before and I will say it again. There will NOT be an update for vB 3.5.x until they have a final release. (So much code changes during the beta/RC versions, I really don't feel like having to do a bunch of needless re-work). It is currently a RC1, typically two more RC's come out, then the final release.
That's understandable - and I for one appreciate the time you've invested into this system - as it's a great addition to any site that has regular sales taking place.
I completely forgot to check to see if this supported 3.5 yet and just finished the conversion - had I checked this and seen your response, I wouldn't have upgraded since this is probably the most useful modification I have in place. I kept the SQL information saved so hopefully it'll work into the new system.
Chedy
08-07-2005, 10:36 PM
I've only read through half the pages here, so please forgive me if this has already been covered but I haven't seen it. I am running TR 1.2.0. I have a handful of people reporting that all the TR pages are blank in IE. They can be seen in Mozilla, but not IE. 99% of my users can see it just fine in all browsers. It's just a handful that can't see it in IE.
Has anyone encountered this before? I've already commented out the "$phrasegroups = array();" line. That fixed it for many who had problems, but not all.
Any suggestions?
Thanks!
eoc_Jason
08-08-2005, 01:28 PM
As mentioned numerous times before, it is probably an inheritence issue with your style sets. If you use multiple styles then you need the templates to obviously be at the highest level so that they can be inherited by all other styles below it.
RealDN
08-09-2005, 01:48 PM
Hey Jason or anyone. I have a little problem. I'm not sure whether this is supposed to look like this or not, but it does. On my forum RealDN.com (http://www.realdn.com) when you take a look at the members list, you see that the layout is all messed up. I'm not sure where the ratings, and user titles are supposed to go, but it looks a little weird.
Any advice would be greatly appreciated.
Thanks,
Jason F.
Dennis B
08-11-2005, 07:31 PM
Thanks Jason for this hack.
* Dennis B installs. :)
I just want to inform, that it works under 3.0.8 perfectly :)
Shepski
08-12-2005, 08:40 AM
installed and working fine but one problem is you try and goto the traderratings.php file directly, it comes up with a mysql error rather than display the stats page:
Database error in vBulletin 3.0.8:
Invalid SQL: SELECT user_rate_trade.userid, rateduser, userrating, userbuysell, a.username, a.ratetradetotal, b.username AS ratedusername, b.ratetradetotal AS ratedtradetotal FROM user_rate_trade LEFT JOIN user AS a ON a.userid = user_rate_trade.userid LEFT JOIN user AS b ON b.userid = user_rate_trade.rateduser ORDER BY userdate DESC LIMIT 15
mysql error: Column: 'userrating' in field list is ambiguous
mysql error number: 1052
Date: Friday 12th of August 2005 10:39:36 AM
Script: http://forums.dvd-swaps.com/traderratings.php
Any ideas on this one?
hotwheels
08-20-2005, 01:45 AM
great hack.........wow
vphost
08-20-2005, 09:39 PM
Hello, I need help
Rater's Trading seemed to do not work on other styles?
I recently installed 3 styles from extremepixels.com but when I link Trader's Rating to /traderratings.php? it doesn't show anything and it is blank.
Any guidelines would be appreciated.
edit: it is @ http://www.typicalhub.com/traderratings.php
Damian
08-21-2005, 03:44 AM
Hello, I need help
Rater's Trading seemed to do not work on other styles?
I recently installed 3 styles from extremepixels.com but when I link Trader's Rating to /traderratings.php? it doesn't show anything and it is blank.
Any guidelines would be appreciated.
edit: it is @ http://www.typicalhub.com/traderratings.php
You need to add the templates to your new styles.
vphost
08-21-2005, 03:53 AM
You need to add the templates to your new styles.
Hello,
I'm a bit confused, what do you mean? Being all new to changing styles and whatnot.
Regards,
vphost
08-21-2005, 07:40 PM
Hello,
I'm a bit confused, what do you mean? Being all new to changing styles and whatnot.
Regards,
I think I've found out how to fix this, will have to re-try again and update you on this
Thanks
NexVision
08-21-2005, 10:20 PM
1. Edit your templates that you modified with TR Info
2. Delete the traderratings.php file
3. Delete all tratings_* templates
4. Delete all tratings_* phrases
5. Drop the user_rate_trade table
6. Remove the ratetradetotal column from the user table
Your issue with skin/template is probably an inheritence issue. I.E. the TR templates are at a lower level than the skin you are using.
I am having the same problem as u offered this solution but I am upgrading. Will this delete users feedback?
Shepski
08-22-2005, 08:19 PM
anyone got any ideas on my database problem posted above? really would like to get a fix, tried all i know to fix it but no joy :(
ta
NexVision
08-23-2005, 04:31 PM
I am having the same problem as u offered this solution but I am upgrading. Will this delete users feedback?
Disregard my post above did the updates manually.
mr. visual
08-28-2005, 12:03 AM
installed and works beautifully, thanks!
/me clicks install
jellybaby
09-05-2005, 11:26 AM
As far as I can see this has installed properly (great mod thank you), however, I do have a few small problems!
1. On my Top Rated Traders column I have a list of people picked at random that have no feedback, how do I get rid of them so that only people with feedback show?
2. I am selecting positive feedback but for some reason when I click submit its coming back with neutral?
3. Also, how do I edit and delete feedback (when I try to edit it just adds more feedback) as I cant see anything anywhere for this?
Many Thanks
jellybaby
09-06-2005, 03:38 PM
Anyone?
mod2000
09-10-2005, 09:20 AM
does the hack working unser vbb 3.0.8 and is a transision to 3.5.0 in future ?
Dennis B
09-10-2005, 10:32 AM
It's working perfectly under 3.0.8. ;)
eoc_Jason
09-10-2005, 03:39 PM
Yes and Yes.
does the hack working unser vbb 3.0.8 and is a transision to 3.5.0 in future ?
Kihon Kata
09-10-2005, 03:56 PM
Yes and Yes.
Will wait for a nice port up to 3.5
Trana
09-11-2005, 09:10 PM
I'm sure this probably has been answered somewhere else, but I can't find it after several searches.
Is there a way to limit ratings to a specific user group or post count? I want to make sure only users who have a post count of 100+ can write a rating.
Thanks!
digitalSite
09-12-2005, 12:17 AM
I installed this with no problems on vB 3.0.9. However, I have some questions:
1) Where is my admin control panel for this Trader Rating hack?
2) Right now, anyone can click on the link in the navbar and view everything. I only want registered, admin, mods, and supermods to access this. Can anyone help me with permissions on how to do this?
UPDATE: I got Question #2 fixed, but I don't think my Trader is complete. All I see is "Trader Ratings" link in my navbar. Where's the control panel, if it has one? I followed everything in the instructions, but can't figure out where the other stuff is. Please help!
Thank you!
hydrostatic
09-14-2005, 03:24 AM
It doesn't have a control panel... Anyways I'll wait for a port to 3.5.
I do have one suggestion though: can you make a button to clear a user's trader ratings? For example, User A has 10 trader ratings. I want to delete all 10 without going to EDIT and check DELETE THIS RATING for all 10... it'd take forever. I want this mainly because some people liked to "scam" for ratings, and there were a bunch of users (like 20) who tried to do so. So I had to delete every single one they got by hand. A horrible nightmare.
digitalSite
09-14-2005, 02:46 PM
So...no control panel, ok. So how do we use this then? If I click on Trader Ratings, all I see is a list of about 15 users with "0" next to their names and that's it. Is there any documentation on how to use this? There are a few screenshots at the beginning of the thread but I only get one of those screens, and that's after clicking on "Trader Rating" link.
Pleeeeaaase help! I would liek to get this going soon on my site. :nervous:
eoc_Jason
09-14-2005, 03:10 PM
Trana:
- Read the templates.txt file.
digitalsite:
- Read the README.txt file.
- Read the templates.txt file.
Odysseus
09-20-2005, 09:28 AM
@ eoc_Jason:
Since the complete hack is a new file and there are no code modifications in other vBulletin files, I assume that this program works also on vBulletin 3.5, right?
(I just renewed my upgrade subscription, so I can't yet test it myself).
Gavin B.
09-20-2005, 10:40 AM
No it doesn't work with vB3.5 out of the box. I've hacked mine to work, but it's very dodgy and I'd rather not spread around a half-arsed patched together version of it. :)
Will be looking forward to the official port to 3.5 though jason - thanks for all the work!
Trana
09-20-2005, 12:55 PM
eoc Jason,
I looked at the template file, and was wondering if there is any way to limit trader ratings to users who have mo9re than 100 posts (without using a user group). Is there any way to specifically use the post count?
Thanks!
NickCat
09-27-2005, 02:49 AM
Just installed... this hack is awesome... I can't wait for more features! :)
-Nick
http://www.nasioc.com/
specktra.net
09-29-2005, 12:01 AM
GREAT hack! I've been using it for awhile now, it's perfect! I'm begging Jason to port it to v3.5 so I can upgrade my forums. :D
NickCat
09-29-2005, 12:55 AM
Sorry if it's been covered already, but is there any way to check the URL for a matching URL prior to allowing the member to post.
I have made URLs required for verification of sale. And I have told my members they must post a a URL that is a thread on my forums. Anything else should reject the feedback. Is there anyway to do this with this system?
-Nick
http://www.nasioc.com/
GREAT hack! I've been using it for awhile now, it's perfect! I'm begging Jason to port it to v3.5 so I can upgrade my forums. :D
I am joining the begging line :)
I am joining the begging line :)
I would love to upgrade to 3.5 with TR :)
kash2k
09-29-2005, 04:47 PM
Well, upgraded to 3.5, and really in need of TR to finish the job, so I s'pose I'm in the begging Q too :(
Sc0rian
09-29-2005, 08:30 PM
^ Same..
I just updated and forgot about that hack.... really need to get it going..
dethfire
09-29-2005, 08:33 PM
^ Same..
I just updated and forgot about that hack.... really need to get it going..
good luck, the hack hasn't been updated since last feb
Noonster
09-30-2005, 10:00 AM
:( Thats not good.....
Anyone have any idea how to start to get it to work...
- Surely it shouldnt be to hard??
Thinking I will have to have a play tonight as need to have it!!
Daz
Zachariah
09-30-2005, 12:30 PM
I'll work on 3.5.
Give me a few days
tokenyank
09-30-2005, 03:39 PM
That's fantabu-doosy! This hack is the only reason I haven't updated to 3.5 yet!
/me waits patiently in the queue...
Odysseus
09-30-2005, 04:12 PM
I'll work on 3.5.
Give me a few days
Yo mean, you will try to port this hack to vB 3.5 and are going to share it?
Great! :)
Zachariah
09-30-2005, 05:09 PM
Yo mean, you will try to port this hack to vB 3.5 and are going to share it?
Great! :)
yep.
It will be a few days these fires down here in Chatsworth,CA are about 1-2 miles away are killer on the Air. :tired:
Odysseus
10-01-2005, 05:54 AM
yep.
It will be a few days these fires down here in Chatsworth,CA are about 1-2 miles away are killer on the Air. :tired:
That's bad ... I whish you good luck to get through this without any bigger problems. :confused:
tokenyank
10-01-2005, 12:04 PM
Not that I don't want this to be updated as I have 3.5 installed on my dev site waiting to be moved over... But, don't you need eoc_Jason's permission to update this mod Zachariah?
The only reason I ask is because I don't want work to be carried out on this mod, only for it to be pulled because of permissions.
I pm'd eoc_Jason several weeks ago and he assured me that this would be updated to 3.5 when it went Gold...
Again, I'm not trying to be ungrateful, but since this is what is holding me back, it is rather important to me (as well as many of those that use it I reckon) that it is done correctly?
I'll just shut up now and sit on my hands so I don't update my board before time! :D
Be patient guys, Jason is working on it...
http://forums.extremeoverclocking.com/showthread.php?t=189028&page=1&pp=20
Zachariah
10-01-2005, 12:47 PM
Not that I don't want this to be updated as I have 3.5 installed on my dev site waiting to be moved over... But, don't you need eoc_Jason's permission to update this mod Zachariah?
The only reason I ask is because I don't want work to be carried out on this mod, only for it to be pulled because of permissions.
I pm'd eoc_Jason several weeks ago and he assured me that this would be updated to 3.5 when it went Gold...
Again, I'm not trying to be ungrateful, but since this is what is holding me back, it is rather important to me (as well as many of those that use it I reckon) that it is done correctly?
I'll just shut up now and sit on my hands so I don't update my board before time! :D
Ya I sent him an e-mail, I think I have 7/8 of it done. Perhaps he can use the code to speed up his venture.
Phrases, templates, DB edits in XML product are all done and converted.
eoc_Jason
10-01-2005, 05:58 PM
Hi Guys,
Yes there will be a 3.5.0 hack released soon, with more features than the current version. I'm currently upgrading my forum to 3.5.0 Gold today, but I'm hoping to have the hack released within 7-10 days. (rough estimate) I'm still trying to get my life back in order though from the whole Hurricane Rita debacle...
I am going to be changing the name, probably to "iTrader" (I'm open to suggestions, so post them if you got them). The reason being is that I am making a stand-alone Trader Ratings website (free for everyone to use) which will have a lot more features / capability, and have additional plugins for forums so that a user can have their same ratings anywhere they go and that it is verified who they are. (But that's a whole different story). Anyhow, I do not want both things to use the same name to avoid confusion.
Hi Guys,
Yes there will be a 3.5.0 hack released soon, with more features than the current version. I'm currently upgrading my forum to 3.5.0 Gold today, but I'm hoping to have the hack released within 7-10 days. (rough estimate) I'm still trying to get my life back in order though from the whole Hurricane Rita debacle...
I am going to be changing the name, probably to "iTrader" (I'm open to suggestions, so post them if you got them). The reason being is that I am making a stand-alone Trader Ratings website (free for everyone to use) which will have a lot more features / capability, and have additional plugins for forums so that a user can have their same ratings anywhere they go and that it is verified who they are. (But that's a whole different story). Anyhow, I do not want both things to use the same name to avoid confusion.
Jason,
This hack is one of the most intregal parts of my site. I would love the ability to have trader feedback follow a trader from various boards. What a revolution that would be to the trading arena. I like the name itrader and am more than willing to pay for some type of premium membership for this~similar to what v3arcade is doing. Thanks for all your work on this!
KidneyBoy
10-01-2005, 11:45 PM
Yes this is fantastic news for us that run Buy/Sell/Trade-style boards. I am just getting started on vBulletin at 3.5.0, so I haven't had a chance to use your original MOD, but it's exactly what my site is looking for. Furthermore, you hinting that you will be running a site where feedback can be left in a universal-style setup would take things to a whole new level! I really hope that your plans include compatibility with other Forums (eg older versions of vBulletin, phpBB, etc.) so that other trading sites can contribute additional references and "red flags".
Man, it's pathetic when I can get so excited over a Modification.....Proof I have no life :lol:
Take it easy
KidneyBoy
eoc_Jason
10-03-2005, 03:19 PM
Yes, the plug-in's will only require very simple information to be transferred back and forth between the forums and main Trader Ratings site. When people actually "rate" someone it will go to the main site so that proper auditing can be kept local. I know several of the people that manage "Troll Hunters" (I'm sure you all have heard of them), and am hoping to work closely with them so that fraud can be kept to a minimum, and by working at a more global level it will help keep all forums better protected.
However, I know some people still want to keep their ratings for their forum only, and that's okay. Which is why I'm continuing to support this script, albiet with a different name for 3.5.0.
0ptima
10-03-2005, 11:16 PM
However, I know some people still want to keep their ratings for their forum only, and that's okay. Which is why I'm continuing to support this script, albiet with a different name for 3.5.0.
Thanks Jason!
specktra.net
10-03-2005, 11:27 PM
However, I know some people still want to keep their ratings for their forum only, and that's okay. Which is why I'm continuing to support this script, albiet with a different name for 3.5.0.
I appreciate your work on porting this to 3.5, and your willingness to still support the hack even when you have bigger and better plans for it. Thank you! :)
hydrostatic
10-04-2005, 01:06 AM
Thanks so much. Ready to install 3.5 version :)
Freezerator
10-04-2005, 05:37 AM
i am looking forward to it :) And the name iTrader sounds nice and pronounceable (don't know if i wrote this right :D).
Noonster
10-04-2005, 12:19 PM
WooHooo I am looking forward to getting this back on my site :D
coolgus
10-05-2005, 08:34 PM
You are the man Jason :-)
WoodiE
10-06-2005, 04:31 PM
This hack is the only reason I'm not upgrading right now. I can't wait till the new version!
-Michael
MR-2ZZ
10-07-2005, 02:41 AM
w00t!!! I need this hack!!! My forum wont live without it.
sbryan
10-08-2005, 12:47 PM
Hi guys. I am just about to do a complete upgrade to the latest version of VBulletin 3.5
obviously doing that will reset all the template files and remove this mod from my forum that it is currently installed on.
will running this installer again afterwards recreate it? all the data should still be in the sql tables right?
Odysseus
10-09-2005, 06:53 AM
You cannot use this hack on vB 3.5 yet, sbryan.
sbryan
10-09-2005, 08:52 AM
You cannot use this hack on vB 3.5 yet, sbryan.
ahh ok thanks for that! but if i upgraded to 3.5 and installed this once the compatible version comes out, will all the info appear once it gets reinstalled later on?
Gavin B.
10-09-2005, 08:57 AM
Yep - it will all still be there once the vB3.5 version of trader ratings is ready.
sbryan
10-09-2005, 09:08 AM
Yep - it will all still be there once the vB3.5 version of trader ratings is ready.
thanks so much Gavin, i suspected that (seeing as the database tables would survive the upgrade) but thank you for confirming it for me :)
Kihon Kata
10-09-2005, 01:12 PM
You cannot use this hack on vB 3.5 yet, sbryan.
I'm running it here (http://www.makeuptalk.com/forums) on 3.5.
Was ported up manually tho
ImportPassion
10-10-2005, 04:02 AM
Hi Guys,
Yes there will be a 3.5.0 hack released soon, with more features than the current version. I'm currently upgrading my forum to 3.5.0 Gold today, but I'm hoping to have the hack released within 7-10 days. (rough estimate) I'm still trying to get my life back in order though from the whole Hurricane Rita debacle...
any update on this Jason?
Trana
10-10-2005, 10:52 PM
Yeah, I am eagerly awaiting this hack for 3.5.
slvr ralliart
10-11-2005, 03:46 PM
I have it on my site
BUT I am having a hard time for it to show in the memeber info.
would somone send me a screen shot to show me where you put this at in your member info templated please?
thanks
Ncturnal
10-12-2005, 03:00 AM
I'm running it here (http://www.makeuptalk.com/forums) on 3.5.
Was ported up manually tho
How? :)
eoc_Jason
10-12-2005, 02:09 PM
Both releases for 3.5 should be out this coming weekend, trying to iron out some bugs and misc things. I'm also having to make two separate installers: one for people upgrading from 3.0.x and one as a new install.
drumsy
10-12-2005, 04:53 PM
Both releases for 3.5 should be out this coming weekend, trying to iron out some bugs and misc things. I'm also having to make two separate installers: one for people upgrading from 3.0.x and one as a new install.
Sounds good man! I can't wait and neither can my members! :)
KidneyBoy
10-12-2005, 09:15 PM
*Rubs his hands together mythotically**Blisters hands from too much friction*
OUCH!!!!!
This is great! The anticipation is like waiting for GOLD to be released all over!!
*Realizes he really has NO LIFE to find excitement in this*
Looking forward to it :)
KidneyBoy
MR-2ZZ
10-12-2005, 11:25 PM
Cant wait!!!
grimmer
10-16-2005, 04:30 AM
^^ +1
eoc_Jason
10-16-2005, 01:02 PM
Yesterday I spent the entire afternoon just coding part of the AdminCP stuff. I figured it would be nice to move the variables out of the PHP file and into their "proper" location. It took me a LOT longer because I was having to figure it out for myself and insert all the data manually into the DB. After I finished everything, I discovered that if you turn on Debug Mode then additional options appear to add new setting things... DOH! Better documentation for developers would go a LONG way.
Anyhow, still have to finish the AdminCP / ModCP tools. Problem with that is the AdminCP you can use an XML file, but for the ModCP you have to use hooks (that makes no sense but it's how they did it). I don't think I will get a chance to work on it today though. Wish I could give you guys an ETA when it will be released, but I'm working as fast as I can, my forum members want this back too, but I don't want to release a half-assed version.
grimmer
10-16-2005, 02:48 PM
*crys to sleep*
Kidswap
10-16-2005, 03:29 PM
Looking forward to it.
phonexpo
10-16-2005, 07:47 PM
Hi,
I'm tring to intsall this hack, but I get this error. Can anyone advice me on what I'm doing wrong.
Thanks
Fatal error: Call to a member function on a non-object in /home/www/xxxxxxxxxx/admincp/install_traderratings.php on line 468
0ptima
10-17-2005, 03:33 AM
Yesterday I spent the entire afternoon just coding part of the AdminCP stuff. I figured it would be nice to move the variables out of the PHP file and into their "proper" location. It took me a LOT longer because I was having to figure it out for myself and insert all the data manually into the DB. After I finished everything, I discovered that if you turn on Debug Mode then additional options appear to add new setting things... DOH! Better documentation for developers would go a LONG way.
Anyhow, still have to finish the AdminCP / ModCP tools. Problem with that is the AdminCP you can use an XML file, but for the ModCP you have to use hooks (that makes no sense but it's how they did it). I don't think I will get a chance to work on it today though. Wish I could give you guys an ETA when it will be released, but I'm working as fast as I can, my forum members want this back too, but I don't want to release a half-assed version.
Thanks for the update! :)
tokenyank
10-19-2005, 08:32 AM
No problem Jason, thanks for doing this up for us...
As I'm very keen to upgrade and am only really waiting for this one to be done, could you just confirm whether or not this is going to come with an upgrade path from the 3.0.x series to the 3.5?
If yes, I can upgrade now and just disable the trader ratings until I can run the upgrade.
If no, I'll wait longer! :D
Thanks again
phonexpo
10-19-2005, 09:04 AM
Hi,
I'm tring to intsall this hack, but I get this error. Can anyone advice me on what I'm doing wrong.
Thanks
Anyone help me ? :disappointed:
Fatal error: Call to a member function on a non-object in /home/www/xxxxxxxxxx/admincp/install_traderratings.php on line 468
eoc_Jason
10-19-2005, 04:02 PM
tokenyank - yes, there will initially be a separate install file for people wanting to upgrade from vB 3.0.x (assuming you are running TR 1.2.0), however I'm including instructions for things to "double check" just to make sure it removed all the old things that are not used / needed anymore. After than only one file should be needed for future upgrades.
phonexpo - Are you are trying to install on a 3.0.x or 3.5.0? Did you already have a failed install and you tried to re-run the script?
phonexpo
10-19-2005, 04:40 PM
phonexpo - Are you are trying to install on a 3.0.x or 3.5.0? Did you already have a failed install and you tried to re-run the script?
I'm putting it on 3.5.0 & I got that error the first time I tried to install it. What can I do now ?
eoc_Jason
10-19-2005, 05:21 PM
This version will not work for 3.5.0, it's only for 3.0.6
I'm putting it on 3.5.0 & I got that error the first time I tried to install it. What can I do now ?
phonexpo
10-19-2005, 07:01 PM
This version will not work for 3.5.0, it's only for 3.0.6
Doh ! :o
MR-2ZZ
10-20-2005, 12:38 PM
Great update Jason :D
eoc_Jason
10-22-2005, 08:22 PM
Attention - Attention - Attention - Attention
I need a couple (meaning 2 or 3) beta testers for the new vB 3.5.0 version.
Prerequisites:
Must currently be running vB 3.5.0
Must have previously used TR 1.2.0 & have not touched the data since the update.
Must have an ACTIVE forum with people using the ratings. (If nobody uses it then it can't be tested very effectively).
Must have email and / or IM for quick contact to resolve bugs.
MUST MUST MUST be knowledgable with vB templates, phrases, and database skills. (i.e. You would know how to backup / restore a table, or at least use phpmyadmin proficiently.)
Must be willing to submit ideas / suggestions / changes (not like code changes per-say, just how you think something should work in general).
Must be willing to accept the fact that they are beta testing and bugs / issues will arrise.
Please contact me via PM if you are interested, be sure to include your forum URL, email address, and IM screename (and which service it is).
Also, please be aware that tomorrow is Sunday, and I usually do not get online much, so my earliest replies will probably be Monday morning for everything.
The sooner this can all be tested (both functionality & installation), the sooner it can become an official public release.
UPDATE - Thanks for everyone that contacted me. I think I have enough people to test it now (and even a couple translations).
Trana
10-22-2005, 10:50 PM
I am interested, will send a PM with my info.
bada_bing
10-24-2005, 02:46 AM
Can someone tell me how I can display the Trader Rating button for registered members or logged on members and not for people just browsing the site and not logged in? Also what is the code and where do I place it..
bada_bing
10-24-2005, 02:51 AM
Ok I have the trader ratings working so far but I want to get the is_member_of working and for the life if me I cant get it in the correct place without getting an error.
I have tried placing it in both postbit & postbit_legacy but I get an error listed below as discribed is what im trying to use. I can get the forum id code working but not the is_member_of ? Now can someone explain to me if I dont have the is_member_of code in there who can use the trader ratings feature by default?
This is what was in the templates.txt file but I cant get it to work
- Combining the two together:
<if condition="is_member_of($post, 11) && in_array($thread[forumid],array(200,201))">
(trader ratings row)
</if>
bada_bing
10-25-2005, 02:45 AM
I cant believe no one has responded to this? Can someone please help?
eoc_Jason
10-27-2005, 04:08 PM
Just an update for everyone on the 3.5.0 version. I've been having to track down a bug (not related to this addon) in vB, a couple of the developers even had to peel through my forum to verify it was happening because they couldn't replicate it on their test forum. Anyhow, the bug was finally found and fixed yesterday (*crosses fingers*, I haven't checked today), so I can get back to work on this now.
bada_bing
10-27-2005, 04:38 PM
Can someone tell me how I can display the Trader Rating button for registered members or logged on members and not for people just browsing the site and not logged in? Also what is the code and where do I place it..
Can someone tell me how I can display the Trader Rating button for registered members or logged on members and not for people just browsing the site and not logged in? Also what is the code and where do I place it..
Can some one please answer this
Navbar--wherever you want it.
<td class="vbmenu_control"><a href="traderratings.php?$session[sessionurl]">Trader Ratings</a></td>
Just put whatever conditional you want around it.
bada_bing
10-28-2005, 11:29 AM
akoj
Can you tell me how to add the condition and where to put it I am totally clueless sorry.
Basically I have it in my navbar but it shows the link to everyone and I just want it to be visable to only certain groups or anyone logged in
hotwheels
10-28-2005, 01:29 PM
quick question, the Display ratings over time isn't updating. When you add a new buyer feedback, or what ever.......the membersinfo isn't updating next to his user name.
I have a user tp_cobra_95 that has 3 sells and 1 buy and next to his name, it only show's 2.
http://www.insanemustangs.com/forums/member.php?action=getinfo&userid=7
is there something i missed or something i need to change in order for the system to update?
MRGTB
10-28-2005, 05:33 PM
Ok I have the trader ratings working so far but I want to get the is_member_of working and for the life if me I cant get it in the correct place without getting an error.
I have tried placing it in both postbit & postbit_legacy but I get an error listed below as discribed is what im trying to use. I can get the forum id code working but not the is_member_of ? Now can someone explain to me if I dont have the is_member_of code in there who can use the trader ratings feature by default?
This is what was in the templates.txt file but I cant get it to work
- Combining the two together:
<if condition="is_member_of($post, 11) && in_array($thread[forumid],array(200,201))">
(trader ratings row)
</if>
Same here, at the moment Guests or groups awaiting validation like Coppa and Guest who have registered by not validated there accounts can rate sales. I only want site members groups like "Members,Mods,S.Admin,Admin" to be able to rate only. And after reading the instructions. I really don't have a clue what I'm supposed to edit to achive this using the code at the bottom of the instructions. It's really unclear as to what you edit and were you place the code exactly
Also, if you don't use the postbit_legacy template, do you need to add the code to that template, or just the default postbit template only. Or both?
tylercruz
10-28-2005, 10:18 PM
Any progress reports on the 3.5.0 upgrade?
dsotmoon
10-29-2005, 02:46 AM
i cant wait till its ported, well, i guess i have to :D
hotwheels
10-29-2005, 02:53 PM
so i take it, nobody has ever dealt with this problem?
quick question, the Display ratings over time isn't updating. When you add a new buyer feedback, or what ever.......the membersinfo isn't updating next to his user name.
I have a user tp_cobra_95 that has 3 sells and 1 buy and next to his name, it only show's 2.
http://www.insanemustangs.com/forum...etinfo&userid=7
is there something i missed or something i need to change in order for the system to update?
0ptima
10-29-2005, 02:59 PM
quick question, the Display ratings over time isn't updating. When you add a new buyer feedback, or what ever.......the membersinfo isn't updating next to his user name.
I have a user tp_cobra_95 that has 3 sells and 1 buy and next to his name, it only show's 2.
http://www.insanemustangs.com/forums/member.php?action=getinfo&userid=7
is there something i missed or something i need to change in order for the system to update?
Take a look at this
https://vborg.vbsupport.ru/showpost.php?p=621131&postcount=487
hotwheels
10-29-2005, 03:45 PM
that would explain it.............thank you very very much.......
bada_bing
10-31-2005, 02:17 PM
Can you tell me how to add the condition and where to put it I am totally clueless sorry.
Basically I have it in my navbar but it shows the link to everyone and I just want it to be visable to only certain groups or anyone logged in
Just figured it out...
Here is my condition
</if>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="traderratings.php?$session[sessionurl]">Trader Rating</a></td>
</if>
hey jason just wondering how things are coming along for 3.5, not that im trying to rush you or anything. I really love the hack by the way
grimmer
11-01-2005, 02:54 PM
^^+1 can we cant some sort of release timeframe?
*this is causing me to lose sleep at night*
eoc_Jason
11-01-2005, 04:30 PM
I wish I could give you guys a time-frame, but I'm no project manager, and the time estimates thus far have well, come and gone.
I was working hapily along with it the other week, but decided to get a little ambitious and make some major changes, which is kind of like one step forward and two steps back.
I also have my usual daily work load that I have to do, and a few other on-the-side jobs have been taking up my free time. So unfortunatly I haven't been able to put as much time into this as I was planning. It happens, what can I say.
I know a lot of people are wanting this for 3.5.0 (including my forum members), so I'm going to try to finish up the code and remove what's not working at the moment so that I can release at least something to you guys. It will have more features than what the 3.0.x version has, but just not all the cool stuff that I was hoping to have in the initial release.
dastar
11-01-2005, 05:24 PM
If it were up too me, i'd say take your time and release it with lots of cool features, but I know allot of people here are waiting for it. Thanks for the update Jason :)
GamerJunk.net
11-01-2005, 05:36 PM
Can't wait for a 3.5 port!
KidneyBoy
11-01-2005, 08:49 PM
I wish I could give you guys a time-frame, but I'm no project manager, and the time estimates thus far have well, come and gone.
I was working hapily along with it the other week, but decided to get a little ambitious and make some major changes, which is kind of like one step forward and two steps back.
I also have my usual daily work load that I have to do, and a few other on-the-side jobs have been taking up my free time. So unfortunatly I haven't been able to put as much time into this as I was planning. It happens, what can I say.
I know a lot of people are wanting this for 3.5.0 (including my forum members), so I'm going to try to finish up the code and remove what's not working at the moment so that I can release at least something to you guys. It will have more features than what the 3.0.x version has, but just not all the cool stuff that I was hoping to have in the initial release.
Thanks for the update Jason. I just wish I was a coder, and I could help you. This MOD will be absolutely PERFECT for my B/S/T site. As anxious as I am, I know that everyone has real lifes and there are real demands in life that *MUST* come first before hobbies like this, so as much as it kills me to say it, I'm all for you dealing with your real life demands first. We can all wait, or if we can't, we can use 3.0.9 and your current mod (or learn to MOD it ourselves :) ).
Take it easy!
KidneyBoy
tylercruz
11-02-2005, 03:40 PM
Again, just want to show my support that 3.5.0 port is greatly desired..
Shoemoney
11-03-2005, 12:32 AM
definatly on the cant weight for 3.5 port wagon ;)
fiber_cut
11-03-2005, 03:35 AM
Fatal error: Call to a member function query_first() on a non-object in /usr/local/www/data-dist/forum/portal/vbtest/admincp/install_traderratings.php on line 468
Is hte error i get when trying to install this mod.. Can anyone tell me what this means?
grimmer
11-03-2005, 03:39 AM
^^ means that you are trying to install the 3.0.x version on 3.5
fiber_cut
11-03-2005, 03:43 AM
ahh is there a new version for 3.5?
Trana
11-03-2005, 06:57 PM
Fiber,
Go back about 3 pages and read from there on.
fiber_cut
11-03-2005, 07:27 PM
thanx looking forward to the port..
I wish I could give you guys a time-frame, but I'm no project manager, and the time estimates thus far have well, come and gone.
I was working hapily along with it the other week, but decided to get a little ambitious and make some major changes, which is kind of like one step forward and two steps back.
I also have my usual daily work load that I have to do, and a few other on-the-side jobs have been taking up my free time. So unfortunatly I haven't been able to put as much time into this as I was planning. It happens, what can I say.
I know a lot of people are wanting this for 3.5.0 (including my forum members), so I'm going to try to finish up the code and remove what's not working at the moment so that I can release at least something to you guys. It will have more features than what the 3.0.x version has, but just not all the cool stuff that I was hoping to have in the initial release.
I keep my fingers crossed :)
eoc_Jason
11-07-2005, 04:07 PM
Hey guys, didn't want to leave you hanging. This past week I've been pretty sick with some crud (sinus / cold), and have been taking medication (and lots of NyQuil) trying to rest up and get better. I'm still under the weather but today I've been trying to do a little work.
I don't think I will have the thread verification implemented in the first release, still kind of quirky and trying to find the problem. Also moderation options will only be in the AdminCP initially till I do my research on how to implement stuff in the ModCP (since it's different).
tylercruz
11-07-2005, 09:39 PM
*Makes some homemade chicken soup for eoc_Jason and brings him a new box of tissues*
Really looking forward to the 3.5.0 port :)
eoc_Jason
11-09-2005, 07:31 PM
Getting very close now to a release. I'm mostly fixing some template, phrase, and PM issues. Also making sure everything is set under the proper product.
mrderanged
11-09-2005, 07:45 PM
any kind of estimate as to how long "very close" is?
waiting patiently while eagerly awaiting.... :)
dsotmoon
11-09-2005, 09:19 PM
Getting very close now to a release. I'm mostly fixing some template, phrase, and PM issues. Also making sure everything is set under the proper product.
woohoo, keep up the great work, cant wait
0ptima
11-09-2005, 10:54 PM
Thanks for the update Jason!
ImportPassion
11-10-2005, 01:12 AM
ya, my users are starting to revolt. ;)
KidneyBoy
11-10-2005, 02:28 AM
*Licks His Chops*
slvr ralliart
11-10-2005, 04:10 AM
this is a must hack for those site who have a feature for user to buy on your site... it helps know who are good to buy from and not....
THIS IS A MUST for all seller forums to help people from buying from or getting ripped off.
Looking forward for this as well!!
azinwood
11-10-2005, 11:20 AM
Thanks for all of your hard work! I know im anxiously awaiting the release!! :)
sbryan
11-11-2005, 12:05 PM
i just upgraded to 3.5.1
cant wait to get this hack back onto my forum, its easily one of the best ever :)
grimmer
11-14-2005, 08:32 PM
i still cant sleep :(
GamerJunk.net
11-14-2005, 11:27 PM
Want a 3.51 version of this :)
futuregizmo
11-17-2005, 10:41 PM
im looking forward too to a 3.5x version of this one.. :)
fiber_cut
11-18-2005, 07:41 PM
I am eagerly waiting as well
dsotmoon
11-18-2005, 09:30 PM
chant
TR !
TR !
TR !
TR !
TR !
TR !
/chant
Chris Etc
11-20-2005, 03:53 PM
I'm having a problem with my senior members not showing up on my top traders list. I did create a usergroup called senior members to be able to do give them certain permissions but they're not showing up on top traders. Anyone know why that might be?
Has anyone used this as an alternative:
http://www.photopost.com/class/index.html
tylercruz
11-20-2005, 06:58 PM
Nooooo I want 3.5.0 port :(
bryanb
11-21-2005, 11:48 AM
*Subscribes to the thread so I knows when 3.5 version is released. Can't wait.
kmike
11-21-2005, 02:46 PM
<font size="1">*unsubscribes from the thread because of intolerable spam/noise ratio*</font>
orban
11-25-2005, 12:46 PM
Come on, update this. We realllllly need it :(
JulianD
11-26-2005, 04:07 AM
I miss this feature on my forums... Maybe I should start rewriting this hack for v3.5... would be nice to see the new features the author announced but it's just taking so long to release this hack :(
slvr ralliart
11-26-2005, 05:54 AM
he is prb not going to release or work on this now because of little kids cryin and you prb annoyed and pissed him off
slvr ralliart
11-26-2005, 05:54 AM
he is prb not going to release or work on this now because of little kids cryin and you prb annoyed and pissed him off
0ptima
11-26-2005, 02:32 PM
Relax, do you want a buggy hack ?? It will be released very soon.
tylercruz
11-26-2005, 03:35 PM
Relax, do you want a buggy hack ?? It will be released very soon.
I can be patient in waiting, but not hearing of any updates/progress reports can be frustrating.
hanna
11-27-2005, 12:32 PM
Just charge a fee if you want but upgrade this one please.
Trana
11-27-2005, 04:59 PM
Are there any alternatives for this sort of hack? This is the only thing keeping me from upgrading to 3.5, I don't know if I can wait any longer.
Shoemoney
11-27-2005, 06:28 PM
Ive sent jason 50$ ... maybe some others should too and he would be more driven ;)
I have already ported this for a client who needed it urgently to upgrade. Looks great.
Can't wait to see the new features Jason will put into the new version. I might even install it on one of my own boards :D
I'm sure he is almost done, just have patience everyone :)
tylercruz
11-28-2005, 08:07 AM
Nice job shoemoney.. now he's at the bar... way to slow down progress..
hehe JK :)
Areku
11-28-2005, 10:37 AM
I need a port for vb3.5.x too! I don't mind paying for it, so just make it happen ;)
eoc_Jason
11-28-2005, 05:51 PM
Hey guys, sorry I haven't replied in a while. I didn't get a chance to work on it last week because of thanksgiving, and was still sick, but I've finally gotten over everything and have been working on it today. Right now I'm trying to get all the bbcode parsing to work correctly with the vB editors. The vB editors are used because people can submit additional info (kind of a thread-style) for the rating. But with 3.5.x it's kind of tricky having to call certain files and classes so it's a lot of code-digging to figure out how things work and implement them properly. (I'm even excluding ajax at the moment because of how much complexity that would add.)
There's a lot that has been added / changed, but the upgrade from 3.0.x should be pretty painless as I'm including an extra upgrade script (the table name / structure has changed, and there is an additional table, but it is somewhat backwards compatible to allow for the upgrade).
I am excluding some "like to have" features right now that I do not have working, as right now I'm trying to get the bare essentials up and doing things all properly.
I'm not pissed at anyone, and I'm not planning on charging a fee. I thank all the people who have donated money, that does let me know that you do find the hack seriously useful.
Hopefully by the end of the day today I should know much better where I stand on actual completion, and will post an update. Maybe I will post some screenshots if you guys are nice. ;)
Zachariah
11-28-2005, 06:10 PM
Good news Sir.
eoc_Jason
11-28-2005, 08:10 PM
I finally realized that I would have to write a class to manage the editor text parsing correctly, so since I've had to go that far I might as well have all the data management within that class.
It's coming along, I'm starting to get back in my groove, if I can keep myself motivated this should fly right along.
On a side note, mondays really suck. This morning I got hydralic fluid when I was on a forklift spray all in my face and on my shirt. My eyes still burn a little but it's not that bad. Then I cut my hand moving some equipment around. Oh, then I stepped in some mud with my nice new shoes. It never ends... I'm jinxed I swear... At least the coding is going smooth thus far.
The Wise One
11-28-2005, 08:32 PM
I finally realized that I would have to write a class to manage the editor text parsing correctly, so since I've had to go that far I might as well have all the data management within that class.
It's coming along, I'm starting to get back in my groove, if I can keep myself motivated this should fly right along.
On a side note, mondays really suck. This morning I got hydralic fluid when I was on a forklift spray all in my face and on my shirt. My eyes still burn a little but it's not that bad. Then I cut my hand moving some equipment around. Oh, then I stepped in some mud with my nice new shoes. It never ends... I'm jinxed I swear... At least the coding is going smooth thus far.
that does suck and i can relate. had hydro fluid all in my face/mouth/shirt while loading a semi. used the side shifter and the hose ruptured. was not pleasant. happened about a month back.
thanks for the updates (and your hard work) on your port. i look forward to the 3.5.x version. it has (and continues to be) a very important part of our trading forum at pcper.com.
dsotmoon
11-28-2005, 09:58 PM
thanks for the update, couldnt send much this time but made a little paypal donation to help out, keep up the great work
bada_bing
11-29-2005, 12:57 AM
I have been running the Trader Rating on my site for a couple of months now and everyone loves it. I just had a question from one of my members and would like to ask one of you if you know why this is happening.
I have a member with these stats:
Feedback Score:
Positive Feedback: 11
100.0%
Members who left a positive: 11
Members who left a negative: 0
All positive feedback received: 12
Why is his Positive feedback showing 11 next to his name if he actually has a total of 12?
notsonormal
11-29-2005, 02:08 AM
will this work on 3.51?
dsotmoon
11-29-2005, 03:00 AM
Why is his Positive feedback showing 11 next to his name if he actually has a total of 12?
i believe it does this if he got positive feedback from the same person more than once
Telkman
11-29-2005, 11:02 AM
Very much looking forward to seeing this one working with 3.5, keep up the good work, Jason!
I've noticed across a few TR installs (including my own) that people have modified the code so a certain user's ratings can count repeatedly, even when the rest don't - It makes for an easy means of adding ratings from a previous system.
On ZG, members used to just post feedback in a thread, but I manually converted this and posted all the feedback with a particular user for whom the ratings count repeatedly (http://www.zerogain.com/forum/feedback.php?u=11) - probably something you could include quite easily if you felt it would be of use to people.
bada_bing
11-29-2005, 12:48 PM
i believe it does this if he got positive feedback from the same person more than once
So you are saying that a member cant leave positive feedback for the same person?
What if its a completly different sale? doesnt make any sense.
ImportPassion
11-29-2005, 01:48 PM
yes they can, but it won't count towards your feedback score. exact same thing as ebay does.
KidneyBoy
11-29-2005, 06:54 PM
*sighs* it's been a while since Jason's commented. Is there an alternative for 3.5.X? I run a free hobby site, and just can't afford that other one that was listed on here. I have held off "officially" opening my site hoping for this specific modification, and now I've lost my Super Moderator because how frusterated he was with the situation :(. Anyway, if there's anyone that knows of an (at least) affordable solution, please let me know; or if anybody comes up with a conversion of this code, I would greatly appreciate it.
Thanks, and I do still eventually have high hopes for Jason's mod. I just cannot hold on waiting for it any longer.
Take it easy
KidneyBoy
dsotmoon
11-29-2005, 08:26 PM
*sighs* it's been a while since Jason's commented.
he just commented yesterday ? ? ?
OttawaGolf
11-29-2005, 08:39 PM
Well, actually reading the thread takes time. :D
KidneyBoy
11-29-2005, 09:04 PM
Honestly, I was only checking each time I got a "topic reply" notification. I apologise for what I said above because the lame duck I am, I didn't see the posts that were JUST under my nose. I don't know HOW I missed that. Maybe I was on page 49, and didn't realize there was a page 50. So again, I'm sorry and I can't believe that I missed that. Go ahead and give me the "Jackass of the Day" award :lol:
Damn!!!
Take it easy
KidneyBoy
dnlister
11-30-2005, 10:34 AM
Hope you get better soon Jason.
Cant wait for the hack, thanks for the updates. Where are the screenies! :P
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.