Inserting a single picture in article

Phoca Gallery plugins - plugins for Phoca Gallery extension
phamks
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 26 May 2008, 15:44
Location: Korea, Republic of
Contact:

Hi,Until

Post by phamks »

Hi,

Until now I have been able to use the plugin (not without difficulty though because i'm a little confused about the numbers i should put as limitstart and limitcount) to display several pictures in the same category but now i would like to insert only 1 picture in an article.

What is the correct syntax to do this ?
I tried this code (out of many others) but nothing appears :
{phocagallery view=gallery|categoryid=11|imageid=29|detail=0}
I checked the ids of the category and picture (displayed on the right side, right ?) and it seems to be correct.

Am i missing some parameters ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

...

Post by Jan »

phocagallery view=gallery|categoryid=11|imageid=29|detail=0


everything is ok, but not the view paramter, view=gallery doesn't exist, you should paste there view=category

Jan
If you find Phoca extensions useful, please support the project
phamks
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 26 May 2008, 15:44
Location: Korea, Republic of
Contact:

Thanks for your quic

Post by phamks »

Thanks for your quick answer !
That was my problem.
I'm going out to buy new glasses...

Keep up the good job !
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

...

Post by Jan »

If you find Phoca extensions useful, please support the project
phamks
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 26 May 2008, 15:44
Location: Korea, Republic of
Contact:

sorry for bothering

Post by phamks »

sorry for bothering you again but is it possible to insert several pictures on the same line ?
even if i write the parameters on the same line, the pictures appear on a different line on the website.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

if you use e.g. limi

Post by Jan »

if you use e.g. limit function (e.g. image from 1 to 3 in the same category, then it is possible - see limit, count parameters...

if you use different codes, e.g.
{ for e.g. category 1} { e.g. for category 2}, there must be done some change in html/php code... so for these changes you must search thsi forum (I think, some users have solved it)
If you find Phoca extensions useful, please support the project
phamks
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 26 May 2008, 15:44
Location: Korea, Republic of
Contact:

what if the image id

Post by phamks »

what if the image id are in the same category but not contiguous. to be more clear :
image id=1 > cat 1 <
image id=2 > cat 2
image id=3 > cat 2
image id=4 > cat 1 <
is it still possible to use the limitstart and limitcount ?
polleke
Phoca Professional
Phoca Professional
Posts: 129
Joined: 04 Jun 2008, 19:05
Location: Netherlands

i tryed thisph

Post by polleke »

i tryed this
phocagallery view=gallery|categoryid=25|imageid=872|detail=0
including the {}
i did not work.
what is wrong
jan
polleke
Phoca Professional
Phoca Professional
Posts: 129
Joined: 04 Jun 2008, 19:05
Location: Netherlands

Is there more docume

Post by polleke »

Is there more documentation ?
i can not find anything on the parametrs switchimage, switch height basicimageid etc.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

component:

Post by Jan »

component:
https://www.phoca.cz/phocagallery/user-manual/

plugin:
https://www.phoca.cz/phocagallery-plugin ... ?site=help

for more detailed documentation I have no time resource
If you find Phoca extensions useful, please support the project
Post Reply