PDA

View Full Version : Show reputation points in post?


nintendo
05-19-2004, 10:19 PM
Is it possible to have a hack where it shows

Reputation: ##
*Message for that level*

at the left of the post instead of the image?

Zachery
05-19-2004, 11:53 PM
Power or just the digital value of reputation?

$post[reputation] for the digital value

nintendo
05-21-2004, 01:40 AM
Just the number, for example

Reputation: 666

Zachery
05-21-2004, 03:29 AM
$post[reputation] :P

nintendo
05-21-2004, 04:44 AM
:D

Thanks!

Amzadi
05-24-2004, 03:15 AM
How about adding the message below that?

Reputation: ##
*Message for that level*

WEForums
05-24-2004, 06:25 AM
$post[level]

zokucivic
07-28-2004, 05:41 PM
How do you display the reputation points and image in the postbit?

zokucivic
07-29-2004, 03:52 PM
Nevermind, I figured it out.. Quite simple actually.

Thanks

rushabh
12-27-2004, 10:44 AM
A little late in the game, but which template/php file do I make the edits in?

Thanks much in advance

nintendo
02-23-2005, 06:36 AM
postbite template

Depends on which type of board you use.

Kruppa
03-05-2005, 01:13 PM
After you had it to the postbit, is there a way to remove it for a few members by userid? I have a couple of very whinny members who absolutely don't want any part of this system. I have:

Reputation points: $post[reputation]

and I'd like to add a condition to not display that whole line in the postbit if userid= xxxx. I just don't have the skills to come up with the working code myself.

Thanks. :)

Borgs8472
03-19-2005, 11:40 AM
Hey guys. I've tried sticking in $post[reputation] about the post bit, but it's not showing up?!

Is there an alternate template I don't know I'm using that I should edit?

sim tech
03-19-2005, 05:49 PM
Hey guys. I've tried sticking in $post[reputation] about the post bit, but it's not showing up?!

Is there an alternate template I don't know I'm using that I should edit?


I got burned by that too... if you are using the old style for your board that you'll have to edit the postbit_legacy template.

I put it below here:

</div>
<if condition="$show['reputation']"><div><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower]</if>$post[reputationdisplay]</div></if>

cuphongle
02-09-2006, 04:57 PM
thanks