Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: klumy on March 14, 2004, 10:13:49 AM

Title: Jump to layout bugs
Post by: klumy on March 14, 2004, 10:13:49 AM
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?
Title: Re: Jump to layout bugs
Post by: Ben_S on March 14, 2004, 10:14:43 AM
Its only in the smf site theme, its a fairly simple template change to implement though.
Title: Re: Jump to layout bugs
Post by: klumy on March 14, 2004, 10:16:47 AM
I see
thanks for the answer
Title: Re: Jump to layout bugs
Post by: Grudge on March 14, 2004, 10:20:20 AM
Here's a mod file... if you're interested
Title: Re: Jump to layout bugs
Post by: klumy on March 14, 2004, 10:23:45 AM
thanks ;)
Title: Re: Jump to layout bugs
Post by: warrior on March 14, 2004, 11:31:02 AM
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 :)