Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [Brahms] Template SEt

Quote Reply
Re: [Brahms] Template SEt In reply to
OK, I think I know what the problem is:

1) on the signup page, you need to a hidden field

<input type="hidden" name="user_template" value="your_template_set" />

(this will take care of all new signups)

2) for the existing users, you have to change the "user_template" column from "default" to "your_template_set"

3) if you don't need the "default" template set at all, just delete everything in the "default" folder, except one file called .tplinfo (note the leading dot). In this file, you should put something like
Code:
{
inheritance => '../your_template_set'
}

I hope that helps.

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread Template SEt Brahms 4845 Sep 16, 2002, 4:00 AM
Thread Re: [Brahms] Template SEt
yogi 4738 Sep 16, 2002, 4:02 AM
Thread Re: [yogi] Template SEt
Brahms 4740 Sep 16, 2002, 4:45 AM
Thread Re: [Brahms] Template SEt
ArmyAirForces 4716 Sep 16, 2002, 9:25 AM
Thread Re: [ArmyAirForces] Template SEt
Brahms 4694 Sep 17, 2002, 3:54 AM
Thread Re: [Brahms] Template SEt
yogi 4707 Sep 17, 2002, 4:23 AM
Post Re: [yogi] Template SEt
Brahms 4669 Sep 20, 2002, 2:08 AM