Results 1 to 4 of 4

Conditional for exclude forum home

This is a discussion on Conditional for exclude forum home within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hello, does anybody know of a conditional which will exclude a piece of code or content from every page but ...

  1. #1
    Member
    Real Name
    Jason
    Join Date
    Aug 2008
    Location
    AZ, USA
    Posts
    78
    Liked
    0 times

    Conditional for exclude forum home

    Hello,
    does anybody know of a conditional which will exclude a piece of code or content from every page but the forum home page (ie: www.myforum.com)

    Thanks

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    You can try this:
    HTML Code:
    <if condition="THIS_SCRIPT=='index'">
    ...
    </if>
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    Jason
    Join Date
    Aug 2008
    Location
    AZ, USA
    Posts
    78
    Liked
    0 times
    Thank you Oleg! Now, if anyone gets a chance, how do I do the opposite, and show code only on all other pages and not forumhome.
    Last edited by Azonaco; 02-03-2009 at 11:14 PM.

  4. #4
    Member
    Real Name
    Jason
    Join Date
    Aug 2008
    Location
    AZ, USA
    Posts
    78
    Liked
    0 times
    Found the code!

    Code:
    <if condition="THIS_SCRIPT == 'index'">
      Code if on index page
    <else />
      Code on all pages except index page
    </if>
    hide some part of code in header template FORUMHOME - vBulletin.org Forum

Similar Threads

  1. Replies: 1
    Last Post: 01-20-2009, 12:37 PM
  2. Description and keywords on home and forum home
    By Zagis in forum General Discussion
    Replies: 3
    Last Post: 07-29-2008, 04:27 PM
  3. Linkbacks on forum home and forum pages
    By tavenger5 in forum vBSEO Features Archive
    Replies: 3
    Last Post: 09-04-2007, 02:58 PM

Tags for this Thread

Posting Permissions

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