Try to turn off the thread rating setting in that forum.
That appears to fix it
Could you check your brand_forumdisplay_thread_rating template again, please?
And, it seems that you've missed type the brand_forumdisplay_groupsep template name, it should be brand_forumdisplay_group_sep template.
Fixed group_sep, thanks.
I checked the brand_forumdisplay_thread_rating template, it's as your guide shows.
Do you have a plugin that "inject/force" thread rating template to the forumdisplay_thread?
I don't believe so ... is there a way to check?
I don't know why only that template can't loaded in your forum. But if you have Template Conditional plugin installed in your forum, you can check it like this (just to make sure that the template should works):
Edit your forumdisplay_thread_rating template:
HTML Code
<if $fid == your_brand_forum_id then>
brand_forumdisplay_thread_rating template contents here
<else>
the default code here
</if>
|
Yeah, that fixes it ... weird.
I've created the live demo for it in a live site, and it works for me:
http://www.14.mynie.co.cc/forumdisplay.php?fid=15
So, I guess (I can be wrong) there is a plugin that loads/forces the default thread rating template in your forumdisplay page.
I guess I'll have to look through my plugins to try and find it!
Also, very nice changes to the threadlist