MyBB Community Forums

Full Version: Remove Reputations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I stop the reputations from displaying?

DS
heloo there,

in case u mean u want to remove it fromt he postbit.
go to
Admin Cp >tempaltes > modify/delete > expand > post bit templates > postbit
and delete

$post[replink]

regards



many regards
remember to also remove the reputation-bit in the usercp.... I also removed the rate-link from the userprofile from showing...
Thanks for that! Much appreciated.
zaher1988 Wrote:heloo there,

in case u mean u want to remove it fromt he postbit.
go to
Admin Cp >tempaltes > modify/delete > expand > post bit templates > postbit
and delete

$post[replink]

I tried this but could not find the line of code quote.
here is my postbit code:
<tr>
<td class="$altbg" width="155" valign="top" nowrap="nowrap" align="center"><a name="pid$post[pid]"></a>
<strong><span class="largetext">$post[profilelink]</span></strong><br />
<span class="smalltext">
$post[usertitle]<br />
$post[userstars]
$post[groupimage]<br />
$post[useravatar]<br />
$lang->postbit_posts $post[postnum]<br />
$lang->postbit_group $usergroup[title]<br />
$lang->postbit_joined $post[userregdate]<br />
$lang->postbit_status $post[onlinestatus]$post[replink]<br />
</span>
</td>
<td class="$altbg" width="100%" valign="top">
<table width="100%">
<tr><td class="trow">$post[posturl]$post[icon]<span class="smalltext"><strong> $post[subject]</strong></span>
<p>$post[message]</p>
$post[attachments]
$post[signature]
<div style="text-align: right; vertical-align: bottom;">
$post[editedmsg]
$post[iplogged]
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="$altbg" height="18" nowrap="nowrap" align="center"><span class="smalltext">$post[postdate] $post[posttime]</span></td>
<td class="$altbg" width="100%" valign="middle" height="18">
	<table width="100%" border="0" cellpadding="0" cellspacing="0">
	<tr valign="bottom">
		<td align="left" ><span class="smalltext">$post[button_email]$post[button_pm]$post[button_www]$post[button_find]</span></td>
		<td align="right" nowrap="nowrap"><span class="smalltext">$post[button_edit]$post[button_quickdelete]$post[button_quote]$post[button_report]</span></td>
	</tr>
	</table>
</td>
</tr>
$seperator
hello there

it's here
$lang->postbit_status $post[onlinestatus]$post[replink]<br />

see it , at the end Smile

see ya
I must be blind! Thank you.