add modul position for language flags

GK User
Mon Nov 14, 2011 2:58 pm
hello
I use the template Coffe for joomla 1.7
I would like to ad flags on the top of the homepage, just to right of the main menu.
I read different sollutions for other templates but Im not good enough to use it on this template.
Need help to ad this.
please help
User avatar
Expert Boarder

GK User
Mon Nov 14, 2011 11:07 pm
I can help you out. ( when i have free time ) can you make a screenhot and tell me with the screenshot where you want a new position.. and a link to your site.
User avatar
Senior Boarder

GK User
Tue Nov 15, 2011 8:01 am
thank you for your reply.
this is how I want it to look - se picture
and this is how it looks now - [url=http://eriksgården.se]eriksgården.se[/url]
User avatar
Expert Boarder

GK User
Tue Nov 15, 2011 11:55 pm
ok I will create the files for that position on my free time.. and post it here.

you can except it before 20-11-2011 ( when im free I fix your problem.)
User avatar
Senior Boarder

GK User
Wed Nov 16, 2011 8:57 am
thank you very much
User avatar
Expert Boarder

GK User
Mon Nov 28, 2011 8:26 am
MasterBates wrote:thank you very much

I really need help with this, please anyone?????
User avatar
Expert Boarder

GK User
Thu Dec 01, 2011 2:30 pm
is there anyone who can help me????
User avatar
Expert Boarder

teitbite
Mon Dec 05, 2011 7:42 am
Hi

Please send me FTP access and url to Your site. I'll make it for You.
User avatar
Moderator

teitbite
Thu Dec 08, 2011 1:04 am
Hi

I've added this code to /layouts/blocks/logo.php

Code: Select all
<div id="flags">
      <jdoc:include type="modules" name="flags" style="raw" />
</div>


this to templateDetails.xml

Code: Select all
<position>flags</position>


and this to /css/override.css

Code: Select all
#flags {
    float: right;
    margin-right: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.gkWrap {
    display: block !important;
    position: relative;
}
User avatar
Moderator

GK User
Thu Dec 08, 2011 8:12 am
FANTASTIC!!!
thank you very much for your help - I owe you one.
User avatar
Expert Boarder

teitbite
Thu Dec 08, 2011 6:32 pm
Hi

No problem. Glad I could help.
User avatar
Moderator

GK User
Fri Dec 23, 2011 9:59 pm
I have the same problem. I don't know in which module insert the language switcher, and I don't understad the solution.

What can i do?

Thanks!
User avatar
Junior Boarder

teitbite
Wed Dec 28, 2011 2:17 am
masio wrote:I have the same problem. I don't know in which module insert the language switcher, and I don't understad the solution.

What can i do?

Thanks!



This post is an instruction on how to create a new module position for flags :) Try edit mentioned files and see what You get.
User avatar
Moderator

GK User
Thu Dec 29, 2011 5:08 am
teitbite wrote:
masio wrote:I have the same problem. I don't know in which module insert the language switcher, and I don't understad the solution.

What can i do?

Thanks!



This post is an instruction on how to create a new module position for flags :) Try edit mentioned files and see what You get.


I tried to do it! I found the files, but I really don't know where paste the code.
User avatar
Junior Boarder


cron