php - Assigning a menu to a view page in drupal 7 -
php - Assigning a menu to a view page in drupal 7 -
i have 3 menus named main menu, microsite menu, supernav menu. creating view page , wanted include microsite menu. view page taking default main menu, how can remove main menu , embed microsite menu. cant see alternative selecting available menus in view page settings. how can accomplish this?
is there alternative embed microsite menu using php?
a menu creation, , build block .. thats true?
if yes .. go block --> find microsite menu block --> configuration ---> show block on specific pages ---> select alternative tow (only listed pages) --> set in text area page view name ..
and go main menu block --> same lastly steps exeption select selection 1 ( pages except listed ) , set page view name
also can utilize context module very nice action go here can set condition, place, rule, pages, block ...
by php code can utilize code in block configare
if(arg(0) == 'page1') { homecoming true; }
php drupal drupal-7
Comments
Post a Comment