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)

Nadeemjp 09-27-2008 06:59 PM

hey guys, does any one know a way to show the user reputation points on their posts along with rep power?

Charles_1 09-29-2008 12:52 PM

Quote:

Originally Posted by Nadeemjp (Post 1631799)
hey guys, does any one know a way to show the user reputation points on their posts along with rep power?

Just put $post[reputation] in your template postbit (or postbit_legacy) wherever you want it.

Gwendolin 10-24-2008 07:41 PM

Quote:

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

Hi,

how this works with the negative points?

I tried

Code:

for ($i = 0; $i <= $neg_score; --$i) {
but than the popups don't works anymore.

And how I could remove the 0 from the negative points?

Alfa1 01-11-2009 03:53 AM

This works well on vb 3.8

JackRock 01-18-2009 12:07 AM

Installed on 3.8, and it works fine. THANK YOU for offering this. I'm gonna suggest this mod to the admins on another forum I frequent.

Gwendolin 07-02-2009 07:57 PM

Hello,

what can I do to disable this addon at some forums.

It tried this, but it don't like to work for me, so I need a little bit help :(

Code:

if (!in_array($this->$thread['forumid'], array(1,22,333)))
    {
$show['user_defined_reputation'] = true;
    }

Regards,
Gwen

emperatour 02-21-2010 07:15 AM

The mod works fine on vB 3.8.4.
Thanks a lot,

vijayninel 03-07-2010 05:15 AM

Thanks working great on 3.8.4

SoulStealer 03-15-2010 06:41 PM

any update for vBulletin 4.0.x ?

Shanti Nanda 06-13-2010 05:02 PM

<font color="DarkOrchid">I really need it for 4.0.x D':

update, plis <3</font>


All times are GMT. The time now is 04:04 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.04633 seconds
  • Memory Usage 1,730KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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