How to move a submenu and all items under it to another parent menu in Ektron? -



How to move a submenu and all items under it to another parent menu in Ektron? -

i utilize menu tab under content. current menu construction below

mainmenu sub menu level 2 submenu level 3 (1) item 1 item 2 item 3 submenu level 3 (2) item 41 item 5 item 6

what want below

mainmenu submenu level 1 sub menu level 2 submenu level 3 (1) item 1 item 2 item 3 submenu level 3 (2) item 41 item 5 item 6

please note want add together new submenu under mainmenu , want added submenu , every thing under come under new one.

there not appear way through ui interface, relatively simple via database.

there 2 key tables menus: menu_tbl , menu_to_item_tbl.

in menu_tbl, find row item you'd move. note mnu_id item. you'll want export whole menu_tbl excel, , refer later create changes.

to move specific menu item place, note menu item has parent_id of item belongs to, , id of item want move (it shows in ektron admin).

then can take these steps:

if item menu folder itself, need alter parent_id point new parent's mnu_id in menu_tbl table. then open menu_to_item_tbl , alter query query mnu_id of parent adding "where mnu_id = ". results should show subitems parent, including item want move. alter mnu_id of item match parent mnu_id well.

ektron

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -