Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Multiple (language-) templates for add/modify.cgi?

Quote Reply
Re: Multiple (language-) templates for add/modify.cgi? In reply to
1) Copy your templates and put them into another sub-folder
within the template folder. This sub-folder could be named
something like "English". Repeat this for other languages.

2) Then edit those templates.

3) Then use the following links in your home.html and other
main template files:

Code:

<a href="page.cgi?t=english">English</a>
<a href="page.cgi?t=french">French</a>
<a href="page.cgi?t=german">German</a>


AND also in the home.html and other template files in the
other folders.

There might be tweaks you will have to make in the Template.pm module to properly parse these other template files.

Hope this helps. Alex may have better suggestions for doing this.

Regards,

Eliot Lee
Subject Author Views Date
Thread Multiple (language-) templates for add/modify.cgi? Chef 2633 Feb 21, 2001, 6:21 AM
Post Re: Multiple (language-) templates for add/modify.cgi?
Stealth 2453 Feb 22, 2001, 6:48 PM
Thread Re: Multiple (language-) templates for add/modify.cgi?
Alex 2509 Feb 24, 2001, 8:53 AM
Thread Re: Multiple (language-) templates for add/modify.cgi?
Chef 2477 Feb 25, 2001, 9:37 AM
Post Re: Multiple (language-) templates for add/modify.cgi?
Stealth 2430 Feb 25, 2001, 4:30 PM
Post Re: Multiple (language-) templates for add/modify.cgi?
Alex 2444 Feb 26, 2001, 11:57 PM