PDA

View Full Version : rep points in profile?


GoTTi
04-10-2006, 05:27 AM
how do i put the reps and feedbacks to be listed in the profile pages?

ZombieAndy
04-10-2006, 05:39 AM
i havn't tested this out but something like this should work:

<fieldset class="fieldset">
<legend>Reputation</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td><strong>Reputation: </strong>$userinfo['reputationdisplay']</td>
</tr>
<tr>
<td><strong>Reputation Power: </strong>$userinfo[reppower]</td>
</tr>
</table>
</fieldset>

GoTTi
04-10-2006, 07:16 AM
can u test that out and see if it does work.

where would i place that anyways?

ZombieAndy
04-10-2006, 08:13 AM
test it out yourself, you want it :p

you could place it wherever you wanted on the page, but i just ripped the referrals box out and changed the variables inside it to show reputation instead, so it would probally look best either above or below the referrals box.

GoTTi
04-11-2006, 05:57 AM
not working

GoTTi
04-13-2006, 02:00 AM
ne1 got this?