Hi, I think I'm getting close. I followed the instruction in post #434 and ran the sql below with the correct gID number:
# Register the page for Admin Access Control
INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order )
VALUES ('configNewsArticlesManagement','BOX_CONFIGURATION_NEWS_ARTICLES_MANAGEMENT','FI LENAME_CONFIGURATION','gID=1021','configuration','Y',65);
INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order )
VALUES ('toolsNewsArticles','BOX_TOOLS_NEWS_ARTICLES','FILENAME_NEWS','gID=1021','tools ','Y',66);
INSERT INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order )
VALUES ('toolsNewsAuthors','BOX_TOOLS_NEWS_AUTHORS','FILENAME_NEWS_AUTHORS','gID=1021', 'tools','Y',67);
But, now when I hoover the mouse over Admin > Configuration > News & Articles Management it shows the gID=1021. And, when I open it show Title Value and Action and everything else is blank.
When, I hoover over Tools > News & Articles - Articles, or Authors it shows the gId=XX
If I click on either of them I get "WARNING: An Error occurred, please refresh the page and try again." and part of the page displayed.
Oh, I get that same error message when I run the Modified SQL file.
What have I missed?
Thanks,
Bookmarks