How create only one RSS for all categories and bugs reports

Phoca Gallery - image gallery extension
Zozio
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 17 Feb 2009, 15:45

How create only one RSS for all categories and bugs reports

Post by Zozio »

hello all,

Sorry for my englsh but i'll try to do my best.

I want to use piclens embedded with all the categorie of my phoca gallery compoment. But when i select (in backend) all th categorie and click on piclens i have multiple RSS. I don't know how to put multiple RSS in embedded version of piclens/cooliris the code actually is like that :

Code: Select all

<object height="450" width="730" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="id" value="o" />
<param name="flashvars" value="feed=http://www.mysite.fr/rssfile1.rss" />
<param name="allowFullScreen" value="true" />
<param name="allowScriptAccess" value="always" />
<param name="src" value="http://apps.cooliris.com/embed/cooliris.swf" /><embed height="450" width="730" src="http://apps.cooliris.com/embed/cooliris.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="feed=http://www.mysite.fr/rssfile1.rss" id="o" type="application/x-shockwave-flash"></embed>
</object>
how insert the other rss in the code (http://www.mysite.fr/rssfile1.rss http://www.mysite.fr/rssfile2.rss http://www.mysite.fr/rssfile3.rss) ?
or how to create only one RSS for all my categories ?

I've a bug with comment and rating tab are not formated correctly on both firefox and IE, like this image :
Image

it's not my site but i've the same problem, so i deactivate comment and rating possibilities... my site www.ambarweb.fr

Thank you for your help and your great work on phoca gallery !
Zozio
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 17 Feb 2009, 15:45

Re: How create only one RSS for all categories and bugs reports

Post by Zozio »

hello,

Can someone help me for the rss issue ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48906
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: How create only one RSS for all categories and bugs reports

Post by Jan »

Hi, the problem is, the rss are created by categories. so if you want to create one big file for all images, these need to be changed in php code

administrator\components\com_phocagallery\models\phocagalleryc.php

the problem can be the large of the file, which will do problems for users while downloading and for the server too...

Jan
If you find Phoca extensions useful, please support the project
Post Reply