- Posts: 8
- Thank you received: 0
multilingual setup
13 years 4 months ago - 13 years 4 months ago #20194
by sirga
Replied by sirga on topic multilingual setup
i have the same problem. language selection is ready. and works, but home page without slides when i activate language selections. i don't understand how i can fix this? what i should add to index.php exactly? i want to have an english and russian language choose.
Last edit: 13 years 4 months ago by sirga.
Please Log in to join the conversation.
13 years 4 months ago #20195
by gameover
Replied by gameover on topic multilingual setup
Please, get an url to view what's wrong.
Please Log in to join the conversation.
13 years 4 months ago #20206
by kjamson
Replied by kjamson on topic multilingual setup
look at page 3, 2nd last post for solution.
good luck!
good luck!
Please Log in to join the conversation.
13 years 4 months ago - 5 years 3 months ago #20213
by sirga
Replied by sirga on topic multilingual setup
i want to have index page like this:
but when i turn on language selection i have this index:
look at my index.php source, can you tell me what and where exactly i should add? i seen the post and tried but still have no result
index.php source:
but when i turn on language selection i have this index:
look at my index.php source, can you tell me what and where exactly i should add? i seen the post and tried but still have no result
index.php source:
Code:
http://www.text-upload.com/read,3903593750760
Last edit: 5 years 3 months ago by milos.
Please Log in to join the conversation.
13 years 4 months ago - 13 years 4 months ago #20214
by gameover
Replied by gameover on topic multilingual setup
You must add lines describe in page 3 in on this part :
<?php $HotTemplatesGetConfigs = FlasheConfigViewIds(); ?>
HERE ==>> <div class="<?php $menu = JSite::getMenu(); if ($menu->getActive() == $menu->getDefault('')) { echo "not_"; } ?>interior_page">
<?php if ($showuser3) { ?>
<div id="topmenu">
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" />
</div>
</div>
<div class="clr"></div>
<?php } ?>
HERE ==> <div class="<?php $menu = JSite::getMenu(); if ($menu->getActive() == $menu->getDefault('')) { echo "not_"; } ?>main_area">
<?php $HotTemplatesGetConfigs = FlasheConfigViewIds(); ?>
HERE ==>> <div class="<?php $menu = JSite::getMenu(); if ($menu->getActive() == $menu->getDefault('')) { echo "not_"; } ?>interior_page">
<?php if ($showuser3) { ?>
<div id="topmenu">
<div id="topmenu_pad">
<jdoc:include type="modules" name="user3" />
</div>
</div>
<div class="clr"></div>
<?php } ?>
HERE ==> <div class="<?php $menu = JSite::getMenu(); if ($menu->getActive() == $menu->getDefault('')) { echo "not_"; } ?>main_area">
Last edit: 13 years 4 months ago by gameover. Reason: correction
Please Log in to join the conversation.
13 years 4 months ago - 5 years 3 months ago #20216
by sirga
Replied by sirga on topic multilingual setup
looks better, but not perfect... 
how can i cut that part of other page?
this is how looks like my source now
how can i cut that part of other page?
this is how looks like my source now
Code:
http://www.text-upload.com/read,3903975766954
Last edit: 5 years 3 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.170 seconds