vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Photopost vbGallery Addon For vBSEO Google/Yahoo Sitemap (https://vborg.vbsupport.ru/showthread.php?t=120047)

bada_bing 11-10-2006 11:42 AM

Quote:

Originally Posted by bada_bing
Yes good question.. ANYONE?

Hello is the author still here?

MissKalunji 11-10-2006 11:43 AM

and is it supposed to change the showimage.php to showimagine.html something something?

Lizard King 11-16-2006 08:45 AM

Quote:

Originally Posted by aacircle (Post 1105286)
vbGallery has now been renamed to Photopost quite a while back. So does this hack work on PhotoPost PHP Pro v5.5? Or is this hack only for those who still use the old vbGallery?

It already has the answer in the thread name. It says Photopost vBGallery.

Photopost have couple products but only one Photopost vBgallery.

Quote:

Originally Posted by MissKalunji
I dont understand that part?

am i supposed to change #gallery_url to something? or kategory? (not talking in the php but inside vbseo)

If you prepared CRR's for your Photopost vBGallery then you can imply your CRR's to the file in order to prevent duplicate content. I just showed you a way to how to do that.

For categorie links please check your CRR and change the green code to match your CRR. The codes below in Green is prepared to match my CRR settings ;) Since everyone uses different you need to modify it according to your settings.

Categorie
Code:

$url = $gallery_url.'/kategori-'.$mod['catid'].'-album.html';
ShowImage
Code:

$url = $gallery_url.'/resim-'.$mod['imageid'].'.html';
If you still didn't understand please drop me a Pm with your gallery CRR settings so i can modify these two lines for you.

aacircle 11-16-2006 08:49 AM

Great! Thanks Lizard King. Will install this hack right away. Cheers.

aacircle 12-03-2006 11:46 AM

Well this hack no longer works in 3.6.4 with Photopost. Following database error occurs:

Quote:

MySQL Error : Table 'anime10_forums.adv_gallery_categories' doesn't exist

ConqSoft 12-03-2006 12:21 PM

Quote:

Originally Posted by aacircle (Post 1130703)
Well this hack no longer works in 3.6.4 with Photopost. Following database error occurs:

It's not related to vBulletin 3.6.4, it's related to vBGallery 2.1 which changed some tables around.

bulbasnore 02-10-2007 06:40 PM

First off, great stuff. We have a lot of treasure in our gallery, and we'd like to get it out there and into the search.

I can't get google to accept the map for the gallery section (rev1 of your hack, vB364, PPVB2.1, no seo). Apparently, google is wanting the lastmod object populated.

PHP Code:

Line:
27076
Invalid date 
An invalid date was found
Please fix the date or formatting before resubmitting.    [?]     Parent tag:
Tag:
Value:     url
lastmod 

The line shows up like this:

PHP Code:

<url>
  <
loc>http://mysite.com/gallery/showimage.php?i=15995</loc>
  
<priority>0.4</priority>
  <
lastmod></lastmod>
  <
changefreq>daily</changefreq>
</
url

It looks like your code and the standard vbacmps module addon that comes with the vbseo mapper pass a url much like the 'extra_urls' format to the hack. There isn't a place there for the date.

Is that the problem, no place to send the date modified to the parent hack?

If its a matter of helping extract that data from ppgal_ tables, I could submit some code to you. But if its a matter of the parent hack's API (what they'll take from the addons) then maybe I should talk to them, first.

Please let me know and thanks again!

[for now, disabled add-on]

puregraf 10-05-2007 11:37 PM

hi, will this also work with Photopost ? not photopost vbgallery , the other one and how would this effect when upgrading photopost, would i need to remove this hack before upgrading?

thanks

Neo_obs 06-17-2008 01:36 AM

Quote:

Originally Posted by bulbasnore (Post 1179317)
First off, great stuff. We have a lot of treasure in our gallery, and we'd like to get it out there and into the search.

I can't get google to accept the map for the gallery section (rev1 of your hack, vB364, PPVB2.1, no seo). Apparently, google is wanting the lastmod object populated.

PHP Code:

Line:
27076 Invalid date 
An invalid date was found
Please fix the date or formatting before resubmitting.    [?]     Parent tag:
Tag:
Value:     url
lastmod 

The line shows up like this:

PHP Code:

<url>
  <
loc>http://mysite.com/gallery/showimage.php?i=15995</loc>
  
<priority>0.4</priority>
  <
lastmod></lastmod>
  <
changefreq>daily</changefreq>
</
url

It looks like your code and the standard vbacmps module addon that comes with the vbseo mapper pass a url much like the 'extra_urls' format to the hack. There isn't a place there for the date.

Is that the problem, no place to send the date modified to the parent hack?

If its a matter of helping extract that data from ppgal_ tables, I could submit some code to you. But if its a matter of the parent hack's API (what they'll take from the addons) then maybe I should talk to them, first.

Please let me know and thanks again!

[for now, disabled add-on]

I found the error. Was getting the same issue here and decided to look at the other add-ons as a template.

Find in vbseo_sm_vbagallery(1).php
Code:

vbseo_add_url($url, '0.3', 'daily');
and replace with
Code:

vbseo_add_url($url, '0.3','', 'daily');
Then find
Code:

vbseo_add_url($url, '0.4', 'daily');
and replace with
Code:

vbseo_add_url($url, '0.4','', 'daily');
the sitemap generator will add the dates automatically between the '' so basically just add a ,'' to your code lizard

MissKalunji 07-17-2008 05:14 PM

thanks i'll test it out


All times are GMT. The time now is 03:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01171 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete