vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - Reputation as Numbers and/or Green Bars (https://vborg.vbsupport.ru/showthread.php?t=237985)

shzad1 02-06-2011 04:47 PM

http://img535.imageshack.us/img535/9639/reputationk.jpg

Can i Get this in Straight line rather than 3 different lines :(

My code is :

Code:

<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase add_reputation}" />
                                        <vb:if condition="$show['reputation']">
                                                <vb:if condition="$show['reppower']">
                                        <dt>{vb:rawphrase reppower}</dt>
                                        <dd id="reppower_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reppower}</dd>
                                                </vb:if>


whyiteasy 02-07-2011 02:47 AM

how to set it under the rep power function?

Like as this below

http://www.desiupload.com/out.php/i720710_Capture.PNG

Thr33 02-23-2011 10:23 PM

siete7, it should respect if the user has decided not to show reputation, hense the code
Code:

<vb:if condition="$show['reputation']">
shzad1, just remove the <dt></dt> and <dd></dd>.

whyiteasy, Add </ br> after the RepPower script

Last_Zero 02-24-2011 06:51 PM

You Can Show The Rep Image + Numbers In The Same Time Like This

Code:

<vb:if condition="$show['reputation']">
                <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}<br/>{vb:raw post.reputationdisplay}</span>
            </vb:if>

And Thanks Installed

tidus78 02-28-2011 07:26 AM

Hello,installed.

Now https://vborg.vbsupport.ru/external/2011/02/3.jpg

I would like this on 2 rows : https://vborg.vbsupport.ru/attachmen...1&d=1298567642

This is my legacy :
Quote:

<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputazione: {vb:raw post.reputation}</dt> <dd>{vb:raw post.reputationdisplay}</span>
</vb:if>

Thr33 07-22-2011 03:17 AM

Just remove the span. So be like:
Code:

<vb:if condition="$show['reputation']">
<dt>Reputazione: {vb:raw post.reputation}</dt> <dd>{vb:raw post.reputationdisplay}</dd>
</vb:if>


Nimaveli 08-21-2011 04:24 PM

Does anyone know what the code to add Rep Power aswell is?

Thanks.

Jaejoong1 09-13-2011 09:28 PM

It gives me

adding child to non-existent node

when i edit it in the postbit legacy

i can't find it in postbit

any tips?

del Drago 11-19-2011 07:26 PM

This mod needs updated. vBulletin 4.18 changes the way that reputation is displayed. raw post.reputationdisplay no longer works.

tidus78 11-20-2011 11:38 PM

I Agree

Now https://vborg.vbsupport.ru/external/2011/11/17.jpg


All times are GMT. The time now is 11:36 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.01850 seconds
  • Memory Usage 1,738KB
  • 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
  • (4)bbcode_code_printable
  • (1)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