PDA

View Full Version : how to display reputation points in postbit.??


DesiSugar
11-18-2008, 09:09 PM
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 1227086684 at 1227086684 ---------------

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
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 ---------------

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 (https://vborg.vbsupport.ru/showthread.php?t=177052)

And Already Add this code on Postbit
<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
<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
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...:)

whyiteasy
01-24-2011, 12:43 AM
how to do this on vb4.1.1 ?

ex0thermic
01-26-2011, 04:24 AM
I'd like to know how to do this in 4.1.1 as well