Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Peter544] slashdot.org / BLOGS

Quote Reply
Re: [Peter544] slashdot.org / BLOGS In reply to
Hi,

One nice way this could be implemented is if we add custom templates per forum. Right now you could hack it in quite easy by just editing the forum view template:

<%if forum_id == 5%>
.. format things differently
<%else%>
.. format things normally
<%endif%>

as everything else is handled by permissions. You could make a single user/group have post permissions, everyone else only has read/reply permissions.

As for hiding it on the main page, this could be done in the templates as well:

<%if forum_id == 5%>
<%next%>
<%endif%>

and it will skip forum id 5 from the list. It's not quite "out of the box", but is reasonable easy to put in.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread slashdot.org / BLOGS Peter544 9068 Sep 23, 2002, 4:17 PM
Thread Re: [Peter544] slashdot.org / BLOGS
Peter544 8888 Sep 24, 2002, 11:02 AM
Post Re: [Peter544] slashdot.org / BLOGS
yogi 8880 Sep 24, 2002, 12:16 PM
Thread Re: [Peter544] slashdot.org / BLOGS
Alex 8908 Sep 24, 2002, 12:32 PM
Thread Re: [Alex] slashdot.org / BLOGS
Peter544 8891 Sep 24, 2002, 3:47 PM
Post Re: [Peter544] slashdot.org / BLOGS
Paul 8923 Sep 25, 2002, 3:11 AM
Thread Re: [Alex] slashdot.org / BLOGS
Jag 8911 Sep 26, 2002, 2:51 AM
Thread Re: [Jag] slashdot.org / BLOGS
yogi 8864 Sep 26, 2002, 4:33 AM
Post Re: [yogi] slashdot.org / BLOGS
Jag 8844 Sep 26, 2002, 5:30 AM
Thread Re: [Peter544] slashdot.org / BLOGS
agaffin 8831 Nov 1, 2002, 8:54 AM
Post Re: [agaffin] slashdot.org / BLOGS
DoubleJJ 8759 Nov 18, 2002, 4:24 PM
Thread Re: [agaffin] slashdot.org / BLOGS
SSmeredith 8573 May 23, 2003, 7:39 AM
Thread Re: [SSmeredith] slashdot.org / BLOGS
agaffin 8599 May 23, 2003, 8:00 AM
Post Re: [agaffin] slashdot.org / BLOGS
SSmeredith 8607 May 23, 2003, 11:29 AM
Post Re: [agaffin] slashdot.org / BLOGS
SSmeredith 8621 May 23, 2003, 11:52 AM
Thread Re: [agaffin] slashdot.org / BLOGS
Peter544 8542 May 27, 2003, 8:25 PM
Thread Re: [Peter544] slashdot.org / BLOGS
agaffin 8563 May 27, 2003, 8:46 PM
Post Re: [agaffin] slashdot.org / BLOGS
Peter544 8549 May 27, 2003, 8:59 PM