4images Forum & Community

4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: Giorgiogg on February 07, 2003, 12:30:43 PM

Title: How to show more language to users?
Post by: Giorgiogg on February 07, 2003, 12:30:43 PM
I would like use this script in my site, but i need double language, so is possibile to give the possibility to users to select their language? For example English and Spanish (like postnuke or phpnuke) when they enter in 4homepages?
Is possible to create an hack?
Tnx
Title: How to show more language to users?
Post by: Chris on February 07, 2003, 04:21:47 PM
No hack is needed.

Just create a link and have it point to your 4images index.php and add the language parameter like this:
Code: [Select]
http://www.domain.com/4images/index.php?l=spanish
http://www.domain.com/4images/index.php?l=english

After the letter L (in lowercase) you just tack on the spelling of the language pack.  Every subsequent call to 4images will retain the language selection.
Title: How to show more language to users?
Post by: V@no on February 07, 2003, 08:05:45 PM
there is a good MOD for that, but for some reason it still in "chit chat" forum... :roll:
http://4homepages.de/forum/viewtopic.php?t=3351
Title: How to show more language to users?
Post by: Giorgiogg on February 19, 2003, 12:25:12 PM
Tnx very much ;)