PDA

View Full Version : Can view certain forum depending on profile choice


blackice912
06-10-2003, 07:18 AM
Alright, I have this idea I wish to setup on my forum.

Say I have two forums. The first one is a CD forum and the other one is a FLOPPY forum.

In the user's profile they have a dropdown asking them what they prefer: CD or FLOPPY. If they choose CD from the dropdown, a forum becomes visible to them and allowing them to use the CD users forum. If they choose the FLOPPY from the dropdown...same, except FLOPPY forum, of course.

If someone could help me out with this, that would be great. :bunny:

Xenon
06-10-2003, 12:38 PM
you should wait for vb3, with it it would be much easier :)

blackice912
06-10-2003, 05:28 PM
Probably, but I'm the impatient-type :p

blackice912
06-10-2003, 11:12 PM
Heck, if someone can just tell me what the PHP/MySQL code would be to make vBulletin not show a specific forum, then I could do it and *actually* release the full thing for use ;)

filburt1
06-11-2003, 12:05 AM
To not show it in forumforum is uber-easy. To not show it in searches, subscriptions, forumdisplay, and a billion other references is a major PITA.

blackice912
06-11-2003, 12:47 AM
Hey that's cool, it's just a way for me to customize the forum choices depending on their interests.

And since I do not know of this "uber-easy" method, would you consider sharing it with us lessers?

filburt1
06-11-2003, 12:56 AM
In the query to get the list of forums, just add a AND forumid != forumid.

blackice912
06-11-2003, 08:43 AM
Ah, much thanks filburt. I hadn't thought of that.

Then again, I am limited to what the Matrix lets me learn.