![]() |
BladeUK - I replied to your PM with the (hopefully) info you need to correct it.
horrordvds.com - Like I said before, it's based on unique members. In a way, you have to think of the logic behind it. Seeing that 20 different people bought/sold something from a person IMO is a little more comforting to know that one person bought/sold 20 things from a person. The Rating is just the score displayed in the thread view. On the user's trader rating page it displays the total amount of positive feedback received. If you feel the need to make it non-unique, you can easily edit the PHP script to do so, however I'm not planning on making any changes/options in my code. therczone - Yes, I always knew about how it displayed that info incorrectly in the "who's online", and there are numerous posts on how to alieviate the issue for any custom file (like you posted). I might add an additional text file for people who want to make this change, however I see it as non-essential. If you notice, the rest of the hack doesn't require editing any vBulletin files (this was intentional) so that upgrading from one version to the next (for both vB & TR) would be quick and painless. ;) |
First off have to say what a great hack this is! It installed very easily and on my default style is working perfectly. I have 2 styles and made all the same template changes I made to my default to my second template. Each user now has the Trader Rating link with their feedback amount. But if you click on the link to leave them feedback it takes them to a blank page. This is only on the second non-default style.
I tried searching through this thread to find a answer but did not find exactly what I was looking for in relation to my issue. Thanks in advance! |
This is such a great addition to my board. Thanks!
|
Very nice and thank you! Would like to second the link validation in future releases.
Fiber |
Very Useful !!!
|
This is a template inheritence issue. You need to have all the trader rating templates at the highest level of your styles so that they can be used by all the lower custom styles.
Quote:
|
right now im using 1.1.0 and its really doing all i want it to, the other new things i really have no use for and i hate to mess with something thats working
so the oen thing i do want is the notification when someone leaves u feedback, is there anyway to install just that into 1.1.0? i can do it manually if u can tell me what to add thanks |
The change from 1.1.0 to 1.2.0 includes more than just new features. It also have various bug fixes that can be somewhat critical under various circumstances. Not to mention that if you do not upgrade properly then there is no guarantee that you will be able to upgrade to future versions correctly.
The upgrade to 1.2.0 is very quick and painless. It does not modify any existing TR templates (if that is what you are concerned about). |
ok i upgraded, i wasnt worried about it loosing data i know that never happens (usually anyway), i just didnt want it to stop working so well, one thing i love about this hack is even when i upgrade vb3, the hack doesnt have to be reinstalled, (least in 1.1, we shall see for the new one
one thing, i had hoped this problem for me would have been fixed in 1.2 but its still not working, might be a conflict of another hack im not sure but anyways the "trader rating: (3)" shows up in legacy but not in vb3 default (the new style postbit) i have a template hack that allows users to pick in the CP whether they want legacy or vb3 default, could that be causing the problem? i got the right code in both postbit styles, but just doesnt show up sadly, any ideas? |
There's no reason it shouldn't work for both template styles (I've used them on both). As long as your code is in both templates and at the right style level, it should work. (I don't know how many custom style's you use, if any, however that seems to be most peoples problem is they have the templates only for one custom styleid...)
|
can some 1 tell me how i set the Trader Ratings so that just trusted members,admins,mods can see refs ?
any help plz sorry if its been asked before just lot of pages 30 lol cheerz billy |
|
Do you mean just to make it visible, or to allow them to rate?
By default the permissions in the PHP file are set to if the usergroup "can post". However you can modify the code & templates to include actual usergroups. (Check the included template sample code). Quote:
|
Quote:
visible and to rate |
Great mod and it work for me too 3.0.6
But where should i put the code Code:
<if condition="in_array($thread[forumid],array(17,18,19))"> It says if i just want to have this function in some forum. Code:
- For multiple forum sections: Regards Christian |
Quote:
Can you please put that in a way I could understand. Lets say i only want this feature to be available to a member group "Respected" and they only have access to the rating feature. Can you post a step buy step modification (weather that be via the CP or via editing the raw php code) to make this functional only to the "Respected" group. How do I even make the group. (Sorry for the newbieism) Allso are you working on a new version I currently have Trader Ratings 1.2.0 installed and functioning correctly and it has poteintial to become alot better. Excellent work buy the way. :D |
Great hack! I just installed it on my boards with some minors modifications according to my needs.
|
Yes, I am working on a new version, but it is *kind* of a major overhaul from this version. Part of the problem is I don't have much free time, and this is a "free" add-on, so it is low on my priority list, so I don't know when the next version will be released.
Quote:
|
This is FANTASTIC. Thanks!!
|
I just installed this, great work!
|
[high]* oldfan drools
[/high] Quote:
|
A cool new feature would be to do batch ratings. Sometimes on my site we have people sell decals to 100 people or more, if they could just put a check next to the peoples name and fill out one comment that would be cool. I don't have a clue as to how hard it would be to implement though.
|
will this work with 3.0.6 by chance?
|
Noob question:
How do you ADD feeddback to a user? I have it showing their trader rating on the memberlist, postbit, etc, and the traderraatings page works fine but I can't figure out the steps to add feedback to a member. Thanks. |
click on their trader rating, per say in the post bit, like this "Trader rating (2)" id click the 2
that goes to their display page and there u will see a link for "add trade feedback" or soemthing like that pretty smple Quote:
sure will, my forum is running 3.0.6 and it works just fine --- just a thought, i think this looks better myself, i changed the positive and negative icons to these, (attached in case u want them) |
Quote:
I don't have that link displayed on the Trader Ratings page. If I try to manually add it in the address bar it tells me I don't have permissions. Any ideas? |
this link right here, how could u not have it
|
Quote:
Brian, you do not have permission to access this page. This could be due to one of several reasons: Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system? If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation. |
go download this hack again and reupload traderrating.php
|
I didn't modify the traderratings.php file at all so I can't see how that would do anything. Any other ideas?
|
nope, maybe ecco jason will know, whats the link to ur forum, u can PM it to me if u dont want to post it
|
He figured it out... He was trying to rate himself... ;) (which you can't do)
|
Where shuold i put this code in the postbit template??
<if condition="$thread[forumid] == 16"> (trader ratings row) </if> |
Hey Jason! Very nice Hack!
But i?ve got some problems with it.... I've installed it ~3 month ago and now it makes some problems: I've rated a guy in my forum. He had one positive rating (rated by me) and i wanted to leave him a second... worked fine but: (i translated it in german...) Quote:
I also changed the Value in the DB but no effect... And i edited the ratings... still no effect.. I also gave him a third positive... no effect except there are 2 overall ratings and 3 positve... there are NO negative ratings... Edit: it seems that the ratings by the same Userid dont count.... |
IS there a way to manually add feedback. I merged 2 accts and the feedback thing didn't carry over.
|
Stussi - The rating is based on unique users. Thus if you rated him 1,000 times, then it would still only give him 1 point.
lifesourcerec - if you wanted to merge over his ratings, you would probably need to search the table for his old userid, and alter them to his new userid. Also you would need to take into consideration users he rated. That can get kind of messy depending on the total rating numbers. |
Quote:
|
I would like to add a box in a members profile area that shows the last 5-10 feedbacks. Can anyone help with the code I need to add (if it is possible)?
|
Quote:
Great addition, though! My members are using the hell out of it! :p |
Just a very small change I thought other people may be interested in, or have some comments on...
In the navbar on various pages, the "View Trader Ratings", "Edit Trader Ratings" etc link to the user you are currently editing - to fit in more with the traditional vB breadcrumbs style, these should perhaps link to the parent page, with no user specified. Ideally, these would link to a page appropriate to the action in question, e.g. an edit/submit page where you can search for the user, but for something so simple and effective, that over complicates things rather - To simply have each link return to the trader ratings page, simply remove PHP Code:
PHP Code:
|
All times are GMT. The time now is 07:13 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|