nhawk |
03-16-2013 07:19 PM |
Quote:
Originally Posted by Bluefin221
(Post 2410420)
No idea why but it doesn't work for me, I set up two options, then four options, set the usergroups who could see it, set the forums you could see it on, I even deleted my thread prefixes to make sure it wasn't them that was clashing. Does this mod clash with any other mod (known to).
Had a play around, it works in the vb default theme and also works in another theme I use, however it doesn't work in the forums theme I have selected, is there manual edits I can make so that it works properly in my theme?
|
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.
|