Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Demolitioncrew] How do editors move sites to categories...

Quote Reply
Re: [Demolitioncrew] How do editors move sites to categories... In reply to
One possibility what has been suggested before somewhere is to make 'hidden categories'.

This can be done by adding an extra column to your category table (see links manual on how to add a column).

I would add:

isHidden enum [Yes,No]

then in your category template add a tag before and after the part which display the category:

<%if isHidden eq 'No'%>

blah blah show category

<%endif%>

Alternatively, you could add a column to cateogry isEditor and do the same thing, only showing a category if they are an editor.


http://www.iuni.com/...tware/web/index.html
Links Plugins
Subject Author Views Date
Thread How do editors move sites to categories... Demolitioncrew 2111 Aug 20, 2002, 6:18 AM
Thread Re: [Demolitioncrew] How do editors move sites to categories...
rayhne 2014 Aug 20, 2002, 7:14 AM
Thread Re: [rayhne] How do editors move sites to categories...
Demolitioncrew 2013 Aug 20, 2002, 7:18 AM
Thread Re: [Demolitioncrew] How do editors move sites to categories...
Ian 2021 Aug 20, 2002, 8:32 AM
Post Re: [Ian] How do editors move sites to categories...
rayhne 1945 May 9, 2003, 9:13 AM