vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how to display reputation points in postbit.?? (https://vborg.vbsupport.ru/showthread.php?t=196642)

DesiSugar 11-18-2008 09:09 PM

how to display reputation points in postbit.??
 
i want my users to have a line in their profile..
that will tell how many rep points they have...
it should be behind the line Rep Power: xxxx

like

Rep Power: XXXX Points: 1234

Thanks

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

No one here who reply this thread :eek:

Jasmin 11-19-2008 09:41 AM

Looking for this, too.

I used to have this by editing postbit (and you can still do this!), but it seems like there's probably a mod out there which does it automatically these days (and makes it easier to upgrade). Can't seem to find which one.

Anybody?

GreigScott 11-19-2008 10:26 AM

Do you mean instead of showing the bars show numbers in profile?

DesiSugar 11-19-2008 03:57 PM

Quote:

Originally Posted by Jasmin (Post 1668557)
Looking for this, too.

I used to have this by editing postbit (and you can still do this!), but it seems like there's probably a mod out there which does it automatically these days (and makes it easier to upgrade). Can't seem to find which one.

Anybody?

Can you give the code which i can put on my template.??
here is no one who help us :(

--------------- Added 19 Nov 2008 at 18:02 ---------------

Quote:

Originally Posted by GreigScott (Post 1668569)
Do you mean instead of showing the bars show numbers in profile?

I mean like this
https://vborg.vbsupport.ru/

DesiSugar 12-06-2008 09:19 PM

Already Found that Mod
here is that mod CLICK HERE

And Already Add this code on Postbit
PHP Code:

<if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if>$post[reputationdisplay

Here is that Result...
http://hostbear.net/out.php/i427_reps.jpg

But Can Anyone Tell me How To Rename this ???
I want to Rename this to Points...
like this https://vborg.vbsupport.ru/


Please help me...
Thanks..

Seven Skins 12-06-2008 09:27 PM

Code:

<if condition="$post['showreputation']">Points: $post[reputation]<br /></if>$post[reputationdisplay]
Two ways of doing it, Like above or search and edit phrase "$vbphrase[reputation]"

.

DesiSugar 12-06-2008 09:37 PM

Thanks bro...
here is the image i did that
http://hostbear.net/out.php/i428_rep2.jpg

But Can you please tell me how to move this point to up above the side of reputation power like this

http://hostbear.net/out.php/i247_points.jpg

Seven Skins 12-07-2008 07:40 AM

Most probably you need to remove <div> tags.
Cannot tell until we see more of your code. Post the code between <td valign="top" nowrap="nowrap"> </td> tags.

.

dismas 12-07-2008 07:42 AM

Quote:

Originally Posted by Seven Skins (Post 1680088)
Most probably you need to remove <div> tags.

.

Look just before the "Points" part and you should find the opening <div> tag.

DesiSugar 12-07-2008 08:57 AM

Done now..
Thanks for your support....
Thank you very much dude...:)


All times are GMT. The time now is 01:42 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.01107 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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