Log in

View Full Version : Thread Prefixes - Only half working?


Fulla
08-13-2008, 01:14 PM
I'm having a strange problem where thread prefixes don't fully appear in some cases.
The one I'm using in the screenshots is [Suggestion]

I Should be getting this a thread title like this:
- [Suggestion]Light, Medium, Heavy - Gun Classifications?
But Instead I get this, in some cases
- Light, Medium, Heavy - Gun Classifications?

Screenshot: Outside Thread (NOT working)
https://vborg.vbsupport.ru/external/2008/08/49.jpg

Screenshot: Forum List (Fully Working)
https://vborg.vbsupport.ru/external/2008/08/50.jpg

Screenshot: Inside Thread (Partially Working)
https://vborg.vbsupport.ru/external/2008/08/51.jpg

So how do I get it fully working?
Screenshot: A different forum, what I'd like it to look like
https://vborg.vbsupport.ru/external/2008/08/52.jpg

thx for any help

Opserty
08-13-2008, 01:16 PM
Create a New Style with no Parent Style, browse the affected page in this style, does this resolve your issue?

Fulla
08-13-2008, 01:24 PM
Yes it does:
https://vborg.vbsupport.ru/external/2008/08/48.jpg

So, new question, what do I need to change in Style ? :p

Opserty
08-13-2008, 02:09 PM
Compare the threadbit template of the default style to threadbit template of your custom style and see whats missing.

Else contact the author of the style for an update.

Fulla
08-13-2008, 03:02 PM
Thx alot for your help! I managed to partially solve it.

In the threadbit, by default it had "prefix_rich", like this:
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]
$thread[prefix_rich]

In the custom one it was missing it, like this:
$thread[movedprefix]
$thread[typeprefix]
$thread[moderatedprefix]

This pretty much solved the problem.
However, the Prefixes don't display the same color.
https://vborg.vbsupport.ru/external/2008/08/43.jpg

I realise that this is pretty much down to the template, but should anyone know how to make prefixes match the custom color, it would be appreciated.
thx