Results 1 to 3 of 3

If condition for excluding forums

This is a discussion on If condition for excluding forums within the General Discussion forums, part of the vBulletin SEO Discussion category; What would the if condition be to exclude certain forums. My plan is to not have ads show up in ...

  1. #1
    Senior Member
    Real Name
    .
    Join Date
    Jul 2006
    Posts
    386
    Liked
    3 times
    Blog Entries
    1

    If condition for excluding forums

    What would the if condition be to exclude certain forums. My plan is to not have ads show up in certain sections of my site.

    Thanks

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    depending on what script your on, they are different.

    showthread
    <if condition="$forum[forumid] == XX">


    forumdisplay
    <if condition="$foruminfo[forumid] == XX">


    multiples, you can put into an array.


    if this is a global template, you can merge and or them together (ie, in the nav bar)

    something like



    <if condition="(in_array($forum['forumid'], array(x,y,z))) OR (in_array($foruminfo['forumid'], array(x,y,z)))">
    do something only for these
    <else />
    do somethign else
    </if>

  3. #3
    Senior Member
    Real Name
    .
    Join Date
    Jul 2006
    Posts
    386
    Liked
    3 times
    Blog Entries
    1
    Thanks Brian. I'll try this out hopefully tomorrow.

Similar Threads

  1. More if condition help - search and searchid
    By jbartle in forum Template Modifications
    Replies: 6
    Last Post: 09-24-2009, 12:11 AM
  2. if condition help
    By karlm in forum Link Building
    Replies: 12
    Last Post: 10-12-2008, 07:49 PM
  3. Excluding path from redirection
    By Spenser in forum Troubleshooting
    Replies: 6
    Last Post: 05-20-2008, 07:39 AM
  4. IF condition for certain pages?
    By jbartle in forum Off-Topic & Chit Chat
    Replies: 9
    Last Post: 01-03-2007, 12:02 AM
  5. if condition for admins and mods only
    By jbartle in forum Off-Topic & Chit Chat
    Replies: 6
    Last Post: 10-14-2006, 11:56 PM

Posting Permissions

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