SMF Support > SMF 2.0.x Support
How to make default \'toggle view\' is on when reply
(1/1)
viethungs:
How to make default 'toggle view' is on when reply this is my question.
thanks
karlbenson:
For single users via their profile > look and layout
Return to topics after posting by default.
For all users via Admin > Current Theme > Members Options (was called Reset Options in SMF 1.1.x)
Change current options for all members using this theme
Select change and check Return to topics after posting by default.
RL Joneson:
If you are referring to to the expandable area called Additional Options for adding files and setting options, open Post.template.php and find this code:
--- Code: --- // Code for showing and hiding additional options.
if (!empty($settings['additional_options_collapsable']))
echo '
var currentSwap = false;
--- End code ---
and replace with this code:
--- Code: --- // Code for showing and hiding additional options.
if (!empty($settings['additional_options_collapsable']))
echo '
var currentSwap = true;
--- End code ---
Navigation
[0] Message Index
Go to full version