custom menu isnot clickable in admin panel in magento - magento

I have created a user role name seller. And I have added a custom menu as wallet in the admin panel. I have given resource wallet to the user seller. But when we login to the seller section admin panel,the newly created menu is not clickable.But this menu is working properly in main administrator admin panel.
here is my config.xml file where I have created the menu and given the ACL permission to it.
enter image description here
Here is the screen shots of the main admin panel and user role admin panel.
enter image description here
[enter image description here][3]
Any help is appreciable. Please help.

As I can see from images that you attached you have just gave acl to wallet menu as per my knowledge if you need "manage wallet" submenu display when wallet get clicked you also need to give acl to "manage wallet" menu too in config.xml or whichever file.
Once you done with I damn sure your menu will get clickable.
Let me know if you still facing any problem.

Related

How to add a custom block in the Magento dashboard sidebar

I want to add some notification in admin panel dashboard in left sidebar, where by default 5 notification are shows. please see in this image I have marked.
Just go to
app/design/adminhtml/default/default/template/dashboard
and open the index.phtml file.

How to disable user registration in Joomla 3.x

In Older versions this option was at Global Configuration section.
At joomla 3.x seems that this option has been moved.
I want only my existing users to be able to login.
Has anyone any idea where this option is available? Thanks in advance!
Log into your Joomla 3.0 admin dashboard
In the top menu, click Users and then click User Manager
In the tabs toward the top of the page, click the Options tab
Under the Component tab, find the following setting:
Allow User Registration
If set to Yes, new Users allowed to self-register.
To disable user registration, set Allow User Registration to No, and then click the Save button in the top left of the page.
After disabling the registration option, you will notice that the Create an account link within your Login Form will no longer show, as users can no longer create an account on their own.
Reference
It's very simple ,Follow the steps below:
a)select System --> Global Configuration -->Users manager.
b)Under the component tab you will see the 1st option as Allow user registration.
Please refer the screenshot below.

How can i call the 'My Order' file in 'My Dashboard' page?

I am making a custom theme in Magento. and I want to add a table of My orders in Main Account Dashboard page. How can i call 'Order.phtml' in 'Dashboard.phtml' ? Or any other way to do it.I Had tried <?php echo $this->getChildHtml('orders') ?> in dashboard.phtml but it didn't work.
Any help will be appreciated... Thank you ...
There are some settings for which page you want to see after Login into admin panel
You can do it by Navigating through Admin panel:
Step1: Login to admin panel
Step2: Go to System->Configuration
Step3: On left Hand Panel at last you will see Advance tab under it click on Admin Panel
Step4: Now under startup page Choose Orders under sales
Step5: Now you can view your orders instead of dashboard
If confused you can see the screen shot below.
link

Yootheme widgetkit user permissions

My clients are restricted in the admin panel of the joomla and theri user group is menager. I need to show them what they need not more than that. But I couldn set the widgetwit permissons for that group there is no option to make that like other components configuration popup screen. How can I show it to the menager user group.
First you'll need to allow your component to save permission-related information, then to access the preferences and finally to set the appropriate values.
Into the components' folder: /administrator/components/com_widgetkit/ create config.xml with the code below or edit it to include the "permissions" fieldset.
Then add a JToolbar button for preferences anywhere in the component or the view:
JToolBarHelper::preferences('com_widgetkit');
Now in the administrator view you should see the options button.

Can´t access Joomla admin panel with administrator account

This problem started with me needing to add a module to my frontpage so only guests will see it, after they login the module disappears. So I read this tutorial :
Basically says to do this..
Create a Guest Group in the User Manager
Add a new Guest Viewing Access Level
Change the default guest group in the User Manager options
And it works! But the problem now is when I login with my administrator account on admin panel, i get only 3 icons from Zoo component, no admin bar menu, nothing! And if try to login to the admin panel with a default user account I get the same thing! I´m now in the joomla database to try and see if I can delete the user group I created before and maybe it works?
I cannot lose the content of the website, it´s important! Please help. I´m the latest version of joomla.
Thanks very much
Backup your files and database and set your website in offline mode: edit your configuration.php file and set:
public $offline = '1';
After that, you can try your solution.

Resources