PDA

View Full Version : Multiple Selection Menu (Post Icon Filtering) Help


noonespecial
07-24-2007, 09:20 PM
I'm looking to create a "multiple selection (http://www.vbulletin.com/docs/html/main/profile_add_multiple_selection)" menu that includes the names of all the post icons I have on my forums.

What I want is for a user to be able to select all the "post icons" they don't want to see (filter out if you will) and then on my forums not display those threads.

I figured an "if" statement on the threadbit <if condition="not in array"> would probably work - but I'm having trouble figuring out the best way to tackle this.

Any ideas?