Page 1 of 1

Piclens RSS-file not linked correctly

Posted: 14 Jul 2008, 22:35
by joerea
Hi everybody,

I enabled Piclens support for the phoca gallery. Furthermore all the RSS feeds are generated and named correctly by Joomla/Phocagallery component.

My problem is: The generated rss-files are not linked correctly to the relevant category. When I view the source code of the shown category I can ALWAYS see:
"<link id="phocagallerypiclens" rel="alternate" href="/images/phocagallery/1.rss" type="application/rss+xml" title="" />". But 1.rss doesn't exist because no category has the id "1".

Obviously the file "category/view.html.php" is generating the relevant code. Is it possible that the object "$this" used in line 156 respectively the object "$category" is not available?.

You can see the problem e.g. at [url]http://www.jany.at/index.php?option=com ... 8&Itemid=5[/url]

I hope somebody has an answer to this weird problem!

Thanks!

Joerg

Re: Piclens RSS-file not linked correctly

Posted: 16 Jul 2008, 22:01
by Jan
Hi, the $category on line 156 should be ok, because you have the access to the category and it is displayed....

but I have no idea why you don't get the right number(catid). rss file ??? :(