admin menus Joomla 3.3.1 disappeared - joomla

All admin menus in Joomla 3.3.1 suddenly disappeared!
I worked at the site's user groups and adjusted a little CSS using firebug, when I suddenly lost all admin menubar, buttons / content in the subheader and content in the header
None change in the core files and no errors are shown
You can see the image....

This is not a programming issue. It's hard to know which exact change created the problem but if you are playing with user groups most likely you accidently put yourself into a group which does not have permission to see the menu module . Go to the module manager (add index.php?option=com_modules to the admin url.) and change the settings on the admin menu module to public ... then check to make sure that your user group has permission to see "special."

Related

Dockbar Changes in liferay 6.2

Can anyone suggest me, which file is responsible for dockbar menu changes for admin user and other user in liferay 6.2 ?
I made changes in \docroot\META-INF\custom_jsps\html\portlet\dockbar\view_user_account.jspf file for the dockbar menu,
but changes is reflect only Guest user dockbar menu.
Please suggest me file where the dockbar menu comes for admin user and
other user.
You found the correct directory - dockbar's jsps are in Liferay's html/portlet/dockbar folder, however there are 16 jsps in there and you either picked the wrong one or edited within some conditionals that only display for the guest user.
They're all overridden the way you're doing it already in your hook. Which file exactly contains the markup that you need to change you'll have to find for yourself. Same with the location in the file to change. Especially as you only state that you need to "make changes" - not sure if you add more options, change existing options, reorder, or just change the DOM.
in dockbar exist public page and private page .you can manage dockbar in portal_normal.vm .
in this vm file you acces dockbar whit #dockbar() and put condition for show or hide dockbar.

Cannot find the "theme" option in Prestashop

I cannot find the theme option in the preference menu bar (see the picture). PrestaShop version - 1.6.0.5
I installed a new theme but now I want to switch back to my default but I couldn't find any way to do it.
https://www.dropbox.com/s/eho6yz5e8ynz5c3/Screen%20Shot%202015-04-05%20at%202.35.44%20pm.png?dl=0
I think you are not logged in as super admin and you don't have permission to view themes with your current profile. You can check your profile in Administration->Employees. And you can check your permission in "Administration->Permission".
If you do not have permission then contact your super admin and ask to give you permission to make changes theme section.
If you are already a super admin. And still you don't see it,Then try following things.
1) Then try renaming the new theme from themes folder directory.
2) If you have access to database goto ps_shop table and change 'id_theme' to 1.

Joomla 3.3.6 admin panel not working

The buttons on the admin panel of my joomla site suddenly wont work anymore,
The dropdown works but when i hit a button it doesnt work.
Almost all buttons, i cant view my articles, categories or menus anymore and a lot of components.
Please help me!
There are two reasons for this problem to happen:
One (or more) core JavaScript files was (were) hacked.
You have recently installed an extension (typically a global system plugin) that created a conflict between JavaScript libraries
Try disabling, from phpMyAdmin, the recently installed plugin(s). Also try overriding all your core Joomla files with a fresh copy of Joomla.
Also make sure you delete your browser cache!
1- Go to yoursite/administrator/index.php
2- In the left side menu, most probably in Maintenance part ... checking joomla is stuck (probably some files damaged)
3- Select reinstall joomla core files.

Pencil icon next to title doesn't appear in Joomla site

Hi i have a problem in a Joomla site that i am editor.
I cannot see the little pencil that allows me to change a Joomla site content when i log in.
I have the rights to change the content but it seems i cannot.
And another question....
How can i see my account settings on that site so i can change the editor? It did showed me the account settings but i cannot seem to see then anymore.
Ps. I do not have access to the administrator page of joomla they just made me editor on the site.
Thank you.
They'll have to give you access to the front end editor - ask your administrator. They may have it turned off.
If they gave you permission to see your profile page you may be able to set the editor...again that's an administrator question.

Magento admin extension fails to show in live server menu bar

I have recently built my first Magento extenstion.
It involves adding a new menu item in the admin area and works perfectly on my development server.
On the live server however, the menu bar item fails to display.
I am pretty sure that all the files have been copied over and I have refreshed all of the cache.
I have checked the system > configuration > advanced area and the module is listed in the disable section.
Are there any other settings/configurations I need to check?
Did you setup your menu with ACL roles? If so, does your user have the correct role?
Assuming the above is true, the Mage_Adminhtml_Block_Page_Menu class is responsible for rendering the menus. I'd start by adding some temporary debugging code to determine why this class is skipping your menu. (is it skipping it, or does it not know about it? If it doesn't know about it, why isn't your system reading it from the config) etc. etc.

Resources