MyBB Community Forums

Full Version: Forum Display containing moved thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have edited my template so the thread rating shows within the thread title column and reduced the columns down to 7.

However when I move a thread that moved thread messes up the display and resorts back to the 8 column layout.

Does anyone know which template I need to edit in order to fix this?

It seems the forumdisplay/thread etc dont contain this information

Cheers
Dan
The only way i could do this was to edit forumdisplay.php

and change the line

$rating = "<td class=\"{$bgcolor}\" style=\"text-align: center;\">-</td>";

to

$rating = "";

This isn't ideal because it won't be preserved through upgrades.

Does anyone else know how I can change this?