vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Trader Ratings v1.2.0 (https://vborg.vbsupport.ru/showthread.php?t=65730)

NietzscheKid 07-21-2004 09:24 PM

Quote:

Originally Posted by Odoin
Thank you so much Jason!

Hello

this is a wonderful hack. :)

I would like to ask a question and I hope this is not stupid to ask ... but is there a way that I can delete the buyer/seller columns? I just ask because we don't buy or sell, just trade and this system would be perfect for us. If you or anyone can tell me how I can modify the hack to achieve a trades only function, I'd be overly happy. :)

Thank you in advance for any help :)

eoc_Jason 07-21-2004 10:27 PM

Well there are several things you can remove if you want to make it the most efficient, however to keep it simple (and make upgrades easier), I would just modify the template where you submit a new rating, remove the buy/sell/trade dropdown and make trade a hidden form field. You can also modify the display template to remove the extra buy/sell stuff.

Tilmanitou 07-24-2004 12:54 PM

Jason, in your templates.txt you wrote:

-----------------------
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).
-----------------------

would you please be so kind and explain me how to do that exactly, if possible in "find: x and replace with: y style" and tell me how to do that for one usergroup as well as for several usergroups.

I didn't manage to restrict access to traderratings in the postbit and memberinfo templates to one or several usergroups only. so we helped us out in limiting access to user profiles for these groups and adding the link to traderratings only in the memberinfo template.

Seems like I'm not the only one who didn't understand how to do that...thanks for explaining us!

Watson 07-24-2004 07:37 PM

Yeah I am hoping just for a forum to be used for my ratings, and not a usergroup. so they have to do it that way.

Also Jason mate, I aint exactly sure, but how would I put in a leave Feedback image or something in the Postbit?

hasan2k 07-30-2004 06:06 PM

Quote:

Originally Posted by eoc_Jason
Well there are several things you can remove if you want to make it the most efficient, however to keep it simple (and make upgrades easier), I would just modify the template where you submit a new rating, remove the buy/sell/trade dropdown and make trade a hidden form field. You can also modify the display template to remove the extra buy/sell stuff.

This is a little off topic but I think we should all discuss this.

As you all know, this script is a honor based system, so there is no way to know if the rating is valid unless we can somehow track the transaction. So I would like to throw in the topic of Verification. Lets give your best shot.

My idea would be:

1. To some how have a Credit card verification included in the script. Something like what has been used in the adult sites to verify age. This verificaiton will be used for people who want to participate in the rating system. This way you have a way of telling if the rater is not a fictitous person because some people may abuse the system to make themselves look better than the others by getting multiple id's. If you have a verification built in, one person can rate only rate others not himself.

2. What do you think about verifying a transaction by asking a few questions to verify transaction did take place. Like the amount of transaction. Now, if asking the buyer the transaction amount found and asking the seller transaction amount found do not match, it will be seen as a fictitious transaction and will not be allowed to record the "RATING".

I think verification is the only way to do this. As a matter of fact, AMAZON.com just announced that they are going to implement the credit card verification to make sure the reviewr of their products are the people they say they are.

Lets discuss.

eoc_Jason 07-30-2004 07:57 PM

hasan2k - I'm not going to do CC verification, there are even ways around that, but also it would remove a large portion of younger people who don't have a CC, and also a lot of people who wouldn't feel comfortable submitting that info to a smaller site. I trust Amazon and do have my CC on file there for purchases, but I wouldn't trust Joe Bob's Fishing Forum to hold my CC info because I don't know how secure their software is, nor do I trust what they might do with it.

I was considering doing some sort of PayPal verification thing, however all my attempts in talking to PayPal about any sort of API to query if a person is PayPal verified have been returned with extremely unhelpful canned responses.

User / Transaction verification has been discussed before several times in this thread (try sifting through the pages or searching, I don't remember what post #'s they were). There was even discussion about linking users to a thread (by creating a buy/sell button) and then only letting them rate each other. But a lot of "what if" issues were brought up that would make the hack so complicated that it was determined that it would just make more sense to write a hack from the ground up that did what people wanted... an auction/classifieds add-on.

So that's what I'm doing. Well, actually two things. I'm working on a cross-forum capable version of Trader Ratings, and also the auction/classified system (that of course ties into trader ratings). This will bring about a "verifiable deal" in the sense that you have an actual page to view who the buyer & seller and item and price and whatnot were, but also allow "unverifiable" transactions based on good faith (like the current TR operates now). But all this will take some time as I've only got two hands and very little spare time at the moment.

This hack was intended to be simple and solve a common dilemma. I'm not big into hacking up 20 vBulletin files, only to have to re-do it all every time there is a new release. I prefer to keep things separate and minimal.

This hack solved the common issue I've seen a lot of forums do where they just had a thread that a person had to maintain where they listed who dealt with who... It was archiac and not really that informative. My hack (in its current state) is by no means perfect, but it is a step in the right direction by having an automated system that is user friendly.

the wiz 08-02-2004 03:25 AM

Problem: the trader ratings thing goes outside of my template edge. (Here is a link: http://www.dsites.net/vb/traderratings.php?u=1 ). Is there any way to make it go inside the template edges?

hasan2k 08-02-2004 02:29 PM

Quote:

Originally Posted by eoc_Jason
hasan2k - I'm not going to do CC verification, there are even ways around that, but also it would remove a large portion of younger people who don't have a CC, and also a lot of people who wouldn't feel comfortable submitting that info to a smaller site. I trust Amazon and do have my CC on file there for purchases, but I wouldn't trust Joe Bob's Fishing Forum to hold my CC info because I don't know how secure their software is, nor do I trust what they might do with it.


Thanks for your answer. Either way this is a great hack. BUT, if you do get the time to put the verification in place somehow, there will be a commercial prospect to this script. I know I will be first in line to pay.

eoc_Jason 08-02-2004 05:37 PM

Problem just some table withs conflicting with your custom design... There's only 3 TR templates... ;) Feel free to fidgit with the HTML...

Quote:

Originally Posted by the wiz
Problem: the trader ratings thing goes outside of my template edge. (Here is a link: http://www.dsites.net/vb/traderratings.php?u=1 ). Is there any way to make it go inside the template edges?


the wiz 08-02-2004 05:52 PM

Quote:

Originally Posted by eoc_Jason
Problem just some table withs conflicting with your custom design... There's only 3 TR templates... ;) Feel free to fidgit with the HTML...

I didn't see any HTML tables in the traderratings.php file.


All times are GMT. The time now is 10:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01849 seconds
  • Memory Usage 1,757KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete