![]() |
I'm using phpclassifieds insteand of the forums any hack that I can use in that situation? http://cnczone.com/classifieds/index.php
|
think it would be possible to have a option in user options to "receive PM notification when u receive feedback"
|
I just use it with my regular FS/WTB forum sections. However I am working on a classifieds / auction hack for vBulletin (which will be free, and very easy to implement).
Quote:
|
Edit the upgrade script to comment out the line that wants to DROP the rateduser_2 index.
I'm sure all your data is there, I'm not sure what all has been changed / updated without taking a look at it all firsthand. Quote:
|
If they are at zero, how would you initially ever leave feedback (besides having to go to their profile page)...
There really isn't an easy way to check to see if they have left feedback but because of negative it is now at zero. You would have to modify a couple of the vB php files to join the other tables and test to see if any feedback has been left. Which is why I did the alternate by having a calculated field in the user table. Quote:
|
I don't use PhotoPost Classifieds, nor do I care to pay for such a hack. You will have to contact the author of that hack for more info.
However I am developing my own classifieds / auction hack which will extend the usage of Trader Ratings. This version of trader ratings was meant to be simple... As a replacement to having no ratings system in place, or the "massive trading list thread"... There could be an endless amount of features that I could put into this hack, however it's probably not going to happen as I have bigger plans for the Trader Ratings concept. In the long run there will probably be (at least) two versions. The simple / easy to implement version (this one), and the more complicated cross forum / auction-classifieds version. EDIT - sorry for the several posts in a row. I didn't realize it has been so long since I have checked this thread and I wanted to make sure I answered each question individually. Jason Quote:
|
Great idea for a hack!
I installed it last night, but now I get several errors. The PM system does not work, when I try I get this: Quote:
Any ideas before I upload my backup? |
Quote:
yea i noticed that after using this a few times, dont mind me while i hang my head in shame ;p what about the "receive PM notification on new feedback" also can i set so certain mods can edit feedback? maybe by user id |
Most users pay very close attention to their rating once they have a couple, however I might implement an option PM notification with a reminder they need to rate that person if they haven't already.
As for allowing only certain mods to edit feedback, you will have to edit one of the tratings templates to change who sees the "edit" links, and also the traderratings.php file for who has permissions. Quote:
|
GREAT Add-on !!
I love to see a top 10/master feedback page. I'm willing to throw some cash your way for it and I'm sure many others would too :) |
Jason,
hi mate - glad to see this hack is getting the popularity it deserves! I have a problem with my installation. Please see: http://www.avforums.com/forums/trade...gs.php?u=12711 I.e.. null dates. I had the first version of this hack for vB3 installed and upgraded vB to 3.0.3. So I had to upgrade/reinstall the trader rating hack. It did crash out (see my posting on the previous page). Do you know where I went wrong and how to fix it? Thanks. |
Quote:
|
Quote:
|
Quote:
eoc_Jason you got paypal? |
Yes, one of the changes in this most recent version was the switch from a date field type to the int field type. The dates had to be regenerated in a new column, and the old column dropped, and indexes updated.
Open up the upgrade_traderratings.php file and look at the very very bottom. The script died at the part where it says: PHP Code:
That's the reason all your dates are messed up, it's still trying to read the old date column and process it in the new format. If you still have people using the trader ratings script though, the dates will be missing for any new info that is submitted between the time you tried to update and now. If you have some PHP/MySQL skills then you might want to re-do just "Step 3" in the upgrade, but you will have to drop the datetmp column, and also might want to remove the drop's for the indexes which don't exist... ;) oldfan - Check the first post, there is a paypal donation link. ;) Quote:
|
Quote:
Lets hope ALOT more people will help to inspire you too :) |
Anyone else going to pitchin?
|
Installed, works great on the first try!
|
Thanks for your help, Jason. Have a drink on me. Paypal clicked.
|
Glad you got it updated... ;)
|
Having a problem, I left feedback for someone and I selected POSITIVE and it set it as neutral. I left feedback again and selected positive again and it did the same thing. I checked and it did the same when he left me feedback.
http://www.dsites.net/vb/traderratings.php?u=1 Why is it doing this? |
no word on a top 10 list? ;)
|
Why is it that some people can't see the hack. Log out and logging in work for some, but not others.
|
Quote:
|
I think I have seen this somewhere before, ebay maybe :) Cool hack, have no use for it, but its cool :)
|
I'm working on the stats page right now actually. Version 1.2.0 should be released hopefully this weekend. Thus far there haven't been any changes to the current templates, everything is new additions.
Quote:
|
Quote:
|
Quote:
|
You can preview the stats page on my site here: http://forums.extremeoverclocking.co...erratings.php?
I'm still struggling to create some *useful* tables. Obviously the "Top Rated Members" was the main highlight. The "Feedback Left For Others" as you can see mirrors the "Top Rated Members" table pretty closely. :( The "Feedback Received/Given Past Month" also seem to mirror each other closely. I'm thinking of removing those two because they just aren't that useful. I thought about having 3 tables, listing the top buyers/sellers/traders, but even that data is semi-iffy. There's the issue of choosing the numbers by how that user rates, or by how other rate that user. I also thought about creating a "wall of shame", listing buyers with a negative feedback score. Generally though I've noticed that once a person hits -1/-2 they don't visit the forum any more... hehe. I dunno, any ideas / suggestions for the stats page would be greatly appreciated. There's a fine line though in what can and can't be displayed, also the amount of processing required to display some of the data. One thing you can't see but I have added is an automated PM notification. After user A rates user B a Private Message is sent automatically letting user B know they have been rated by user A. (The PM also looks like it came from user A, so they can rate / contact them easier). I also modified the memberlist template, to display the trader rating score next to members. This only required a simple template edit, no files. But it makes the "search" feature on the stats page a little easier to use. ;) EDIT - Almost forgot, also made some code changes in the PHP file. Just a few cleanup things. I added a flag to where you can "close" the trader rating pages while you work on them, and only admins can view when closed. |
that works for me!!
I don't see it needing much more than what you have there. Maybe adding worst rating would be a good idea, kinda like a bad trader list. Besides that, it looks great! Where can I get my copy :) |
Jason, thanks for the hard work. Has any headway been made to verrifying or at least preventing abuse (i.e. the ability to restrict users to leaving feedback only if they have X posts or have been registered for X time)? Thanks again!
|
oldfan - There has been some debate on the actual usefulness of a "bad traders" list on the stats page. Generally after a person reaches -1 (on their first deal) they are no longer seen or heard from. :(
Ted S - You can modify the templates & PHP file quite easily to restrict based on whatever criteria you want. For instance, my FS/WTB forum is only visible by a certain user group, which that user group is auto-promoted when a person reaches 100 posts. So basically I modified my templates and files to only show ratings for people in that group, and only that group is allowed to rate people. I believe I included some basic instructions in one of the text files. Anyhow, I'm going to be out of town tomorrow. Hopefully I can button things up and get it packaged together on Wednesday. There's not as many features as I would have liked to incorporate, but it's better than nothing right now... ;) |
Looks great. This stats are also perfect, maybe an option to view all members, page per page.
|
eoc_Jason,
Good point! I've been using some simple template mods to require a min post count which seems to have improved the quality of the system. I actually just integrated photopost classifieds so now I get to figure out how to add this to that ;) |
So no one knows why my board is doning this?
|
Well, that's kind of why there is the memberlist built into vB, and also the member search function. ;) Just listing people with ratings wouldn't bee too helpful, for instance, my forum has over 400 people rated... at 20 per page that's over 20 pages (and growing)...
Quote:
|
If you installed it without modifying anything then it should work perfectly... Did you make any template changes, or modifications to the php file?
Quote:
|
Quote:
|
Ran what upgrade thing? You will have to be more specific. If you don't have any real data in the system, you might want to consider manually removing the templates/tables/phrases and re-installing the hack from scratch. It's really hard to diagnose these kind of problems without being able to see how everything is configured.
On another note, I was thinking about adding little stars, reflecting certain groups of positive scores (like eBay does). It really doesn't serve much of a purpose though. Anyhow, I'm still working on the stats page, I still don't have it how I like it. That's basically the holdup for v1.2.0 |
Will install this later on ;)
|
All times are GMT. The time now is 01:44 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:
|