vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Show Reputation Count on User public profile (https://vborg.vbsupport.ru/showthread.php?t=214532)

doa24uk 05-24-2009 10:00 PM

Show Reputation Count on User public profile
 
This will show the number of rep points on the users public profile.

I have it set to show in the mini statistics box but you can use it anywhere!

The dt class & dd class are just text formatting to make it fit in with the site.

FIND in memberinfo_block_ministats

Code:

                                <dd>$prepared[posts]</dd>
Add Below

Code:

<dt class="shade">Reputation Count: </dt><dd>$userinfo[reputation]</dd>

Enjoy!

DEMO HERE

doa24uk 05-26-2009 06:09 PM

Updated - fixed variable so it shows rep / karma count for the user who's profile page you're viewing.

It will now work so guests can see users rep points

lm3a.net 05-27-2009 07:13 AM

thank u man

AeonGamer 05-27-2009 08:30 AM

Thanks. Very helpful :)

Just wondering. How would I do the same in the postbit legacy template? I tried using the same functions as your code but it looks like it revolves around a different code I think for the postbit templates.

My current Rep code in the postbit template. Which is just for the blobs. I want to have blobs and then the number underneath of it.

Code:

<if condition="$show['reputation']"><tr bgcolor="#ececec"><td align="center" style="border:1px;border-color:#d4d4d4;border-style:double;width:160px;">
It also has this underneath of it. Not sure if its relevant to the blobs though:

Code:

<div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></tr></td></if>
Thanks for any help you may give :)

doa24uk 05-27-2009 09:30 AM

Quote:

Originally Posted by AeonGamer (Post 1817953)
Thanks. Very helpful :)

Just wondering. How would I do the same in the postbit legacy template? I tried using the same functions as your code but it looks like it revolves around a different code I think for the postbit templates.

My current Rep code in the postbit template. Which is just for the blobs. I want to have blobs and then the number underneath of it.

Code:

<if condition="$show['reputation']"><tr bgcolor="#ececec"><td align="center" style="border:1px;border-color:#d4d4d4;border-style:double;width:160px;">
It also has this underneath of it. Not sure if its relevant to the blobs though:

Code:

<div><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></tr></td></if>
Thanks for any help you may give :)


In Postbit FIND


Code:

                                        <div>
                                                $vbphrase[posts]: $post[posts]
                                        </div>

ADD BELOW

Code:

<div>
Rep: $post[reputation]
</div>


IN postbit_legacy FIND

Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
ADD BELOW

Code:

<div>
Rep: $post[reputation]
</div>


This variable - $post[reputation] can be used anywhere in the postbit / postbit_legacy template so feel free to alter the layout to suit your needs.

DEMO HERE

ARABESPIRIT 05-27-2009 11:03 AM

great work man

Mahar 07-18-2009 07:04 AM

Okay, what exactly do I have to edit if I want those pips to instead say Reputation: x,xxx?

zombietom 07-21-2009 03:41 AM

Nice --Thanks

Hendrickson 08-04-2009 05:29 AM

Hi I need some help, I do the edit in 3.8.3 and nothing hows up. Do I need to clear a cache or something? Maybe it does work with 3.8.3?


All times are GMT. The time now is 02:40 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.01203 seconds
  • Memory Usage 1,736KB
  • 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
  • (10)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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