joomla - How to make a few open menu ID in module Menu Accordeon CK? -


in module "menu accordeon ck" there field "item id opened default", id, can specify want make menu open default. need specify more 1 such id. example: 108, 129, 30, 165 realistically, can run 1 id. how more?

this code specifies id of menu items

. "defaultopenedid : '" . $params->get('defaultopenedid') . "'," 

you can specify 1 itemid because these ids represent menu items , settings , security them. in other words, there's isn't practical way open more 1 menut item (itemid). think may need revisit you're trying accomplish because seems highly unlikely want open more 1 menu item.

it appear menu accordion ck giving ability open page, use particular menu itemid you'll modules , template settings you've specified menu item used.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -