Korea, Republic of
|
Edited by ionobgy at 2012-2-16 07:56
Below is this site's menu navigation setting method.
---------------------------------
menu name menu id
---------------------------------
Portal 1
Forum 2
....
Set_Home sethome
....
Report report
....
My Friends friend
....
Blogs blog
--------------------------------
And Space menu like "Blogs" "Album" "Doings" and Forum category name is not translated.
So, I suggest the other method although I don't know that such method is possible.
That method is to use {lang .....} tag at menu name field same as default discuz SEO rule and discuz source code.
I want that All navigation (header navigation, top navigation, footer navigation, personal navigation, space navigation) and Forum name will be translated by above "lang tag" method
Example>
Header navigation
Top navigation
Space Navigation
Forum Menu setting
lang file setting
english:
'portal' => 'Portal',
'forum' => 'Forum',
'somemenu' => 'Some menu',
'othermenu' => 'The other menu,
'default' => 'Default',
'Set_Home' => 'Set As Home',
'Set_Favorite' => 'Set As Favotite',
'blog' => 'Blogs',
'album' => 'Album',
'discussion' => 'Discussion',
'introduction' => 'Introduction',
etc.
korean:
'portal' => '대문,
'forum' => '포럼',
'somemenu' => '어떤 메뉴',
'othermenu' => '다른 메뉴',
'default' => '기본',
'Set_Home' => '홈으로 설정',
'Set_Favorite' => '즐겨찾기 저장',
'blog' => '블로그',
'album' => '앨범',
'discussion' => '토론',
'introduction' => '소개',
etc.
Also I want to use multiple lang tag at one line and original discuz lang tag like blow.
"{lang default} {lang forum}"
"{bb_name} {lang introduction}"
and I want to use <img> tag at menu name field if posssible.
especially in case of top menu navigation.
<img src="/images/home_icon.gif"> instead of "Set Home" .
Is the above method possible?
Please write your opinion.
|
This post contains more resources
You have to Login for download or view attachment(s). No Account? Register
x
|