Results 1 to 3 of 3

How to exclude multiple forums/threads using if condition?

This is a discussion on How to exclude multiple forums/threads using if condition? within the Template Modifications forums, part of the vBulletin SEO Discussion category; Does anyone here know how to exclude mulitiple forums/threads? I am trying to place ads on all forums except certain ...

  1. #1
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times

    How to exclude multiple forums/threads using if condition?

    Does anyone here know how to exclude mulitiple forums/threads?

    I am trying to place ads on all forums except certain forums. I know how to exclude each forum for the code to show but I don't know how to include all but certain forums...


    Example of the code to exclude all but certain forums...

    For Forums...
    Code:
    <if condition="in_array($forumid, array(5,7,6,8,9,12,10,11,14,16,13,15,18,19,20,17,66))">
    For threads..
    Code:
    <if condition="in_array($thread['forumid'], array(
    5,7,6,8,9,12,10,11,14,16,13,15,18,19,20,17,66
    ))">




    What I need though is to include the code in all forums and threads except for certain forums/threads. Can anyone give me the code? I have been trying real hard to try to find the code but to no avail. Please help. Thank you in advance.

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You can use the "!" symbol to denote NOT.

    <if condition="!in_array

    etc

  3. #3
    Senior Member profanitytalker's Avatar
    Real Name
    profanitytalker
    Join Date
    Sep 2007
    Posts
    113
    Liked
    1 times
    Thank you brian. It worked.

Similar Threads

  1. How to exclude forums from Get New Posts
    By PromotePoker in forum Template Modifications
    Replies: 6
    Last Post: 10-16-2010, 06:57 AM
  2. Exclude certain forums from rewriting?
    By Mouse in forum Pre-Sales Questions
    Replies: 7
    Last Post: 09-12-2009, 05:38 AM
  3. If condition for excluding forums
    By jbartle in forum General Discussion
    Replies: 2
    Last Post: 03-16-2009, 10:19 PM
  4. Exclude certain forums?
    By madsun in forum Troubleshooting
    Replies: 2
    Last Post: 08-26-2007, 02:40 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •