XpressEngine Wiki
Status: Abandoned
Brought to you by:
yyj9411
http://code.google.com/p/xe-core/issues/detail?id=2362
var params = new Array(); var response_tags = new Array('menuList'); params['menu_srl'] = menuSrl; params['site_srl'] = siteSrl; exec_xml("menu","getMenuAdminSiteMap", params, completeTmp, response_tags)
위와 같이 호출 하면 아래와 같은 형태로 리턴 됨.
Array ( [0] => stdClass Object ( [menuSrl] => 59 [title] => welcome_menu [menuItems] => stdClass Object ( [list] => Array ( [60] => Array ( [node_srl] => 60 [parent_srl] => 0 [menu_name_key] => menu1 [text] => menu1 [href] => [url] => [is_shortcut] => N [open_window] => N [normal_btn] => [hover_btn] => [active_btn] => [selected] => 0 [expand] => N [list] => Array ( [61] => Array ( [node_srl] => 61 [parent_srl] => 60 [menu_name_key] => $user_lang->userLang20121026153820095 [text] => menu1-1 [href] => /maserati/index.php?mid=welcome_page [url] => welcome_page [is_shortcut] => N [open_window] => N [normal_btn] => [hover_btn] => [active_btn] => [selected] => 0 [expand] => N [list] => Array ( ) [link] => menu1-1 [module_srl] => 63 [module] => page [setup_index_act] => dispPageAdminInfo [is_start_module] => 1 [layout_srl] => 62 [browser_title] => 브라우져 제목입니다. ) ) [link] => menu1 ) ) ) ) )
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: ovc...@gmail.com
mid 필드 추가
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: ovc...@gmail.com
is_shortcut 필드 추가
View and moderate all "wiki Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Wiki"
Originally posted by: ovc...@gmail.com
module_type 값 추가 필요(page 구분을 위해)