Default to Big Menu Style

I’m wondering if there’s a way to set the big menu style as the default menu style on all accounts created. Thanks.

Sorta - the default behavior is actually the value of the user creating the account. If you’re creating the account and use the big menu style, all accounts you create should have that as the default.

If you need to do it retroactively, you’ll need to open a support ticket. We can change it globally by modifying the database.

[QUOTE=IWorx-Tim-Pgh;17599]Sorta - the default behavior is actually the value of the user creating the account. If you’re creating the account and use the big menu style, all accounts you create should have that as the default.

If you need to do it retroactively, you’ll need to open a support ticket. We can change it globally by modifying the database.[/QUOTE]

Tim,

Could you throw this into the next release, or look into this, so that from the API and the create account its an option field and defaults to your nodeworx value. This would be great!

Thanks,
Anthony

Hi Anthony - it’s indeed already an option you can specify via the API. See:
http://www.interworx.com/support/docs/developer/api/spec/nodeworx-siteworx#ctrl_nodeworx_siteworx_add . menu_style is the 12th one down. What Tim said about the menu-style setting of the user creating the account also applies to the API. If you’re using the an API key to authenticate, it will use the primary nodeworx user for that API key’s setting as the default. If you’re using a nodeworx e-mail/password combo to authenticate to the API, then it uses that user’s menu-style setting as the default (if it’s not explicitly specified in the api request).

Paul