Page 2 of 2

Re: Interaction Phocaplugin and article categories

Posted: 10 Dec 2008, 17:58
by Jan
Hi, on your site there is some problem with url creating, not only to gallery images but to e.g. icons too ... :-( maybe the seo method doesn't work correctly there :-(

Jan

Re: Interaction Phocaplugin and article categories

Posted: 10 Dec 2008, 18:06
by MatthieuBrucher
I didn't see a problem with icons, but it may be. I see the main icons, the only that are obviously missing are those from the Phoca plugin, and only for the slideshow. The images themselves are OK.

Re: Interaction Phocaplugin and article categories

Posted: 11 Dec 2008, 23:06
by MatthieuBrucher
Hi,

I don't think the error comes from the site, but from the plugin. This is one of the link I have in the previous page: "./images/phocagallery/creation-objet/stickers/thumbs/phoca_thumb_m_stickers tour eifel.jpg".
It should be "http://www.eifelle.com/images/phocagall ... m_stickers tour eifel.jpg", not a relative link that can be corrupted by SEO.

Re: Interaction Phocaplugin and article categories

Posted: 11 Dec 2008, 23:26
by MatthieuBrucher
In phocagallery.php :
Line 898:

Code: Select all

					$output .= '<img src="'JURI::root().$image->linkthumbnailpath.'" alt="'.$image->title.'" />';
Line 942:

Code: Select all

							$output .= '<img src="'.JURI::root().'components/com_phocagallery/assets/images/icon-view.'.$tmpl['formaticon'].'" alt="'.$image->title.'" />';
Line 960:

Code: Select all

							$output .= '<img src="'.JURI::root().'components/com_phocagallery/assets/images/icon-download.'.$tmpl['formaticon'].'" alt="'.$image->title.'" />';
Those are dirty patches, as I don't know much about Phocagallery and Joomla, but the purpose is to add the correct site prefix to the link.

Re: Interaction Phocaplugin and article categories

Posted: 12 Dec 2008, 20:10
by Jan
Hi, yes this is OK, I will take a look at it, will test it and if all ok I will use your changes... Thank you for this info.

Jan

Re: Interaction Phocaplugin and article categories

Posted: 15 Dec 2008, 00:27
by MatthieuBrucher
Jan wrote:Hi, yes this is OK, I will take a look at it, will test it and if all ok I will use your changes... Thank you for this info.

Jan
You're welcome ;) I suppose there are other places to check, for instance the overlib use, but I don't know enough to help much more ;)

Re: Interaction Phocaplugin and article categories

Posted: 16 Dec 2008, 19:14
by Jan
yes, I check all places (it is ok in component but I forgot to check it in plugin)

Jan