vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 1 of 2
1 2 LastLast
Results 1 to 15 of 23

Photoplog Sitemap Plugin

This is a discussion on Photoplog Sitemap Plugin within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Thought i'd share this one with y'all This is a Sitemap Plugin for Photoplog Tested it with Photoplog Pro. Make ...

  1. #1
    Junior Member
    Real Name
    LOSTTalk
    Join Date
    May 2006
    Posts
    4

    Thumbs up Photoplog Sitemap Plugin

    Thought i'd share this one with y'all

    This is a Sitemap Plugin for Photoplog
    Tested it with Photoplog Pro.

    Make sure you open it first to edit the variables.
    Attached Files

  2. #2
    Member
    Real Name
    Malcolm Ord
    Join Date
    Oct 2006
    Posts
    37
    Hi

    thanks for file, I got the following error

    Parse error: syntax error, unexpected T_VARIABLE in /home/*removed*/public_html/vbseo_sm_photoplog.php on line 23

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554
    You should add semicolon at the end of this line:
    PHP Code:
    $fileurl 'index.php?n=' 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  4. #4
    Member
    Real Name
    Malcolm Ord
    Join Date
    Oct 2006
    Posts
    37
    hi Oleg

    I've done that and tried again

    still get the original error

    Mally

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554
    Did you change that line to:
    PHP Code:
        $fileurl 'index.php?n='
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  6. #6
    Member
    Real Name
    Malcolm Ord
    Join Date
    Oct 2006
    Posts
    37
    yep I did, same error. ( I also changed my table prefix which on mine is photoplug )

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554
    Can you provide us with ftp access via support ticket to check the issue?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #8
    Junior Member
    Real Name
    James
    Join Date
    Dec 2006
    Posts
    26
    Just some feedback for anyone else looking at this plugin, I configured it correctly for our site, uploaded it and it ran perfectly first try. ::thumbs up::

    Thanks!

    James and Susan

  9. #9
    mjw
    mjw is offline
    Junior Member
    Join Date
    Jan 2006
    Posts
    12
    I am trying to use this plugin, but I also installed the Photoplog Pro vBSEO Extension. I'm assuming that the $fileurl variable should be set differently when using this extension, is that correct? If so, can anyone tell me what the variable should be set to, assuming I used the default configuration for the Extension?

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554
    Hello,

    try to replace this code:
    PHP Code:
              vbseo_add_url(
                  
    $gallery_url $fileurl $photo['fileid'],
                 
    $sitemap_priority$modified$sitemap_update
              
    ); 
    with:
    PHP Code:
    $url $fileurl $photo['fileid'];
    if(
    VBSEO_ON)
    $url vbseo_any_url($url);
    if(!
    strstr($url'://'))
    $url $gallery_url $url;
    vbseo_add_url(
                  
    $url,
                 
    $sitemap_priority$modified$sitemap_update
              
    ); 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  11. #11
    Member
    Real Name
    Steve M.
    Join Date
    May 2007
    Posts
    40
    Does this work with Photoplog Lite at all?

  12. #12
    Junior Member
    Real Name
    Chris Kellar
    Join Date
    Jan 2008
    Posts
    6
    Will this plug in actually write the categories in friendly urls instead of the db entry for that page?

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,554
    If you have Custom Rewrite Rules applied to Photoplog URLs then they will be rewritten in sitemap as well.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  14. #14
    Member
    Real Name
    RAFAEL
    Join Date
    Sep 2005
    Posts
    37
    how you install this?

  15. #15
    Member
    Real Name
    RAFAEL
    Join Date
    Sep 2005
    Posts
    37
    how you install this?

Similar Threads

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