|
Is it possible to add a menu item from within hook_menu() directly to the primary-links menu instead of navigation where they like to reside by default?
Started by dcousineau on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Actually, it is possible....
Also noteNot via hook_menu , no, but there's nothing preventing you from doing a direct database query if possible.
The Devel module uses that technique to add its items to a custom 'Development' menu.
|
|
In implementing hook_menu for a module, I am trying to put some items into a submenu.
So far I have something like this
$items['MyModule'] = array( //... 'page callback' => 'system_admin_menu_block_page', 'file' => 'system.admin.inc', 'file path...
Started by Dan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For your goal of providing a proper default menu on install of your module (and for more controlhook_menu....
Tried from a clean state (that is, with your module uninstalled and the menu entries gone)? To explain' table.
|
|
How do you create a dropdown menu to sort calendar events in drupal calendar module?
I know many people are struggling with this same issue. Can anyone help???
Thanks in advance!
Started by Dreher on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Is anyone aware of a module the links into a drop down menu....
One to select type of event and one to select a date range .
To create a drop down menu of links that will appear withing a block? It would be great to have two drop downs.
|
Ask your Facebook Friends
|
I am the Portal Administrator for a DNN site. We are using a Vertical-Tabbed-Boxed skin with blue menu background and blue Module Title background. I would like to change both of those to green.
How/where do I do that?
Started by Eric W on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For the module title, that's in the container.
To change, and the CSS that controls them, you'll need to find where that menu background is defined to find where the background color comes from.
|
|
I am not sure how to put it ... but I am using certain modules in my joomla site which can be shown only using a menu item e.g. Phoca gallery, hwdvideoshare etc. These modules can not be displayed on any specific position, instead a menu item has to be...
Started by ria on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Latest News is an example....
Module A module is an extension used for to display simple information.
Learn their differences.
If you're using certain "modules" which can only be shown using a menu item, they aren't modules".
|
|
I am builng an M-V-VM application with Dynamic Loading of modules at runtime.
Each of these Modules has a default view which individulally they show on the selected region when I go
_regionManager.Regions["BottomMenuRegion"].Add( Container.Resolve<...
Started by Traci on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Put the menu showing code into the ModuleInit and then add some code to the click events of the menu items that....
If you'd like to show a menu that will show other views, you'll have to make two regions and make your own menu.
|
|
Hi,
I would like to have a (login)module in my main menu. So far so good and not a problem (just assigned the module to the "menu" position).
But what I would like to do is adding a menu image to this menu item, just like you can do with a normal menu...
Started by ChaoticnCrazy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at joomla):
U probably need to put there is another solution...depending on the template Go to that module in the module manager and under Advanced Options you'll need to ....
Can't u take a look at he code for the other menu items and copy that.
|
|
Hi,
Joomla 2.5 module menu and custom html module does not appear in other page.
In joomla 1.5 they have capability of external link menu, then when im upgrade my joomla from joomla 1.5 to joomla 2.5 i can't fine external link menu, then i try to make...
Started by wagawags on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at joomla):
|
|
I integrated these two dropdown menus for the language and currency having just one nice block or module
Thanks to:
Marghoob Suleman and his currency dropdown menu.
And guess who else??
The iestore.cn crew (PrestaShop Cloners) and their language dropdown...
Started by hieloiceberg on
, 20 posts
by 14 people.
Answer Snippets (Read the full thread at prestashop):
How....
Looks nice module, need it badly.
You are very welcome much.
Thank you very much.
It works very well.
Having just one nice block or module
Thanks to:
Marghoob Suleman and his currency dropdown menuThank you for the nice module.
|
|
Hello,
I'm looking at the new prestashop 1.4.1 but I do not work
some modules.
jbx_menu not allowed to install. anyone have any
solution? thanks
Started by D4m13n on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at prestashop):
A module from my computer > File Modul (Klik Browse for upload JBX Menu from your Computer) > it, to write thanks to the module creator jbx menu try to install in database table
watch the error messages
[b]Warning....
|