http://benalmadena.vforums.co.uk/
is there anyway to remove the reputition from mini profiles
i have tried deleting the code but that made profiles go all funny![]()
make sure you remove this whole part:
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><font size="2">Reputation: {reputation} </font></td>
</tr>
<tr>
<td rowspan="2">
<div style="clear: both;">
{foreach:negative_reputation}
<div style="height: 8px; width: 8px; background-color: #cc0000; float: left; margin: 3px;"></div>
{/foreach:negative_reputation}
{foreach:reputation}
<div style="height: 8px; width: 8px; background-color: #009900; float: left; margin: 3px;"></div>
{/foreach:reputation}
<br style="clear: both;">
</div>
</td>
<td align="center"><font size="1">{reputation_give}</font></td>
</tr>
<tr>
<td align="center"><font size="1">{reputation_take}</font></td>
</tr>
</table>
I've removed it for you![]()
Could it be possible to also remove it on our forums as well? I'm not very good with the code and a lot of our users are abusing the reputation system and just dicking about with it.
http://renegades.virtualforums.co.uk/
Could it be possible to also remove it on our forums as well? I'm not very good with the code and a lot of our users are abusing the reputation system and just dicking about with it.
http://renegades.virtualforums.co.uk/
Hi,
Are you the admin of that forum? If so, to remove the reputation system then go to "Admin -> Manage Templates". Select "Default Mini-Profile Temp" from the second drop down and click continue. In the textbox below "Registered Member Mini-Profile" remove the current text and replace it with this![]()
Code: HTML
- <font size="2">
- <center>
- {display_name}
- <br />
- {rank}
- {if:warning}<br />{warning}{/if:warning}
- {if:custom_title}<br />{custom_title}<br />{/if:custom_title}
- </center>
- {if:avatar}<center><br />{avatar}</center>{/if:avatar}
- {if:personal_text}<center><br />{personal_text}</center>{/if:personal_text}
- <br />
- Posts: {posts}
- <br />
- {if:online}
- Status: <b>Online</b>
- {/if:online}
- {ifnot:online}
- Status: Offline
- {/ifnot:online}
- {if:gender}<br />Gender: {gender}{/if:gender}
- {if:location}<br />Location: {location}{/if:location}
- <br />
- Joined: {joined}
- <br />
- {if:contact}
- <br /><center>{contact}</center>
- {/if:contact}
- {additional_info}
- </font>