Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Hiding a specific thread in category_list

Quote Reply
Hiding a specific thread in category_list
Every so often, I need to stard a thread that I don't want people to post to yet (yeah, sounds weird, but we're a newspaper, so if we want to promote a forum for a specific article, we need to create the thread ahead of time so that the URL can be built into the article).

I've figured out how to hide the thread in forum_view - wrap the lines that loop the thread listings with something like

Code:
<%ifnot hide_thread%> ... <%endif%>

where hide_thread is a new field in the database for just this.

But how would I keep this from showing up as the "last post" in category_list? I tried wrapping it with the above code, which didn't work, which makes sense since it's looking in the forum table, not the post table.

Thanks!
Subject Author Views Date
Thread Hiding a specific thread in category_list agaffin 2234 Mar 28, 2003, 12:53 PM
Thread Re: [agaffin] Hiding a specific thread in category_list
Jagerman 2170 Mar 28, 2003, 2:19 PM
Post Re: [Jagerman] Hiding a specific thread in category_list
agaffin 2147 Mar 28, 2003, 2:22 PM