+ Moved ACP link from footer to header
+ Added PMs limits + Replaced ACP frames to original DSF layout > Version 9.6.25 released. git-svn-id: https://svn.pioder.pl/uf-svn/uF@33 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -289,6 +289,14 @@ if (isset($_POST['forum_path']))
|
||||
/* shoutbox_max_msgs */
|
||||
$name[] = 'shoutbox_max';
|
||||
$value[] = (!is_numeric($_POST['shoutbox_limit'])) ? '50' : $_POST['shoutbox_limit'];
|
||||
|
||||
/* pm inbox max */
|
||||
$name[] = 'pm_inbox_max';
|
||||
$value[] = (!is_numeric($_POST['pm_inbox_max'])) ? '10' : $_POST['pm_inbox_max'];
|
||||
|
||||
/* pm sentbox max */
|
||||
$name[] = 'pm_sentbox_max';
|
||||
$value[] = (!is_numeric($_POST['pm_sentbox_max'])) ? '10' : $_POST['pm_sentbox_max'];
|
||||
|
||||
$count_o = count($name);
|
||||
for($i=0;$i<$count_o;$i++)
|
||||
@@ -368,6 +376,15 @@ $skin = array(
|
||||
'L.shoutbox_limit'=>$lng['shoutbox_max_view'],
|
||||
'OPTION.shoutbox_limit'=>$forum_config['shoutbox_max'],
|
||||
|
||||
|
||||
/* pm sentbox max */
|
||||
'L.pm_sentbox_max'=>$lng['pm_sentbox_max'],
|
||||
'OPTION.pm_sentbox_max'=>$forum_config['pm_sentbox_max'],
|
||||
|
||||
/* pm inbox max */
|
||||
'L.pm_inbox_max'=>$lng['pm_inbox_max'],
|
||||
'OPTION.pm_inbox_max'=>$forum_config['pm_inbox_max'],
|
||||
|
||||
/* color mod */
|
||||
'L.color_mod'=>$lng['color_mod'],
|
||||
'OPTION.color_mod' => $forum_config['color_mod'],
|
||||
|
||||
Reference in New Issue
Block a user