如何在joomla菜单中添加相同的名称菜单项

时间:2013-04-18 11:13:50

标签: php joomla joomla3.0

在我的主页上,我有2个菜单,顶部main menu首字母元素是“HOME”。现在我的footer menu我想开始使用相同的菜单项,所以我从管理员处查看了“主菜单”,这里提到的就像这样 - >

HOME (Alias: home)
Articles » Featured Articles

所以我创建了一篇新的精选文章作为“家”,并成功创建。现在当将它附加到我的页脚菜单时,我收到此错误 -

Warning: Save failed with the following error: Another menu item has the same alias in Root. Root is the top level parent

让我知道我做错了什么,以及如何创建执行相同内容的主菜单项,即点击返回主站点(http://localhost/mysite)当前主菜单项正在执行此操作而我想要从页脚菜单Home项目做同样的事情,但它没有成功创建:(帮帮我PLZ

PS-我的About Us上的“main menu”文章未包含在我footer menu的同一错误中。

1 个答案:

答案 0 :(得分:7)

如果要将相同的菜单项用于主菜单和页脚等多个位置。因此,您可以使用名为菜单项别名的菜单类型。为此,请创建一个新菜单,然后选择菜单类型为菜单项别名,如下所示:

Joomla 2.5

enter image description here

Joomla 3.0

enter image description here

展开系统链接标签,然后选择菜单项别名

enter image description here

然后添加您想要的名称,然后从右侧选择您要在此菜单项上显示的菜单项,如下所示:

Joomla 2.5

enter image description here

Joomla 3.0

enter image description here

然后保存。希望这可以帮到你。