which language am i in?
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
which language am i in?
hi,
maybe i missed something but, i find it hard to see in which language i am. wether in frontend or in backend its hard to find out, which language i am in. the only thing in frontend is, that there is no link wrapped around the active img. where can i configure that there is added a additional class to those span element or the img?
in backend its the same problem. i cannot see, in which language i am in or which content i am editing right now.
is there something i have missed?!
greetings
antiheld
maybe i missed something but, i find it hard to see in which language i am. wether in frontend or in backend its hard to find out, which language i am in. the only thing in frontend is, that there is no link wrapped around the active img. where can i configure that there is added a additional class to those span element or the img?
in backend its the same problem. i cannot see, in which language i am in or which content i am editing right now.
is there something i have missed?!
greetings
antiheld
Re: which language am i in?
where can i configure that there is added a additional class to those span element or the img?
Code: Select all
{lang class='foo'}
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: which language am i in?
seems not the best way, because i get this: so i dont know how to change the image. for an active state.
Re: which language am i in?
Code: Select all
span.foo{} /*active language */
a.foo{} /*inactive language */
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: which language am i in?
you dont got the point. when english language is active and it has the same class like the active french language would, the buttons would look the same. do you understand?
Re: which language am i in?
Code: Select all
{lang class="langflags"}
Code: Select all
span.langflags{
border:2px solid red;
}
a.langflags{
border:0;
}
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: which language am i in?
hm, forget it. there is no possibility to reach my aim with the generated code and css. the generated code has to be something like this:
or this
classes don't work in this case. so, where can i edit the lang tag?!
or this
classes don't work in this case. so, where can i edit the lang tag?!
Re: which language am i in?
Maybe you can explain, what you want do with the images? (Especially your first example is similar to the default).there is no possibility to reach my aim with the generated code and css.
function.lang.phpwhere can i edit the lang tag?!
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: which language am i in?
i want to statest of every language image.
i.e. inactive =
active =
i.e. inactive =
active =
Re: which language am i in?
For this alternative you must hack plugins/function.lang.phpantiheld2000 wrote: i want to statest of every language image.
i.e. inactive =
active =
Alby
- antiheld2000
- Forum Members
- Posts: 236
- Joined: Thu Jan 31, 2008 9:23 am
Re: which language am i in?
thanks, so i will do that.