How to add new menu in admincp - phpfox

I have developed a new module in phpfox. and i want to add some menus in admincp for its settings. How to add New menu in admincp(phpfox) via admincp. i can't find the option for adding it. i can add the menu for frontend but not for admincp itself.

You can add menu for photo module from admin.
Goto AdminCP -> Extensions -> Manage Modules
Now select photo module and click on arrow in the left of it, where you find edit option
you find Sub Menu: option here.
Here you can add more menu to photo module.

Related

How to create Sub Menus in Joomla 3.4?

I am just building out a Personal Portfolio Site using Joomla Platform under TemplateToaster Tool and want to know how to create submenus.I want to add a single Menu in Navigation Bar and want to add 3 submenus under the main menu.
Can anyone help me out of it.Any Joomla User ?
This can be done by creating menu items that have a "Parent Item" that is a menu item in your main menu. Note that your menu template must support nesting in order for these submenus to appear properly (most Joomla menu templates support nesting).

joomla file upload module assign to menu

Module Name: Simple File Upload v1.3
Module Source: File Upload Module
Just today i got very clear clarity on this questions.
My questions is, With module we can set the positions only, we could not able to assign to menu directly in admin menus. but can call the module in article. but actual requirement is. i want to show the upload form in the admin area. so i want to create one menu in the admin menus, when user click this menu. appropriate upload form will be display.
How to achieve this.
To assign module to a menu,Go to extensions -> module manager, Then open your module Simple File Upload v1.3 and On the bottom left you will find Menu Assignment section select the menu there where you want to assign that module.
And hit save.
OR
You can also do this by menu manager also go menu manager under which menus where you want to assign that module Go to edit view and on the right under Module Assignment for this Menu Item click on the module name then popup will open and follow the instruction as described above.And save you are done .
Read more : How do you assign a module to specific pages?
Hope this will help.

Joomla - Change main menu

Im newbie to Joomla. How do I change the main menu like screen below to my customize menu?
Menu
Create your own custom menu from the backend. Login to your administrator panel.
Menus->Menu Manager->Add New Manager
Enter the menu details and you will be able to see it in the drop down. Select menu type items and assign articles, contact etc to your newly created menu.
Now under Extensions tab click on Module Manager . Now manage your custom menu to the position you want it to display. Like if you want to display your custom menu as main menu then go to main menu and assign your menu to it under basic options and the position you want it to display.
Following are the links where you can find more help-
Joomla code help
Joomla docs
Not clear from your question that what you need to do but as per your menu image i will describe my answers.
If you need to change the position of menu then go to backend extension->Module Manager->select main menu and change position of main menu.
Also same you can change your custom menu positions.
If you need to change main menu and set custom menu instead of main menu then you need to change menu position and set position of custom menu from module manager.
Menu items will be added from the menus->select menu->add new menu items.
Not clear from your question that what you need to do but as per your menu image I will explain my answer below -
if you want to main menu to be a drop-down menu then you can use some free menu extension module of joomla like JB DropDown Menu or CK Megamenu, dropdown menu.

Joomla - Open just an article and hide modules

I have a menu with 8 options. Every options have articles related with a category.
When i open an article, the option menu is selected, and the article load at the bottom of the page showing modules of this option menu.
How i can open the article and deselect the option menu for hide the related modules?
Thanks.
Go to the Module Manager in the Joomla Backend and select which pages you want the module to be enabled on or disable the module

How to make newly added main menu option in magento admin section "selected"

I have developed a new custom extension for magento admin section. Main menu option of this extension in admin section is visible. When I click on that menu option, functionality of this extension is working as per development/expected. But on this menu option "active" class is not being applied ( so that user can differentiate other menu option with this selected menu ).
There is no submenu under this main menu option. How can I apply "active" class on that menu option when this is clicked.
Thanks in advance!
You should use Mage_Adminhtml_Controller_Action::_setActiveMenu($menuPath) method.
For more details you can check Mage_Adminhtml_Cms_PageController::_initAction().

Resources