Quote:
Originally Posted by Vivi Ornitier
Ya this isn't working properly i think.
It says
Style:
But for some users, it will show the style for them because they choose a certain style which is the forum's default one that I specified in the vboptions. If they choose another style (not child of any style), it will not show it properly.
|
Hmm most likely something wrong with the not_specified phrase then.
Replace
PHP Code:
$post['style'] = '(' . $vbphrase['not_specified'] . ')';
with
PHP Code:
$post['style'] = '(not specified)';
and tell me if that fixes it.