Phoca Button - add multiple images?

Phoca Gallery plugins - plugins for Phoca Gallery extension
mommek
Phoca Member
Phoca Member
Posts: 13
Joined: 18 Aug 2011, 13:00

Phoca Button - add multiple images?

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Button - add multiple images?

Post 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
If you find Phoca extensions useful, please support the project
Post Reply