PDA

View Full Version : Language Chooser vibislity based on permissions ?


Angel-Wings
08-22-2010, 05:24 PM
Hello,

is it possible to display or hide the language chooser based on usergroup permissions or - maybe more easy - only display it for a specific usergroup ?

Just like the admin / mod panel links

borbole
08-22-2010, 05:29 PM
Hello,

is it possible to display or hide the language chooser based on usergroup permissions or - maybe more easy - only display it for a specific usergroup ?

Just like the admin / mod panel links

Find the part of code for the language chooser at the footer template and wrap it up in a template conditional.

Angel-Wings
08-22-2010, 05:56 PM
LOL :D

Didn't even thought about such an easy solution :D

Was about doing it via PHP :p

borbole
08-22-2010, 07:10 PM
LOL :D

Didn't even thought about such an easy solution :D

Was about doing it via PHP :p

I supose you can do it via php too but doing it via templates it is much easier and handier in my opinion.