Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Users selecting templates?

Quote Reply
Users selecting templates?
Is there a way I can force users to use the default template, but guest/search engines use the search_engine template?
Quote Reply
Re: [Jammer] Users selecting templates? In reply to
To do something similar to what I think you're asking, I made

Code:
<input type="hidden" name="user_template" value="default_top">

as part of the sign-up form in user_signup.html (change the value to whatever your preferred user template set is called).