I was able to successfully install CB and CBSubs GPL on my new Joomla 3. site, but then decided to explore the admin menu items. I switched it to table format and now can't access anything in the backend because all other admin content is hidden under the navigation row.
Any idea on how to change to drop-down list via backend code so that I can access my admin site again? :blush:
There must be something simple to change but my mind is mush right now.
Filter the list for Administrator then edit the module back to dropdown.
If you can't even see that then use Chrome or Firebug for Firefox and press F12 to bring up the developer console. Now right click the element that's taking a ton of space and click inspect. Next when it opens it in the DOM inspector right click the element and delete it.
If can't get that working navigate to administrator/modules/mod_cb_adminnav/ and rename mod_cb_adminnav.php to mod_cb_adminnav-DISABLED.php so it can't load in. Now edit the admin nav module parameters in module manager back to dropdown then rename mod_cb_adminnav-DISABLED.php back to mod_cb_adminnav.php.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
thank you SO SO SO MUCH! that worked perfectly - I'll have to remember that. Although I use Firebug just never thought to do that - usually use it just to test color and other type styles in css file - but never tried deleting nodes before. Thank you, I learned something today - which is always a good thing!