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

Different template for only one forum?

Quote Reply
Different template for only one forum?
Does anyone know if there is a plugin to switch the template set based on a single forum? Or if there is a quick way to do this?

Basically I want to be able to force a template set onto the user for only particular forums / categories. The templates are only applicable to the specified forums, and once the user loads another forum, the normal template set is used. Any hints would be appreciated :)

Thanks!
Joe
--
Christianity.com Forums
Quote Reply
Re: [joet] Different template for only one forum? In reply to
You could edit the forum template and just do:

<%if forum_id == 123%>
<%include custom.html%>
<%else%>
<%include standard.html%>
<%endif%>

and move your normal template to standard, and the custom one to custom.html.

Cheers,

Alex
--
Gossamer Threads Inc.