发新话题
打印

[问题]关于SWmenu的缺陷

[问题]关于SWmenu的缺陷

我试用了SWmenu,这个东西感觉满好的,但是对我而言觉得有两个缺陷是非常致命的:

1: 似乎只能使用主菜单为一级菜单;对我这样的使用多个模板的造成了限制(似乎主菜单中的“首页”必须显示)
2:mambefish没有翻译SWmenu的功能,多语言就不能使用动态菜单

哪位达人能解决么?谢谢!!

TOP

1,前半句没明白什么意思,首页 可以不发布 就不显示了。
2。Swmenu是直接动态的调用原来Main menu的数据,与mambefish翻译不翻译SWmenu应该没关系吧。
joomla!中文化交流平台: www.autoit.cn

.

TOP

ft

我遇到的情况:首页和内页是分别使用不同的模板,我发现首页不发布会出问题,原来的首页的格式会乱掉;

Swmenu和Main menu的情况,的却是存在这个问题,用fish翻译后仍然失踪显示的都是中文的内容!

TOP

Swmenu这个咚咚我也曾经使用过
但是我发现自己并不喜欢。
而且,在opera浏览器里面,不能够正常浏览这个菜单!
嘿嘿       :P
[b:8f9aabb926][size=16:8f9aabb926][url=http://www.cyong.com]自由自在,欢迎来访[/url][/size:8f9aabb926][/b:8f9aabb926]

TOP

Re: [问题]关于SWmenu的缺陷

引用:
原帖由 probable 发表
我试用了SWmenu,这个东西感觉满好的,但是对我而言觉得有两个缺陷是非常致命的:

1: 似乎只能使用主菜单为一级菜单;对我这样的使用多个模板的造成了限制(似乎主菜单中的“首页”必须显示)
2:mambefish没有翻译SWmenu的功能,多语言就不能使用动态菜单

哪位达人能解决么?谢谢!!
我问了原作者了....也试成功了

sean white如是写道:

To change the default menu with swmenufree go to "site module configuration"
in the admin area.

Locate and edit the mod_swmenufree module.

add this line where it says parammeters.

menutype="othermenu"

where othermenu is the name of your other menu and it will display this
instead of mainmenu.


翻译成中文就是:
到后台管理/模组管理/SWmenufree/参数(parameters下面)
加入menutype="你要的菜单名称"
储存就可以了

经过测试okay..

TOP

好极了
收录
http://wiki.mambochina.net/index.php/SWmenu
mambo整合discuz同步注册登录,全站utf-8编码,php5+mysql5
http://www.bytea.net

TOP

Re: [问题]关于SWmenu的缺陷

引用:
原帖由 chunhao 发表
引用:
原帖由 probable 发表
我试用了SWmenu,这个东西感觉满好的,但是对我而言觉得有两个缺陷是非常致命的:

1: 似乎只能使用主菜单为一级菜单;对我这样的使用多个模板的造成了限制(似乎主菜单中的“首页”必须显示)
2:mambefish没有翻译SWmenu的功能,多语言就不能使用动态菜单

哪位达人能解决么?谢谢!!
我问了原作者了....也试成功了

sean white如是写道:

To change the default menu with swmenufree go to "site module configuration"
in the admin area.

Locate and edit the mod_swmenufree module.

add this line where it says parammeters.

menutype="othermenu"

where othermenu is the name of your other menu and it will display this
instead of mainmenu.


翻译成中文就是:
到后台管理/模组管理/SWmenufree/参数(parameters下面)
加入menutype="你要的菜单名称"
储存就可以了

经过测试okay..
好东西!

TOP

Re: [问题]关于SWmenu的缺陷

引用:
原帖由 chunhao 发表
引用:
原帖由 probable 发表
我试用了SWmenu,这个东西感觉满好的,但是对我而言觉得有两个缺陷是非常致命的:

1: 似乎只能使用主菜单为一级菜单;对我这样的使用多个模板的造成了限制(似乎主菜单中的“首页”必须显示)
2:mambefish没有翻译SWmenu的功能,多语言就不能使用动态菜单

哪位达人能解决么?谢谢!!
我问了原作者了....也试成功了

sean white如是写道:

To change the default menu with swmenufree go to "site module configuration"
in the admin area.

Locate and edit the mod_swmenufree module.

add this line where it says parammeters.

menutype="othermenu"

where othermenu is the name of your other menu and it will display this
instead of mainmenu.


翻译成中文就是:
到后台管理/模组管理/SWmenufree/参数(parameters下面)
加入menutype="你要的菜单名称"
储存就可以了

经过测试okay..
我又做了更详细的整理...
供大家参考
Swmenufree(弹跳选单)使用方法(含更改预设menu)

1.        进后台,修改在menu/你所选取的menu/menu item/edit/parent item 改成你所真正要显示在哪一层
2.        进后台,modules/site modules/
a.把main menu unpublished
b.把swmenufree publish
(swmenufree会把main menu的menu item抓成他的预设资料)
(此时在/home/你的网址/templates/你的template/index.php
里的 L67还是 <?php mosLoadModules ( 'left' ); ?>   main module设在left)

以上完成将main menu的menu item设到swmenufree使用

    以下讲将swmenufree预设抓取的main menu改成你想要的menu方法:
    接续上面已完成的往下做:
1.        进后台,modules/site modules/swmenufree module/parameters
加入  menutype="你想改成的menu name"
2.   save,成功
(此时在/home/你的网址/templates/你的template/index.php
里的 L67还是 <?php mosLoadModules ( 'left' ); ?>   
不需改成你现在的menu positon

TOP

赞!
mambo整合discuz同步注册登录,全站utf-8编码,php5+mysql5
http://www.bytea.net

TOP

很好用啊!只是结构不是很美观。将就好了。
古木荫中系短篷, 杖藜扶我过桥东。 沾衣欲湿杏花雨, [color=green:9585332995]吹面不寒[/color:9585332995][color=blue:9585332995]杨柳风[/color:9585332995]。

TOP

1. 进后台,修改在menu/你所选取的menu/menu item/edit/parent item 改成你所真正要显示在哪一层
这句什么意思?到底要怎么做?看了半天这句不懂.没法进行了.

TOP

引用:
原帖由 spirit 于 2005-10-25 17:47 发表
1. 进后台,修改在menu/你所选取的menu/menu item/edit/parent item 改成你所真正要显示在哪一层
这句什么意思?到底要怎么做?看了半天这句不懂.没法进行了.
同问
为这句迷糊一下午了
mambo,想说爱你不容易

TOP

就是设置父菜单嘛,晕,操作一下就知道了,很简单的。

TOP

以前还好,现在不怎么喜欢这个东西,主要是显示的还是有点简单复,简单就不如不用,自己做个CSS也可以啊
我的joomlar  
Joomla技术讨论群:     24047103\27975839
PHP开发框架--fleaphp  

TOP

有一个具体的说明书就好了.

老是不知道从哪里下手.

TOP

怎么你们用的都不是pro版么?
用pro版在后台设置一下就行

TOP

速展网络科技永久免费为您提供100M全能空间及赠送MYSQL数据库空间

提示: 作者被禁止或删除 内容自动屏蔽

TOP

发新话题