Log in

View Full Version : slight problem with the points system


Matt Slick
10-08-2007, 08:26 PM
we have over 20,000 registered members and over a million posts. A lot of times people misuse the Private message system. So, we turned that off.

Now people were starting to use the point reputation system to leave comments and harass people.

so, I had to turn off the feature that shows any comments that came with reputational points. Unfortunately, people don't know who they received their reputation points from.

So, is there a way to block out the comments, but allow the person to see who gave the points?

Thanks in advance for any help

Spank
10-08-2007, 08:53 PM
You need to edit the reputatationbit template
(AdminCP>styles & templates> Style manager> Edit templates (for your chosen style) user reputation> reputationbit)

Find and remove:
<tr>
<td>
$vbphrase[your_comments_on_this_post]:<br />
<input type="text" class="bginput" size="40" maxlength="250" name="reason" id="reason_$postid"/>
</td>
</tr>
Hope this helps.

Matt Slick
10-09-2007, 06:13 PM
You need to edit the reputatationbit template
(AdminCP>styles & templates> Style manager> Edit templates (for your chosen style) user reputation> reputationbit)

Find and remove:
<tr>
<td>
$vbphrase[your_comments_on_this_post]:<br />
<input type="text" class="bginput" size="40" maxlength="250" name="reason" id="reason_$postid"/>
</td>
</tr>
Hope this helps.


It worked. I really appreciate the help.

Spank
10-09-2007, 07:02 PM
No problem, glad I could help :)