-
AuthorPosts
-
myuption Friend
myuption
- Join date:
- November 2006
- Posts:
- 161
- Downloads:
- 20
- Uploads:
- 23
- Thanks:
- 58
- Thanked:
- 6 times in 1 posts
June 21, 2011 at 5:45 pm #165507Since 1.6.1 the multilanguage options were changed in Joomla, now, if you want to use the Language Switcher, you are forced to have a Main Menu for each language, before, you could still use the maimenu from default and add the other items.
But this is not the main issue, creating another featured articles menu is quite an odyssey. First, you can’t create multiple ‘home’ menu and one must be set to ‘All’, which makes no sense. So you must create a new menu group for each language.
I thought I had it fixed and started to translate modules and assign articles by language.
But oh surprise… once you set languages to be used as Home, you realize a couple things, first, mainmenu is set as default by the template, and it seems you would have to duplicate the style to assign the second language.
Second, even if you force a language menu to be default, the featured item never shows up. The frontpage remains blank, no matter if you copied each and every variable set in the default mainmenu.
That’s why I’m wondering if it is simply impossible to work with multilingual sites and joomlart templates.
Wouldn’t mind duplicating the template to set another language, but what about the content, why is it that the featured items are not shown?
-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 22, 2011 at 9:38 am #397833Hi myuption!
Thanks you very much to contact us about this problem, can you send me admin account and url via pm ? i want to have a close look on this issue to detect the problem.
thanksmyuption Friendmyuption
- Join date:
- November 2006
- Posts:
- 161
- Downloads:
- 20
- Uploads:
- 23
- Thanks:
- 58
- Thanked:
- 6 times in 1 posts
June 23, 2011 at 4:06 pm #398080Unfortunately, it is a localhost test site using the quickstart installation. Found out that the featured content is not shown because the Category this one was assigned on was disabled. Once enabled, it works.
Now, in terms of using the language switcher, here is a tutorial, I’m trying to follow, another ‘work around’ might be use the mainmenu as in minisite, with an image, then assign menu items per language, at least i’m testing that right now.
Tutorial: http://info-graf.fr/trunk/en/multi-lingual-steps-by-steps
Referred from. http://forum.joomla.org/viewtopic.php?f=617&t=614596&p=2534288#p2534288bjeykua Friendbjeykua
- Join date:
- June 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 23, 2011 at 4:43 pm #398085Hello Myuption,
I have also same problem with JA Telin IV. I could not find a way to prevent template default style from using “allmenu”. From technical stuff I got this advice:
“You should disable menu of template, then use other menu modules to that position.
Please go to templatesja_teline_ivblocks, open topmega.php file
Change this code section:
<div id=”ja-topnav” class=”clearfix”>
<?php if (($topmenu)) $topmenu->genMenu (); ?>
</div>to
<div id=”ja-topnav” class=”clearfix”>
<jdoc:include type=”modules” name=”your position” />
</div>
Then you can create some menu modules and assign them to this position following your language.”It makes sense but it did not work for me. Try it, if it works I would be glad if you share how did you solve it.
Another possible solution for teline IV ( I do not do you have this option in teline) is to assign pages certain styles in which you can choose menus. You cn assign pages in template profile. (In right column of settings). But this solution seems some sketchy because you are not using any menu module and it may create some other problems in the site.
If I found a solution I’ll share it, pls do the same…
regards
Alper1 user says Thank You to bjeykua for this useful post
myuption Friendmyuption
- Join date:
- November 2006
- Posts:
- 161
- Downloads:
- 20
- Uploads:
- 23
- Thanks:
- 58
- Thanked:
- 6 times in 1 posts
June 24, 2011 at 12:26 am #398125Thanks bjeykua, there were many changes in J1.6 and they are still doing some adjustments.
June 27, 2011 at 3:02 pm #398672So there is no “fix” for this? 🙂
bjeykua Friendbjeykua
- Join date:
- June 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 27, 2011 at 11:40 pm #398731There is actually…
Forget about menu modules and all online multilangual tutorials for joomla 1.6 Assign your menu items to template styles in which you choose appropriate language menu. In attached pics you can see my template screen shot. It will be helpfull I hope…
June 28, 2011 at 7:44 am #398784That would have worked.. if the site didn´t have like 2500 pages in each language.. and is constatly changing 🙁
But thx!.. good to know for smaller sites!
bjeykua Friendbjeykua
- Join date:
- June 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 28, 2011 at 8:08 am #398786I also supposed that I will need to assign all articles but it is not 🙂
Since you assign all categories to some menu items in menu management, articles shows up the menu assigned to its own category. Try it you will see it works…June 28, 2011 at 2:33 pm #398882The bugfix for duplicate templates will be released next week so I´ll wait for that version of the plugin 🙂
bjeykua Friendbjeykua
- Join date:
- June 2011
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
June 28, 2011 at 3:30 pm #398897Nobody told me about bugfix, though I have asked many time. Diasppointing…
thanks for information..myuption Friendmyuption
- Join date:
- November 2006
- Posts:
- 161
- Downloads:
- 20
- Uploads:
- 23
- Thanks:
- 58
- Thanked:
- 6 times in 1 posts
June 28, 2011 at 11:32 pm #398957<em>@markusthiel 250224 wrote:</em><blockquote>The bugfix for duplicate templates will be released next week so I´ll wait for that version of the plugin :)</blockquote>
An how will that help us all? :pThanks
imurillo Friendimurillo
- Join date:
- December 2007
- Posts:
- 380
- Downloads:
- 79
- Uploads:
- 117
- Thanks:
- 37
- Thanked:
- 2 times in 2 posts
June 29, 2011 at 6:19 pm #399170Does could be a solution soon?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 1, 2011 at 3:44 am #399449Hi all,
i reported that bug to developer team at following link : http://pm.joomlart.com/browse/JATCMINISITE-104
developer team will help us handle this problem.
thanksJuly 7, 2011 at 2:57 pm #400226Any news on the release for this week?
AuthorPostsThis topic contains 17 replies, has 6 voices, and was last updated by markusthiel 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum