Results 1 to 7 of 7

Exclude gallery

This is a discussion on Exclude gallery within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm trying to exclude my gallery from being vBSEO 'ed as it isn't publicly available anyhow but I can't seem ...

  1. #1
    Member Metal-R-US's Avatar
    Real Name
    Dennis
    Join Date
    Apr 2006
    Location
    Netherlands
    Posts
    44
    Liked
    0 times

    Exclude gallery

    I'm trying to exclude my gallery from being vBSEO'ed as it isn't publicly available anyhow but I can't seem to get it to work. My gallery has a different root than the forums: main_url/gallery/index.php as opposed to main_url/forums/index.php. I can get other scripts excluded but those are in my forum root. Any pointers?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello Dennis,

    please try to add the following to the "Exclude Pages" option in vbseocp:
    Code:
    gallery/

  3. #3
    Member Metal-R-US's Avatar
    Real Name
    Dennis
    Join Date
    Apr 2006
    Location
    Netherlands
    Posts
    44
    Liked
    0 times
    I tried that earlier and once more to make sure, but that doesn't work. :(

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    PM sent

  5. #5
    Member Metal-R-US's Avatar
    Real Name
    Dennis
    Join Date
    Apr 2006
    Location
    Netherlands
    Posts
    44
    Liked
    0 times
    replied

  6. #6
    Member Metal-R-US's Avatar
    Real Name
    Dennis
    Join Date
    Apr 2006
    Location
    Netherlands
    Posts
    44
    Liked
    0 times
    Just want to add that Oleg fixed it. Thanks man!

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    You are welcome!

    to All: that was achieved by changing the code of "vBSEO Global Hook" plugin in vB admincp to:
    PHP Code:
    if( ( !defined('VBA_SCRIPT') || (VBA_SCRIPT=='gallery') ) && include_once(dirname(__FILE__).'/functions_vbseo.php'))
        
    $output make_crawlable($output); 

Similar Threads

  1. vBa Gallery CRR
    By Toocool in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 01-25-2006, 12:50 AM
  2. vBA Gallery sort order problems with vBSEO 2.1
    By DerTobi75 in forum Troubleshooting
    Replies: 10
    Last Post: 10-25-2005, 06:47 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
  •