Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Demolitioncrew] Encouraging smaller category editor applications

Quote Reply
Re: [Demolitioncrew] Encouraging smaller category editor applications In reply to
You can also try something like this.

Add a column called something like "Fixed_Editor" to your Categories table. And then in your templates, where the editor will normally appear, put the following code instead. (Change "fixed_editor" to whatever your new column is named)

Code:
<%if Fixed_Editor%>
<%Fixed_Editor%>
<%elsif editors%>

what normally goes here for editors

<%endif%>

That way if you define a name in that column for that specific directory, it will override the usual display. You can even put in real html like "no editor here, want to be an editor?" with a link to your email address.
Subject Author Views Date
Thread Encouraging smaller category editor applications Demolitioncrew 1922 Aug 23, 2002, 1:31 PM
Thread Re: [Demolitioncrew] Encouraging smaller category editor applications
rayhne 1893 Aug 23, 2002, 1:55 PM
Thread Re: [rayhne] Encouraging smaller category editor applications
Demolitioncrew 1878 Aug 23, 2002, 1:57 PM
Thread Re: [Demolitioncrew] Encouraging smaller category editor applications
rayhne 1869 Aug 23, 2002, 2:09 PM
Post Re: [rayhne] Encouraging smaller category editor applications
Demolitioncrew 1865 Aug 23, 2002, 2:14 PM
Thread Re: [Demolitioncrew] Encouraging smaller category editor applications
Aki 1873 Aug 23, 2002, 2:15 PM
Post Re: [Aki] Encouraging smaller category editor applications
pugdog 1884 Aug 23, 2002, 3:18 PM