MyBB Community Forums

Full Version: Add Rate This Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
@OP, you can try this code for showthread_ratethread template
<table cellspacing="0" cellpadding="0" border="0">
<tr><td class="trow">
<form action="ratethread.php" method="post">
<span class="smalltext"><strong>Rate This Thread:</strong></span>
<select name="rating">
<option value="">Select Rating</option>
<option value="5">5 ... Best</option>
<option value="4">4 ... Good</option>
<option value="3">3 ... Fair</option>
<option value="2">2 ... Average</option>
<option value="1">1 ... Worst</option>
</select>
<input type="hidden" name="tid" value="{$thread['tid']}" />
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
{$gobutton}
</form>
</td></tr>
</table>
That works but stars not showing
^ well, you can keep earlier code and add the new code so that both can work !
Ooh my mistake reverted the templete and added this now working great rep
Pages: 1 2