Hi,
I can remember that in earlier versions of SMF there wasn't things like
==>
in the Jump to Box.
Why are they there again?
Its only in the smf site theme, its a fairly simple template change to implement though.
I see
thanks for the answer
Here's a mod file... if you're interested
thanks ;)
yeahh... thx, but something is to change too..
MessageIndex.template.php line 269:
<option value="">' . $txt[251] . ':</option>';
to
<optgroup label="' . $txt[251] . ':">';
Search.template.php line 231:
<option value="">' . $txt[251] . ':</option>';
to
<optgroup label="' . $txt[251] . ':">';
Display.template.php line 490:
<option value="">' . $txt[251] . ':</option>';
to
<optgroup label="' . $txt[251] . ':">';
warrior :)