vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   how to make rep bar displayed like this? (https://vborg.vbsupport.ru/showthread.php?t=275739)

lUnknown 12-21-2011 04:29 AM

how to make rep bar displayed like this?
 
<a href="https://forum.bodybuilding.com/showthread.php?t=138967383&page=1" target="_blank">http://forum.bodybuilding.com/showth...8967383&page=1</a>

the rep bar is below the rep power and is a better color.

Macsee 12-21-2011 09:39 PM

I can't see the rep bar. You sure it's visible even to those who aren't logged in?

HHelp1 12-21-2011 10:26 PM

Well as i thought you have to upload the reputation pic to your Forum > Images > button then delete old rep images then upload your rep images. I think so :P i hope it help ya ^^.

lUnknown 12-22-2011 02:57 AM

Thanks i changed it. However can somebody tell me step by step how i can get the rep bar listed underneath the rep power instead of being below the username.

kh99 12-22-2011 10:11 AM

Edit the postbit_legacy template. This is the code that displays the reputation bar:

Code:

<vb:if condition="$show['reputation']">
        <span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
                <vb:each from="reputationdisplay" value="row">
                        <img class="{vb:raw row.class}" src="{vb:stylevar imgdir_reputation}/reputation_{vb:raw row.posneg}{vb:raw row.imgext}" alt="" />{vb:raw row.rowend}
                </vb:each>
        </span>
</vb:if>


and this is the code that displays the power:

Code:

<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>
</vb:if>


So all you have to do is move the bar display code to be under the power code.

lUnknown 12-23-2011 12:41 AM

Woot. I figured it out. All is good :) Ty.

--------------- Added [DATE]1324613560[/DATE] at [TIME]1324613560[/TIME] ---------------

-Edit Ok i got one more question. The rep bar has a tiny bit of space between each rep bar, how do i include the space between each little rep? At the moment they are all jammed in together without any spaces. If you look at the bb.com forum example you'll see there is some space between each rep.

FIM 01-16-2012 05:53 PM

Quote:

Originally Posted by lUnknown (Post 2280251)
Woot. I figured it out. All is good :) Ty.

--------------- Added [DATE]1324613560[/DATE] at [TIME]1324613560[/TIME] ---------------

-Edit Ok i got one more question. The rep bar has a tiny bit of space between each rep bar, how do i include the space between each little rep? At the moment they are all jammed in together without any spaces. If you look at the bb.com forum example you'll see there is some space between each rep.

I have the same problem, solution Please :)


All times are GMT. The time now is 06:22 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.01248 seconds
  • Memory Usage 1,733KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete