Hello,
we tried without success a reply to a problem with Phoca Gallery Slideshow plugin in the contents of a category.
The plugin works correctly in the articles but does not work in the categories
Example article OK:
http:// www .vascotto.it/joke/triestinita/comare-che-bora
Example category KO:
http:// www .vascotto.it/travel/cuba
We have:
Joomla: 2.5.9
Phoca Gallery Component: 3.2.3
Phoca Gallery Slideshow Plugin: 3.2.0 (correctly published)
Template: Shape5 Vertex
Have a kindly suggestion to solve the problem?
Thank you very much
Assospiz
Phoca Gallery Slideshow problem in to content category
-
- Phoca Newbie
- Posts: 7
- Joined: 29 Sep 2011, 09:06
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Slideshow problem in to content category
Hi, it is content plugin, which means, only displayed in content, not in the category, see:
https://www.phoca.cz/documents/16-joomla ... t-articles
Jan
https://www.phoca.cz/documents/16-joomla ... t-articles
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 7
- Joined: 29 Sep 2011, 09:06
Re: Phoca Gallery Slideshow problem in to content category
Thanks for the quick reply.
We had seen the post "Displaying content plugin outside content articles", but our experience of php is too low to understand which file needs change.
Is / plugins / content / phocagalleryslideshow / phocagalleryslideshow.php? In this file there is no echo "$ this-> category-> description;"
Is it instead a template file? Which one?
The version of Phoca Gallery Slideshow for Joomla 1.5 did not have this problem. Work properly in the articles, sections and categories.
I'm sorry but we are not professional programmers...
Thanks for your patience and infinite thanks for your work
We had seen the post "Displaying content plugin outside content articles", but our experience of php is too low to understand which file needs change.
Is / plugins / content / phocagalleryslideshow / phocagalleryslideshow.php? In this file there is no echo "$ this-> category-> description;"
Is it instead a template file? Which one?
The version of Phoca Gallery Slideshow for Joomla 1.5 did not have this problem. Work properly in the articles, sections and categories.
I'm sorry but we are not professional programmers...
Thanks for your patience and infinite thanks for your work
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Slideshow problem in to content category
Hi, see the article, the code you should look at is the code where the description is placed (in article, this is com_content code - standard article code, this is not a problem, but problem can be if it is some 3pd component or some other part of Joomla! - unfortunatelly I for now have no information, if categories in Joomla! accept the content plugins, if not, the code should be found in categories area - CATEGORIES:
com_content/views/categories/tmpl ...
com_content/views/category/tmpl ... )
Jan
com_content/views/categories/tmpl ...
com_content/views/category/tmpl ... )
Jan
If you find Phoca extensions useful, please support the project