Page 2 of 2 FirstFirst 1 2
Results 16 to 27 of 27

Photoplog Sitemap Plugin

This is a discussion on Photoplog Sitemap Plugin within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Hello, you should upload vbseo_sm_photoplog.php file into vbseo_sitemap/addons/ folder and add "vbseo_sm_photoplog.php" in addons list in vBSEO Sitemap Generator options....

  1. #16
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    you should upload vbseo_sm_photoplog.php file into vbseo_sitemap/addons/ folder and add "vbseo_sm_photoplog.php" in addons list in vBSEO Sitemap Generator options.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  2. #17
    Member
    Real Name
    Nick
    Join Date
    Mar 2009
    Posts
    48
    Liked
    0 times
    Does it work with PhotoPlog Lite?

    Thanks.

  3. #18
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hello,

    most likely it should work correctly with Lite version too.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #19
    Senior Member
    Real Name
    George
    Join Date
    May 2006
    Posts
    134
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    you should upload vbseo_sm_photoplog.php file into vbseo_sitemap/addons/ folder and add "vbseo_sm_photoplog.php" in addons list in vBSEO Sitemap Generator options.


    And thats it?

  5. #20
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    1 times
    Blog Entries
    1
    Quote Originally Posted by webgroup View Post
    And thats it?
    Yes, it should working

  6. #21
    Member
    Real Name
    Arjan
    Join Date
    Sep 2006
    Posts
    30
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    If you have Custom Rewrite Rules applied to Photoplog URLs then they will be rewritten in sitemap as well.
    I've just been testing with the sitemap.
    The Photoplog URL have Custom URL's. But in the sitemap it shows just the "index.php?n=1234" URL.
    Does anyone know how to fix that?

  7. #22
    Member
    Real Name
    Arjan
    Join Date
    Sep 2006
    Posts
    30
    Liked
    0 times
    I found the reason for this. I use the Photoplog vbSEO add-on which rewrites the URL to "index.php?title=some-title&n=1234"

  8. #23
    Member
    Real Name
    Arjan
    Join Date
    Sep 2006
    Posts
    30
    Liked
    0 times
    I've been editing the add-on to make it compatible for users who use the
    Photoplog Pro Product for vbSEO: vBSEO Compatible Hack:Photoplog Pro - VBSEO Wiki

    PHP Code:
    <?
    vbSEO Google Sitemap Generator - PhotoPlog Add On.
    # Written by A v Klinken (http://www.LOSTTalk.net)
     
    # Full HTTP path to your gallery root (including trailing forwardslash)
    $gallery_url 'http://www.YOURSITE.com/photoplog/';
     
    # Priority you want to assign to the sitemap pages
    $sitemap_priority 0.5;
     
     
    # How often you wish to flag for updates
    $sitemap_update 'weekly';
     
    # PhotoPlog Table Prefix
    $tableprefix '';
     
    # URL used for Picture (index.php?n=)
    URL used for Picture with vbSEO PP product (index.php?title=.....&n=)
    $fileurl 'index.php?n=';
    $vbseofileurl 'index.php?title=';
    $fileidswitch '&n=';
     
     
    # DON'T EDIT PAST HERE #############################################
    $photos $db->query_read('SELECT fileid, title FROM '.$tableprefix.'photoplog_fileuploads WHERE moderate = 0');
    while (
    $photo $db->fetch_array($photos))
    {
         
    $modified $photo['dateline']; 
     
         if(
    VBSEO_ON)
         {
              
    $url $gallery_url $vbseofileurl vbseo_filter_text($photo['title']) . $fileidswitch $photo['fileid'];
              
    $url vbseo_any_url($url);
         }
         else
         {
              
    $url $gallery_url $fileurl $photo['fileid']; 
         }
         
    vbseo_add_url$url$sitemap_priority$modified$sitemap_update);
    }
    ?>

  9. #24
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    91
    Liked
    0 times
    Work for vb 4 ????

  10. #25
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    Nothing in this thread is working for me. Would it be possible to get official support for this?

  11. #26
    Senior Member BamaStangGuy's Avatar
    Real Name
    Brent Wilson
    Join Date
    Aug 2005
    Location
    Huntsville, Alabama
    Posts
    2,483
    Liked
    0 times
    This is working for me: Photoplog Sitemap

  12. #27
    Member
    Real Name
    trikke
    Join Date
    Sep 2006
    Posts
    91
    Liked
    0 times
    Quote Originally Posted by BamaStangGuy View Post
    This is working for me: Photoplog Sitemap
    Thanks working

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Sitemap Plugin and vb3.7 beta 3
    By CoryHawk in forum Troubleshooting
    Replies: 1
    Last Post: 01-09-2008, 07:09 AM
  2. Photoplog Sitemap
    By offline in forum Sitemap Features Archive
    Replies: 30
    Last Post: 08-21-2007, 04:11 AM
  3. Trying to make the sitemap plugin work
    By DLGx in forum Troubleshooting
    Replies: 4
    Last Post: 11-03-2006, 07:58 AM
  4. About sitemap plugin
    By mototips in forum Troubleshooting
    Replies: 18
    Last Post: 08-26-2006, 10:23 AM
  5. Sitemap Plugin: Google ping: FAILED.
    By Keith Cohen in forum Troubleshooting
    Replies: 11
    Last Post: 11-10-2005, 12:19 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
  •