MyBB Community Forums

Full Version: How to remove column Rating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

How I can remove the column Rating (in forumdisplay) ?

Thanks
Hello there

in Admin CP > Templates> Modify / Delete > Expand > Forum Display templates > forumdisplay_thread

find and remove
 $rating

regards
Thank You very much, it's amazing systeme !
but I have a little display bug :/
You can see it in attachment

Open the template forumdisplay_threadlist and search for:
<td class="thead" colspan="$colspan">
Replace with:
<td class="thead" colspan="7">
Search and remove:
$ratingcol
Search for:
<td class="tfoot" align="right" colspan="$colspan">
Replace with:
<td class="tfoot" align="right" colspan="7">