Hi,
primarily in English grammar, sorry for my mistakes. I write with google translation.
As shown in the picture above, turn user4 module positions on the user6, and I want to move there, the language of icons.
—-> index.php page:
<! - <? Php $ tmpTools-> genToolMenu (JA_TOOL_FONT, 'png');?> ->
<? Php if ($ this-> countModules ('user6')):?>
<div id="ja-search2">
<jdoc:include type="modules" name="user6" />
</ Div>
<? Php endif;?>
<? Php if ($ this-> countModules ('user4')):?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" />
</ Div>
<? Php endif;?>
</ Div>
</ Div>
<! - END: HEADER ->
templateDetails.xml —> page:
<positions>
<position> user6 </ position>
<position> hornav </ position>
<position> breadcrumbs </ position>
<position> banner </ position>
<position> left </ position>
<position> right </ position>
<position> top </ position>
<position> user1 </ position>
<position> user2 </ position>
<position> user3 </ position>
<position> user4 </ position>
<position> user5 </ position>
<position> footer </ position>
<position> syndicate </ position>
<position> debug </ position>
</ Positions>
I open by making process module positions. Icons also appear in the language is user6. But the language of icons link user6 is canceled when you move. Link does not work. When I move to another position in the language of icons is working correctly.
How do I have to write a code for the solution. I am a new joomla. Please support.
Regards.