Forum OpenACS Development: Re: Random photo widget committed

Collapse
Posted by Yves Goldberg on
Hello,

Is it possible to include random pictures but only from a folder or album within a subsite?

example:

<include src="/packages/photo-album/www/random-photo" url="/photos/?folder_id=1153">

or

<include src="/packages/photo-album/www/random-photo" url="/photos/album?album_id=1156">

this doesn work obviously but is the result I looking for.

TIA.

Yves.

this added to http://www.thecodemill.biz/publications/blog/one-entry?entry%5fid=9879 is great to include random pictures in relation with the ETP subject.

Collapse
Posted by Malte Sussdorff on
Random Photo has been changed to support album_id. You are able to say <include src="/packages/photo-album/www/random-photo" album_id=1156>.