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.![]()
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.
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 ...
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.![]()
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
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
hi Oleg
I've done that and tried again
still get the original error
Mally
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
yep I did, same error. ( I also changed my table prefix which on mine is photoplug )
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
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
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?
Hello,
try to replace this code:
with:PHP Code:vbseo_add_url(
$gallery_url . $fileurl . $photo['fileid'],
$sitemap_priority, $modified, $sitemap_update
);
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
Does this work with Photoplog Lite at all?
Will this plug in actually write the categories in friendly urls instead of the db entry for that page?
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
how you install this?
how you install this?