News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

How to make default \'toggle view\' is on when reply

Started by viethungs, August 21, 2008, 01:53:39 PM

Previous topic - Next topic

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 for showing and hiding additional options.
   if (!empty($settings['additional_options_collapsable']))
      echo '
         var currentSwap = false;


and replace with this code:

// Code for showing and hiding additional options.
   if (!empty($settings['additional_options_collapsable']))
      echo '
         var currentSwap = true;

Advertisement: