Hello,
could you please tell me if it possible to put the language selection module in the "login" or "register" position and how I could do it? Currently I´m working in this URL http://bit.ly/wBQ7TM.
Thanks in advance.
Kind regards.
<position>mynewpos</position>
<?php if ($this->countModules('mynewpos')): ?>
<div class="mynewpos">
<jdoc:include type="modules" name="mynewpos" style="gavickpro" />
</div>
<?php endif; ?>
.languages{
float: right;
margin-top: 25px;
}
<?php if ($this->modules('languages')): ?>
<div class="lingue">
<jdoc:include type="modules" name="languages" style="gavickpro" />
</div>
<?php endif; ?>
Don Lee wrote:Hi,
Please try this code instead:
- Code: Select all
<?php if ($this->modules('languages')): ?>
<div class="lingue">
<jdoc:include type="modules" name="languages" style="gavickpro" />
</div>
<?php endif; ?>
feel free to let me know if you need any more helps.Don Lee wrote:Hi Jamief,
So what's exactly your problem you want to resolve? Is it the same with this topic's subject? If so, try my first post which is very clear on how to create a new module position to show modules at the same place with login/register link which is at top of site https://www.gavick.com/forums/130/langu ... tml#p59828
Be more clear with me then I will be sure to give you exact solution for your case.
Cheers,
