User able to filter forums?

Discussion in 'vBulletin Discussions' started by gnatster, Nov 7, 2009.

  1. gnatster

    gnatster Regular Member

    Joined:
    May 31, 2009
    Messages:
    717
    Likes Received:
    98
    Location:
    Down the hall
    First Name:
    Nathan
    I had a member ask this today and I'm not sure...

    Is it possible to filter which forums are listed when using the Unread Posts/Today's Posts/New Posts links?

    Using vB 3.8.x
     
  2. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia
    There maybe a modification for it, if not

    1. Create a profile field
    Forum ID's to exlude (seperate with comma's)
    Description: Tell them how to find forum id's

    2. In the navbar template (or whever the new posts link is) append to it (at the end)
    Code:
    <if condition="$profile[fieldX]">&exclude=$profile[fieldX]</if>
    
    Save and test.
     
    4 people like this.
  3. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
  4. Chani

    Chani Grand Master

    Joined:
    Sep 1, 2009
    Messages:
    884
    Likes Received:
    54
    First Name:
    Chani
    Is that how you do it here, Nick?

    I use the "New Posts" link all the time, and I have the vB Passionate Discussions hidden from view, and I never see those threads.

    I know that forum is hidden completely from me (at my choice), but isn't that essentially what you'd like to do here?
     
  5. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    Well I use another mod that allows you to hide selected forums and it acts as if they are not in existence.

    I'm not sure exactly how it is accomplished, but it is - and that's all that matters to me. :P
     
  6. gnatster

    gnatster Regular Member

    Joined:
    May 31, 2009
    Messages:
    717
    Likes Received:
    98
    Location:
    Down the hall
    First Name:
    Nathan
    Mind sharing the name and maybe a link to the mod please.
     
  7. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    2 people like this.
  8. gnatster

    gnatster Regular Member

    Joined:
    May 31, 2009
    Messages:
    717
    Likes Received:
    98
    Location:
    Down the hall
    First Name:
    Nathan

Share This Page