UBB.Dev
Posted By: Rutto Invisible forum - 04/18/2003 7:26 PM
How to create a invisible forum (not shown at the summary screen) ?
Posted By: Dave_L_dup1 Re: Invisible forum - 04/18/2003 7:29 PM
Do you want people to be able to read it or post to it?
Posted By: Rutto Re: Invisible forum - 04/18/2003 10:16 PM
Mmm, yes I want
Posted By: Dave_L_dup1 Re: Invisible forum - 04/18/2003 10:29 PM
Ok, I assume you know that isn't possible with the standard features, and are asking how to write a hack to do that?
Posted By: RandyJG Re: Invisible forum - 04/18/2003 10:47 PM
This seems to do the trick for the main forum index only:

in ubbthreads.php find:

$groupquery .= ")";

Add after that line this:

$groupquery .= " AND (t1.Bo_Keyword NOT IN ('forum1','forum2','forum3'))";

or this for one forum:

$groupquery .= " AND (t1.Bo_Keyword <> 'forumkeyword')";

Replace forum1,forum2,forum3 etc with the KEYWORD for the forums title.

Does that help any?
Posted By: Rutto Re: Invisible forum - 04/18/2003 11:08 PM
Thanks Randy, it's an easy one
Posted By: ExcelsiorDDZ Re: Invisible forum - 04/18/2003 11:54 PM
Why not assign a group to those that have access to the forum and just adjust the permissions?

GROUPA sees private forums and all USER forums

USE sees all USER forums and doesn't even know the forums that GROUPA sees exist.
Posted By: Dalar Re: Invisible forum - 04/19/2003 7:20 PM
I think he wants a forum that is accesable but not on the main list of forums. Hidden, but not private.
© UBB.Developers