PDA

View Full Version : Display reputation as a number in MEMBERINFO


Pt1994
08-23-2009, 08:44 PM
How can i do this ive tried this

<if condition="$prepared['reputation']">
$prepared[reputation]
</if>

With no luck this works

<if condition="$prepared['reputationdisplay']">
$prepared[reputationdisplay]
</if>

But it shos the green blobs and not a number i want it to show a number

Lynne
08-23-2009, 08:57 PM
$userinfo['reputation']?

Pt1994
08-23-2009, 09:02 PM
Great thanks will this work for avatar to replace profile pic aswell?

EDIT:- can i change the size of the prepared avatar?

Lynne
08-23-2009, 10:45 PM
I don't know if it will work to replace the profile pic, you'll have to try it and see.

As for the size of the avatar, there is an article in the Articles forums which talks about changing the size on the member.php page.