Gossamer Forum
Quote Reply
Template SEt
Hello,

we setup a second template set and configured GForums so that this template set will be used instead of the default template set. It seems to work when coming to the website but after logging in we get the standard template set. What's happening? Shocked

Matt
Classical music on the net: http://www.klassik.com
Quote Reply
Re: [Brahms] Template SEt In reply to
Did you change the default template set in "Setup -> Defaults"? If not, you should enter your template set name in there (first option).

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] Template SEt In reply to
Yes, it was the first we changed. Before submitting the login it seems to work. But after submitting the default layout comes up.

Matt
Classical music on the net: http://www.klassik.com
Quote Reply
Re: [Brahms] Template SEt In reply to
Check your profile, display settings. Remember there are two basic templates - default post info on left & default post info on top.

That got me the first time I tried my own template changes.
Quote Reply
Re: [ArmyAirForces] Template SEt In reply to
Does not work.

It's not a problem on the clientside - it's a problem on the serverside.

GForum can be configured so that users coming to the website see not the default template set but our own template set. And this seems not to work. That's my problem...Unsure

Matt
Classical music on the net: http://www.klassik.com
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
Quote Reply
Re: [yogi] Template SEt In reply to
Thank you Ivan. Seems to work now.

Matt
Classical music on the net: http://www.klassik.com