Page 1 of 1

Phoca Button - add multiple images?

Posted: 14 Jun 2012, 14:58
by mommek
Hello,

I have category with about 100 images. If I want choose a few of them to show it in my content, I must choose "images" limit start - limit count. Is there any way, to get for example 5 images, but they aren't side by side.
I try choose 1 image multiple times, but this show me images below. (reason: <div class="clear"> in html)

Is there any way to get few images side by side? I tryed

Code: Select all

{phocagallery view=category|categoryid=31|imageid=118;861}
Put multiple ID side to side. But this don't work.

Thanks for some tips.

---- in czech ---
Ahoj,

mám kategorii asi se stovkou obrázku a potřeboval bych v jednom článku zobrazit vedle sebe 5 obrázku, problém je v tom, že obrázky nejsou za sebou v té kategorii. Takže nemohu použít limit start - limit count funkci. Zkusil jsem postupně po jednom obrázku přidat kód

Code: Select all

{phocagallery view=category|categoryid=31|imageid=118} ... 
ale ono mi to zobrazí obrázky pod sebou (kvůli <div class="clear">..)

Je nějaká šance, abych mohl vybrat více obrázku, které nejsou vedle sebe a aby se zobrazily na webu vedle sebe? Zkoušel jsem:

Code: Select all

{phocagallery view=category|categoryid=31|imageid=118,861}
čárky a ID obrázků, ale tohle nefunguje.

Díky za tipy.

Re: Phoca Button - add multiple images?

Posted: 15 Jun 2012, 17:27
by Jan
Hi, you can:

- modify directly the plugin code - to accept an array of images
- or copy selected images to specific category and display plugin code for this category only in article.

Jan