Quote:
Originally Posted by nhawk
At this time, there aren't any known clashes with other mods.
So far as the theme you have, thread status looks for this specific code in the following templates...
SHOWTHREAD template :
Code:
<span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span>
Code:
h6><a class="popupctrl" href="javascript://">{vb:rawphrase thread_tools}</a></h6>
<ul class="popupbody popuphover">
FORUMDISPLAY template:
Code:
<option value="title" {vb:raw sort.title}>{vb:rawphrase thread_title}</option>
If those specific lines of code aren't in your templates, then thread status won't work.
|
I've just checked all of these are within the appropriate places so it must be clashing with a mod, I will report back when I find out which one it is. It can't be a mod as it works on every other template so its template specific, I have never edited those files though so I'm unsure what I should be looking for.