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)

eoc_Jason 07-19-2004 04:08 PM

If you have installed other hacks that modify either of those, then I'm sorry but I can't help you out there. My hack is very simplistic and uses default vB variables for generatig most of the data.

jesslynn 07-19-2004 07:56 PM

{sigh} :( I was afraid you were gonna say that. Oh well, I guess I'll have to uninstall/revert back. Thanks anyway!

Watson 07-19-2004 08:13 PM

Is there anyway to click under the username or something to actually leave feedback, the only way I been doing it is by clicking on the users trader rating number. Hoping to put like an icon or summit somewhere.

And how what file do I edit to add it so they need to enter a URL when doing a trade/sale. And can I speify that it has to come from a specific Forum

Watson

tiedyetoga 07-20-2004 11:20 AM

very nice.

eoc_Jason 07-20-2004 03:40 PM

You will have to be more specific when you say "click under their username to leave feedback". What page are you talking about? A screenshot would help. The reason I have the "leave feedback" info on the TR page is so that people see the rest of the info on the page too.

As for making URLs required, there is only one php file to edit (traderratings.php), just change (in two places):

PHP Code:

    if ($userbuysell == 255 || $userrating == 255 || $usercomments == '') {
        eval (
print_standard_error('error_requiredfields'));
    } 

to

PHP Code:

    if ($userbuysell == 255 || $userrating == 255 || $usercomments == '' || $userurl == '') {
        eval (
print_standard_error('error_requiredfields'));
    } 

Also you might want to edit the template to show that it is a requried field. However keep in mind that right now I don't do any URL checking, so they could enter totally bogus info and it wouldn't know any better.


Quote:

Originally Posted by Watson
Is there anyway to click under the username or something to actually leave feedback, the only way I been doing it is by clicking on the users trader rating number. Hoping to put like an icon or summit somewhere.

And how what file do I edit to add it so they need to enter a URL when doing a trade/sale. And can I speify that it has to come from a specific Forum

Watson


Watson 07-20-2004 06:27 PM

Thanks for that mate :D

The bit I am meaning is the bit highlighted here mate. Its the only way a user can leave feedback for my other users is by clicking on that. Is there any way to add an add feedback bit somewhere.

Also, how do I make it for a certain user group only.

Watson

eoc_Jason 07-20-2004 08:08 PM

Sure you can make a "leave feedback" link anywhere... Just look at the URL structure in the TR template and put it wherever you please...

For a specific usergroup, look in the included TXT file, there is a function called is_member_of() or something similar.

Freezerator 07-21-2004 11:50 AM

Is there some kind of stats page, where you can view people with top ratings and things like thats?

eoc_Jason 07-21-2004 02:35 PM

No, that will be in the next update though. However right now I'm in the process of trying to find a job, so I have put all my projects like this on hold.

BTW, this has been asked and answered several times before, please use the "search this thread" option at the top, most people are starting to get really repetitive in their questions.

Freezerator 07-21-2004 09:01 PM

my bad. Good luck on finding a job though :)


All times are GMT. The time now is 09:28 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.01682 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (1)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