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)

mrghostno1 08-26-2007 12:56 AM

Er... how about 5 as default value? and I hope we get browser orietated soon... I like the popup.

Cigarcritic 08-31-2007 05:24 PM

Quote:

Originally Posted by dutchbb (Post 1324956)
Bad. Uninstalled it, it takes away the reputation popup.

I agree. I don't want to be taken to a new page. Make it work with the Ajax pop-ups then I'll install it. Nice hack other than this issue.

kevinzheng 09-06-2007 08:00 AM

Quote:

Originally Posted by mfyvie (Post 1290706)
Find:
Code:

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

Code:

for($i = $score; $i >= 0; $i=$i-1) {

Exactly what I want. Thanks!

kevinzheng 09-06-2007 08:01 AM

Quote:

Originally Posted by dutchbb (Post 1324956)
Bad. Uninstalled it, it takes away the reputation popup.

I am waiting an ajax enabled update.:D

AngelBlue 10-03-2007 05:06 PM

Quote:

Originally Posted by mfyvie (Post 1290706)
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.

This needs to be the default.

drew010 10-05-2007 04:29 AM

An update has been released to address several issues found by users who have posted in this thread.

subnet_rx 10-05-2007 01:03 PM

Thanks!

mrghostno1 10-10-2007 02:15 AM

Is it possible to make the negative points show as
Code:

-5, -4, -3
? I'll try to edit in order to get this way.
Tnks for the fix, i've been waiting for this mod.

Bomb-Chelle 10-10-2007 03:13 AM

Interesting hack...

drew010 10-10-2007 07:25 PM

Quote:

Originally Posted by mrghostno1 (Post 1356622)
Is it possible to make the negative points show as
Code:

-5, -4, -3
? I'll try to edit in order to get this way.
Tnks for the fix, i've been waiting for this mod.

Yea you can do that. In the "Generate HTML Dropdown" plugin, make the following change:

PHP Code:

  // change
  
$negrepdd .= "<option value=\"$i\">$i</option>";

  
// to
  
$negrepdd .= "<option value=\"$i\">-$i</option>"



All times are GMT. The time now is 09:51 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.01623 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)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