vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   End-User Options - Let user choose how many reputation points to give (up to their limit). (https://vborg.vbsupport.ru/showthread.php?t=146438)

Mrdby 05-21-2007 01:29 PM

when i add points..it doesn't show..why?

subnet_rx 05-26-2007 05:37 PM

When someone negative reps with this addon, it negative reps the full amount instead of half. Anyone know how to prevent this?

Malibu 05-29-2007 02:23 AM

This is great....

but one side effect that i have noticed is that users may only give low amounts of rep if they want to keep another members rep from shooting up.

is there a way you can build in some options that allows an admin to alter the options for each user.

For example...

if someone has rep power 8...

then they can choose to give 0, 1, 2, 3, 4, 5, 6, 7, 8 rep points.

If an admin can limit it to the top three or four then that user can only give 5, 6, 7 or 8 rep points.

This may help to limit the amount of rep "whoring" goes on, so to speak.

InfidelMatt 06-09-2007 02:32 PM

Great hack, but I have a bunch of people accidentally giving 0 rep. is there any way to set the minimum to 1 instead of 0?

Matt

steve71 06-11-2007 01:06 AM

1. How can I make the drop down max at 10 points?

I have the Enhanced reputation checks mod enabled to cap voting at 10 points, but it doesn't take effect with this mod in use.

2. Is this compatible with 3.6.7

Thanks for the hack!

mfyvie 07-14-2007 10:32 AM

Quote:

Originally Posted by InfidelMatt (Post 1264823)
Great hack, but I have a bunch of people accidentally giving 0 rep. is there any way to set the minimum to 1 instead of 0?

This is exactly the problem I was having. The problem is that people don't always read what is in the drop-down box, therefore it's important that the default choice is the max rep, rather than 0!

I've fixed the issue, and suggest that this change is made in the next version:

In the plugin "Generate HTML dropdown"

Find:
Code:

for($i = 0; $i <= $score; ++$i) {
Replace with:

Code:

for($i = $score; $i >= 0; $i=$i-1) {
This will reverse current order, making max rep the first choice, and 0 the last.

Alfa1 07-17-2007 11:50 PM

When I give negative reputation and choose the maximum I get this message:
Quote:

The reputation amount you are trying to give is more than you are allowed to give or take.
So members need to go back and correct this by trying again. This is not optimal. IS there a solution for this?

ShatterStudios 07-24-2007 09:45 PM

If I could make a suggestion, it would be to use a text box instead of the dropdown and just tell the person what his or her rep power is, like -
Give or take <text box> points (your rep power is __).
As it is, this hack isn't feasible at all for higher reputation powers, and if I understand the AJAX problem, doing it this way would take care of the need to go to the default page.

okgaz 08-23-2007 11:00 PM

Quote:

Originally Posted by Alfa1 (Post 1294143)
When I give negative reputation and choose the maximum I get this message:

So members need to go back and correct this by trying again. This is not optimal. IS there a solution for this?

I have a similar problem. For some reason I can only give 1 negative rep or I get that error. I can give up to my max (3) positive rep though. Anybody know why?

dutchbb 08-24-2007 06:49 PM

Bad. Uninstalled it, it takes away the reputation popup.


All times are GMT. The time now is 10:11 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
  • Page Generation 0.01615 seconds
  • Memory Usage 1,740KB
  • 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_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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