Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by EXCHANGE EXCHANGE is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 10-28-2001 Last Update: Never Installs: 100
 
No support by the author.

This is a simple User Rating System, I hope you guys like it.

Features:
  • Rate another User 1 to 5 points.
  • Users can see how they rated a user before
  • Votes are updated to avoid cheating
  • Users can see who rated them but not how (works like the whoposted stuff)


Anyway
BACKUP YOUR DATABASE and ENJOY

German version available in my forums.

Screenshot

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-07-2001, 03:49 AM
trilOByte's Avatar
trilOByte trilOByte is offline
 
Join Date: Nov 2001
Location: England
Posts: 325
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Justice
wow, I wish my board worked like that. when people there realize that they're not wanted, that's when they become harder to get rid of.
LMAO ya got that right.

I think it's a question of how you present it to em too. I'm still working it through on my test forum, but I'm thinking of combining it with a stats hack...



So they kinda get a package deal
Reply With Quote
  #33  
Old 11-07-2001, 09:42 PM
Nam's Avatar
Nam Nam is offline
 
Join Date: Oct 2001
Location: NY
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by JJR512

The reason why I've removed this hack from my board after having some time to look at it and how people were using it, it seemed that it would ultimately do more harm to my board's community than good. One thing I noticed right away was that some people who got low ratings right away just turned this feature off for themselves. But my main concern, however, was that people who got low ratings might feel as if they weren't wanted, and would stop visiting my board.
Totally agree, but I had another idea to overcome the situation, instead of using Rating, I've changed to Power. Change the scale to no power as 1 to super power at 5.

The Power word is just another word, but in my opinion, it's change the whole rating idea alot, the sound creates more fun and less seriousness, intense among members. It will encourage member to turn it on (to have power bar) but also let people know the bad guy (who has no power) and he needs to do something to get his power back. Check my site and you'll see.

Btw, I'd love to see that Admin can have more control over others, like a ability to see who but also how they rated him, as well as moderators.

Just a thought,
Reply With Quote
  #34  
Old 11-09-2001, 03:05 PM
Littlebit's Avatar
Littlebit Littlebit is offline
 
Join Date: Nov 2001
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it after three votes or three votes on that it is clickable to see who voted? If its 3 votes and higher, then something isn't working right with the javascript on my install. I am unable to view who voted with three votes. Could someone help me out?
Reply With Quote
  #35  
Old 11-09-2001, 07:39 PM
EXCHANGE's Avatar
EXCHANGE EXCHANGE is offline
 
Join Date: Oct 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You got // in front of function who(userid) { in your showthread template.
Just remove it
Reply With Quote
  #36  
Old 11-11-2001, 05:13 PM
Littlebit's Avatar
Littlebit Littlebit is offline
 
Join Date: Nov 2001
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I removed the // in the showthread template. It works within a post, just not on members profiles...I bet I have more little //'s to get rid of eh?
Reply With Quote
  #37  
Old 11-11-2001, 06:40 PM
Littlebit's Avatar
Littlebit Littlebit is offline
 
Join Date: Nov 2001
Posts: 313
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All better now! <!-- --> was surrounding the getAIM plus the rate stuff in the getinfo template.
::sigh::: I'm a dork.
Reply With Quote
  #38  
Old 11-20-2001, 05:35 PM
Dado Dado is offline
 
Join Date: Nov 2001
Location: VA
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great hack.

One question though.
What should I change so moderators can't be rated?
Reply With Quote
  #39  
Old 11-21-2001, 06:41 PM
BlaXioN BlaXioN is offline
 
Join Date: Nov 2001
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx 4 nice hack
Reply With Quote
  #40  
Old 11-23-2001, 05:50 AM
Nam's Avatar
Nam Nam is offline
 
Join Date: Oct 2001
Location: NY
Posts: 206
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a question, how can I make a hyperlink from the rating word to pop-up window that let user to rate other like UBB board.

The only way to rate is click profile, which not too many people know, so by making the hyperlink from rating , it would be very nice. The pop up window should contains rating option only, not other information like profile and such.

Please help Exchange or anybody that knows, I've been playing around with with getinfouser_rating but couldn't figure it out.

Here is my original file:
PHP Code:
<tr>
 <
td

bgcolor
="#13486D"><normalfont><b>Rating:</b></normalfont><br><img src="images/$userratingalt="$rateuser[ratenum] Votes"><br><smallfont>$wholink</smallfont></td>
 <
td bgcolor="#13486D"> <table cellspacing="0" border="0" nowrap>
  <
form action="userrate.php" method="get">
    <
tr>
      <
td>
        <
select name="userrate"
        
onchange="window.location=('userrate.php?s=$session[sessionhash]&rateuser=$userid&userrate='+this.options[this.selectedIndex].value)">
          <
option value="-1" selected>Rate this user:</option>
          <
option value="5">Super Power</option>
          <
option value="4">Strong Power</option>
          <
option value="3">Normal Power</option>
          <
option value="2">Weak Power</option>
          <
option value="1">No Power</option>
        </
select>
        <
input type="image" src="images/go.gif" border="0" align="absbottom"><smallfont>&nbsp;(Last Power Rating: <b>$oldrating[old]</b>)</smallfont>
        </
td>
    </
tr>
  </
form>
</
table> </td>
</
tr
I have tried to change to:

PHP Code:
<tr>
<
td
bgcolor
="#13486D"><normalfont><b><a href="userrate.php?s=$session[sessionhash]&action=show&rateuser">Rating</a>:</b></normalfont><br><img src="images/$userratingalt="$rateuser[ratenum] Votes"><br><smallfont>$wholink</smallfont></td>
 <
td bgcolor="#13486D"> <table cellspacing="0" border="0" nowrap>
  <
form action="userrate.php" method="get">
    <
tr>
      <
td>
        <
select name="userrate"
        
onchange="window.location=('userrate.php?s=$session[sessionhash]&rateuser=$userid&userrate='+this.options[this.selectedIndex].value)">
          <
option value="-1" selected>Rate this user:</option>
          <
option value="5">Super Power</option>
          <
option value="4">Strong Power</option>
          <
option value="3">Normal Power</option>
          <
option value="2">Weak Power</option>
          <
option value="1">No Power</option>
        </
select>
        <
input type="image" src="images/go.gif" border="0" align="absbottom"><smallfont>&nbsp;(Last Power Rating: <b>$oldrating[old]</b>)</smallfont>
        </
td>
    </
tr>
  </
form>
</
table> </td>
</
tr
Basically I've added the line <a href="userrate.php?s=$session[sessionhash]&action=show&rateuser">Rating</a> to make the word rating become hyperlink, but that doesn't work, anybody can help?
Reply With Quote
  #41  
Old 11-23-2001, 03:39 PM
EXCHANGE's Avatar
EXCHANGE EXCHANGE is offline
 
Join Date: Oct 2001
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For example you could add sth. like this to userrate.php:

PHP Code:
elseif ($action==rate){
   eval(
"dooutput("".gettemplate('rateoption')."");");

This would call the template rateoption where you could place your HTML code.

Sorry I don't have time at the moment to do kind of an addon, this is just an idea how it could work.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05098 seconds
  • Memory Usage 2,343KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete