turner2f Posted March 17, 2017 Report Posted March 17, 2017 Upgraded to Stable Version 4.0 Changing the URL's within the Config - - > Routes.php file does NOT change Top Menu and Dropdown Link URL's within the Admin area. /** * Admin panel directory name */ Configure::set("Route.admin", "adminarea123abc"); /** I even went to the "Upgrade" page and the links are still using /admin/ instead of /adminarea123abc/ FYI - This issue is only affecting the Top Admin Navigation menu and the Dropdown links. All the other links within the page interface are fine. Quote
0 turner2f Posted March 17, 2017 Author Report Posted March 17, 2017 RESOLVED. I cleared the cache and now it's fine I used the "Admin Tools" plugin found at ...https://www.blesta.com/forums/index.php?/topic/2925-plugin-admin-tools-more-options-for-staff/#comment-20938 Quote
0 Michael Posted March 17, 2017 Report Posted March 17, 2017 You have to clear the CACHE! /cache/ and in 1 remove "nav". it's posted a lot on the forum, that's why Naja7host made the admin tools clear the cache automatically. Paul 1 Quote
0 Paul Posted March 17, 2017 Report Posted March 17, 2017 To clear the cache you can also simply re-save your staff group without making any changes. Settings > System > Staff > Staff Groups. Edit Group, click Save. Michael 1 Quote
Question
turner2f
Upgraded to Stable Version 4.0
Changing the URL's within the Config - - > Routes.php file does NOT change Top Menu and Dropdown Link URL's within the Admin area.
/** * Admin panel directory name */ Configure::set("Route.admin", "adminarea123abc"); /**
I even went to the "Upgrade" page and the links are still using /admin/ instead of /adminarea123abc/
FYI - This issue is only affecting the Top Admin Navigation menu and the Dropdown links.
All the other links within the page interface are fine.
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.