SMF Support > SMF 2.0.x Support
Checkbox clicked by default on warning
Colin:
Sure, I will be happy to make the edit for you. Please attach your Profile.template.php file which can be found in your Themes directory. In fact I just added this to my forum as well. Saves a click ;)
o.o:
Right now, I'm using the default one. ;)
Elmacik:
Find in your file:
--- Code: ---', $context['warning_data']['notify'] ? 'checked="checked"' : '', '
--- End code ---
And replace it with:
--- Code: ---checked="checked"
--- End code ---
Be careful about the quotes.
Navigation
[0] Message Index
[*] Previous page
Go to full version