English 中文(简体)
Joomla - 显示所有页面的子菜单
原标题:Joomla - Displaying Submenu OF all pages ON all pages

我用约姆拉2.5有问题

我以不同的方式展示我的导航。 我的主中年和子中年处于彼此分离的位置 。 ( 由 jQuery 动画我所执行的 )

There is a need to retain the menuStructure therefor i ve created the following menu:
(in this example I only give the first 2 mainMenuItems a subMenu)

  • mainMenuItem #1 {Alias of subMenuHead #1}
  • mainMenuItem #2 {Alias of subMenuHead #2}
  • mainMenuItem #3
  • mainMenuItem #4

The Submenu s:
in the settings, only the first level of Children are displayed!

  • subMenuHead #1
    • subMenuItem #1.1
    • subMenuItem #1.2


  • subMenuHead #2
    • subMenuItem #2.1
    • subMenuItem #2.2

My Problem?
The subMenus are only being displayed if the user is on the Parent-page or the actual page it self. Even when set they should display on all pages.

So for example:
When I navigate to mainMenuItem #3 I am unable to see any subMenus.
When I navigate to subMenuItem #1.2 I only see the subMenu of mainMenuItem #1.
When I navigate to subMenuItem #2.1 I only see the subMenu of mainMenuItem #2.

What I want:
All subMenus being displayed, on all pages (Menu Assignment is set like so).

(dutch-text) : http://www.notabilisweb.nl/tenc2012/

提前感谢!

问题回答

我假设您正在使用默认的 Joomla 菜单模块。 在模块中您正在使用来显示子菜单, 您应该确保“ 显示子菜单项目” 设置为是 。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签