GetSimple Support Forum

Full Version: How to check the "Add to Menu?" checkbox by default?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add all the pages in menu, so please let me know how can i check the box "Add to Menu?" by default while creating a new page.
im sure you can hack mvlck's "auto-open page options" plugin to do this: http://get-simple.info/extend/plugin/aut...tions/187/

You would just need to use jQuery to auto-check the checkbox on load:

$('#post-menu-enable').attr('checked', 'checked');
nvinanda Wrote:I want to add all the pages in menu, so please let me know how can i check the box "Add to Menu?" by default while creating a new page.

a simple search brings the answer: http://get-simple.info/forum/topic/1668/...-to-menue/
Thanks ccagle8. I used your way because my site was already using that plugin.