MyBB Community Forums

Full Version: Good reputation system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I have Reputation System and i have options additions points and add nagative points, so i must have only raputation system, wich had options only add reputation!
Do you mean, you want a Reputation system but you only want it to be 'adding points' ? and not removing the reputation(means no negative)?
Yes, i must have reputation system, which only add points!
No remove!
Hey!
HELP ME!
Miked Wrote:Hey!
HELP ME!
Take it easy mate, we're not here at your command coding for you whatever you wish us to.
change
republition_add

<strong>$lang->add_reputation</strong>
<form action="reputation.php" method="post">
<input type="hidden" name="action" value="do_add">
<input type="hidden" name="pid" value="$pid">
<blockquote><input type="radio" name="add" value="pos" $poscheck>&nbsp;$lang->positive<br />

</blockquote>
<br />
<br />
<span class="smalltext">$lang->post_comments</span>
<br />
<input type="text" name="comments" size="40" maxlength="250">
<br />
<br />
<center><input type="submit" class="submit" value="$lang->add_to_reputation"></center>
</form>