Moderátor: Moderátori




Open: viewforum.php
Find
Tip: This may be a partial find and not the whole line.
Code: Select All
if (!$forum_data)
{
trigger_error('NO_FORUM');
}
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.
Code: Select All
// Begin Sort topics alphabetically
$letter = request_var('letter', '');
if (!in_array($letter, range('A', 'Z')) && $letter != 'other' || !$forum_data['sort_alphabet'])
{
$letter = '';
}
// End Sort topics alphabeticallyif (!$forum_data)
{
trigger_error('NO_FORUM');
}




SQL
Code: Select All
ALTER TABLE phpbb_forums ADD sort_alphabet TINYINT( 1 ) NOT NULL DEFAULT '0';

Užívatelia prezerajúci fórum: Žiadny registrovaný užívateľ nie je prítomný a 0 hostia