I deleted the main dynamic menu,
I didn't mean to do that, so is there any way i can get it back??
Deleted The Main Dynamic Menu
Subject: Re: Deleted The Main Dynamic Menu
Its a block called Nav Links. Put it back in the cms the same way you would add a normal block.
Subject: Re: Deleted The Main Dynamic Menu
I deleted it in the Ddynamic Menu, Not in the cms Global Blocks or somthing else, So how can i change the Nav Links then??
tonyf12 wrote: [View Post]
I deleted it in the Ddynamic Menu, Not in the cms Global Blocks or somthing else, So how can i change the Nav Links then??
Subject: Re: Deleted The Main Dynamic Menu
Nav links are related to nav_quick_links.tpl
If you delete the dyn menu i'm sorry but i think u can't roll it back
If you delete the dyn menu i'm sorry but i think u can't roll it back
Subject: Re: Deleted The Main Dynamic Menu
You may take it from the schema in the setup package and add it using PHPMyAdmin.
If you know MySQL you should do it quickly... otherwise, I would suggest to do not try it. :wink:
If you know MySQL you should do it quickly... otherwise, I would suggest to do not try it. :wink:
Subject: Re: Deleted The Main Dynamic Menu
Dont got that knowledge of MySQL, not so good.. but if u give me information what i need to do in PHPMyAdmin it could work out..
So do you wanan give me the info what i need to do (A) ?
Mighty Gorgon wrote: [View Post]
Dont got that knowledge of MySQL, not so good.. but if u give me information what i need to do in PHPMyAdmin it could work out..
So do you wanan give me the info what i need to do (A) ?
Subject: Re: Deleted The Main Dynamic Menu
run this in sql of phpmyadmin
Change XXXXX with your db prefix
INSERT INTO `XXXXXX_cms_nav_menu` (`menu_item_id`, `menu_id`, `menu_parent_id`, `cat_id`, `cat_parent_id`, `menu_status`, `menu_order`, `menu_icon`, `menu_name_lang`, `menu_name`, `menu_desc`, `menu_link`, `menu_link_external`, `auth_view`, `auth_view_group`) VALUES (1, 1, 0, 0, 0, 0, 0, NULL, 'main_links', 'Main Links', 'Main Links Block', NULL, 0, 0, 0),
(2, 0, 1, 1, 0, 1, 1, './images/menu/application_view_tile.png', 'main_links', 'Main Links', 'Main Links', '', 0, 0, 0),
(3, 0, 1, 2, 0, 1, 2, './images/menu/newspaper.png', 'news', 'News', 'News', '', 0, 0, 0),
(4, 0, 1, 3, 0, 1, 3, './images/menu/information.png', 'info_links', 'Info', 'Info', '', 0, 0, 0),
(5, 0, 1, 4, 0, 1, 4, './images/menu/group.png', 'users_links', 'Users', 'Users & Groups', '', 0, 0, 0),
(6, 0, 1, 0, 1, 1, 1, '', 'ACP', 'ACP', 'ACP', 'adm/index.php', 0, 4, 0),
(7, 0, 1, 0, 1, 1, 2, '', 'cms', 'CMS', 'CMS', 'cms.php', 0, 4, 0),
(8, 0, 1, 0, 1, 1, 3, '', 'home', 'Home', 'Home Page', 'index.php', 0, 0, 0),
(9, 0, 1, 0, 1, 1, 4, '', 'forum', 'Forum', 'Forum', 'forum.php', 0, 0, 0),
(10, 0, 1, 0, 1, 1, 5, '', 'rules', 'Rules', 'Rules', 'rules.php', 0, 0, 0),
(11, 0, 1, 0, 1, 1, 6, '', 'faq', 'FAQ', 'FAQ', 'faq.php', 0, 0, 0),
(12, 0, 1, 0, 1, 1, 7, '', 'search', 'Search', 'Search', 'search.php', 0, 0, 0),
(13, 0, 1, 0, 1, 1, 8, '', 'album', 'Album', 'Album', 'album.php', 0, 0, 0),
(14, 0, 1, 0, 1, 1, 9, '', 'calendar', 'Calendar', 'Calendar', 'calendar.php', 0, 0, 0),
(15, 0, 1, 0, 1, 1, 10, '', 'downloads', 'Downloads', 'Downloads', 'dload.php', 0, 0, 0),
(16, 0, 1, 0, 1, 1, 11, '', 'profile', 'Profile', 'Profile', 'profile_main.php', 0, 2, 0),
(17, 0, 1, 0, 1, 1, 12, '', 'ajax_chat', 'Chat', 'Chat', 'ajax_chat.php', 0, 0, 0),
(18, 0, 1, 0, 1, 1, 13, '', 'links', 'Links', 'Links', 'links.php', 0, 0, 0),
(19, 0, 1, 0, 1, 1, 14, '', 'kb', 'Knowledge Base', 'Knowledge Base', 'kb.php', 0, 0, 0),
(20, 0, 1, 0, 1, 1, 15, '', 'contact_us', 'Contact Us', 'Contact Us', 'contact_us.php', 0, 0, 0),
(21, 0, 1, 0, 1, 1, 16, '', 'sudoku', 'Sudoku', 'Sudoku', 'sudoku.php', 0, 0, 0),
(22, 0, 1, 0, 2, 1, 1, '', 'news_cat', 'News Categories', 'News Categories', 'index.php?news=categories', 0, 0, 0),
(23, 0, 1, 0, 2, 1, 2, '', 'news_arc', 'News Archives', 'News Archives', 'index.php?news=archives', 0, 0, 0),
(24, 0, 1, 0, 2, 1, 3, '', 'digests', 'Digests', 'Digests', 'digests.php', 0, 2, 0),
(25, 0, 1, 0, 3, 1, 1, '', 'credits', 'Credits', 'Credits', 'hacks_list.php', 0, 0, 0),
(26, 0, 1, 0, 3, 1, 2, '', 'viewonline', 'Who Is Online', 'Who Is Online', 'viewonline.php', 0, 0, 0),
(27, 0, 1, 0, 3, 1, 3, '', 'statistics', 'Statistics', 'Statistics', 'statistics.php', 0, 0, 0),
(28, 0, 1, 0, 3, 1, 4, '', 'site_hist', 'Site History', 'Site History', 'site_hist.php', 0, 0, 0),
(29, 0, 1, 0, 4, 1, 1, '', 'memberlist', 'Memberlist', 'Memberlist', 'memberlist.php', 0, 0, 0),
(30, 0, 1, 0, 4, 1, 2, '', 'usergroups', 'Usergroups', 'Usergroups', 'groupcp.php', 0, 0, 0),
(31, 0, 1, 0, 4, 1, 3, '', 'staff', 'Staff', 'Staff', 'memberlist.php?mode=staff', 0, 0, 0);
(2, 0, 1, 1, 0, 1, 1, './images/menu/application_view_tile.png', 'main_links', 'Main Links', 'Main Links', '', 0, 0, 0),
(3, 0, 1, 2, 0, 1, 2, './images/menu/newspaper.png', 'news', 'News', 'News', '', 0, 0, 0),
(4, 0, 1, 3, 0, 1, 3, './images/menu/information.png', 'info_links', 'Info', 'Info', '', 0, 0, 0),
(5, 0, 1, 4, 0, 1, 4, './images/menu/group.png', 'users_links', 'Users', 'Users & Groups', '', 0, 0, 0),
(6, 0, 1, 0, 1, 1, 1, '', 'ACP', 'ACP', 'ACP', 'adm/index.php', 0, 4, 0),
(7, 0, 1, 0, 1, 1, 2, '', 'cms', 'CMS', 'CMS', 'cms.php', 0, 4, 0),
(8, 0, 1, 0, 1, 1, 3, '', 'home', 'Home', 'Home Page', 'index.php', 0, 0, 0),
(9, 0, 1, 0, 1, 1, 4, '', 'forum', 'Forum', 'Forum', 'forum.php', 0, 0, 0),
(10, 0, 1, 0, 1, 1, 5, '', 'rules', 'Rules', 'Rules', 'rules.php', 0, 0, 0),
(11, 0, 1, 0, 1, 1, 6, '', 'faq', 'FAQ', 'FAQ', 'faq.php', 0, 0, 0),
(12, 0, 1, 0, 1, 1, 7, '', 'search', 'Search', 'Search', 'search.php', 0, 0, 0),
(13, 0, 1, 0, 1, 1, 8, '', 'album', 'Album', 'Album', 'album.php', 0, 0, 0),
(14, 0, 1, 0, 1, 1, 9, '', 'calendar', 'Calendar', 'Calendar', 'calendar.php', 0, 0, 0),
(15, 0, 1, 0, 1, 1, 10, '', 'downloads', 'Downloads', 'Downloads', 'dload.php', 0, 0, 0),
(16, 0, 1, 0, 1, 1, 11, '', 'profile', 'Profile', 'Profile', 'profile_main.php', 0, 2, 0),
(17, 0, 1, 0, 1, 1, 12, '', 'ajax_chat', 'Chat', 'Chat', 'ajax_chat.php', 0, 0, 0),
(18, 0, 1, 0, 1, 1, 13, '', 'links', 'Links', 'Links', 'links.php', 0, 0, 0),
(19, 0, 1, 0, 1, 1, 14, '', 'kb', 'Knowledge Base', 'Knowledge Base', 'kb.php', 0, 0, 0),
(20, 0, 1, 0, 1, 1, 15, '', 'contact_us', 'Contact Us', 'Contact Us', 'contact_us.php', 0, 0, 0),
(21, 0, 1, 0, 1, 1, 16, '', 'sudoku', 'Sudoku', 'Sudoku', 'sudoku.php', 0, 0, 0),
(22, 0, 1, 0, 2, 1, 1, '', 'news_cat', 'News Categories', 'News Categories', 'index.php?news=categories', 0, 0, 0),
(23, 0, 1, 0, 2, 1, 2, '', 'news_arc', 'News Archives', 'News Archives', 'index.php?news=archives', 0, 0, 0),
(24, 0, 1, 0, 2, 1, 3, '', 'digests', 'Digests', 'Digests', 'digests.php', 0, 2, 0),
(25, 0, 1, 0, 3, 1, 1, '', 'credits', 'Credits', 'Credits', 'hacks_list.php', 0, 0, 0),
(26, 0, 1, 0, 3, 1, 2, '', 'viewonline', 'Who Is Online', 'Who Is Online', 'viewonline.php', 0, 0, 0),
(27, 0, 1, 0, 3, 1, 3, '', 'statistics', 'Statistics', 'Statistics', 'statistics.php', 0, 0, 0),
(28, 0, 1, 0, 3, 1, 4, '', 'site_hist', 'Site History', 'Site History', 'site_hist.php', 0, 0, 0),
(29, 0, 1, 0, 4, 1, 1, '', 'memberlist', 'Memberlist', 'Memberlist', 'memberlist.php', 0, 0, 0),
(30, 0, 1, 0, 4, 1, 2, '', 'usergroups', 'Usergroups', 'Usergroups', 'groupcp.php', 0, 0, 0),
(31, 0, 1, 0, 4, 1, 3, '', 'staff', 'Staff', 'Staff', 'memberlist.php?mode=staff', 0, 0, 0);
run this in sql of phpmyadmin
Change XXXXX with your db prefix
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1645s (PHP: 11% SQL: 89%)
SQL queries: 11 - Debug Off - GZIP Enabled