PhocaGallery Plugin, syntax

Phoca Gallery - image gallery extension
urkadurka
Phoca Member
Phoca Member
Posts: 17
Joined: 02 Jan 2009, 17:11
Location: Italy
Contact:

PhocaGallery Plugin, syntax

Post by urkadurka »

Hello,

I'using phoca gallery and it's plugin on Joomla 1.5.8 at address www.montepaolomar.it ad using it I found something that seems a stringe behaviour, I'll try to explain it.
If I add a table in an article (using JCE version avialable @ january the 2th) and in each cell I add a string like {phocagallery view=category|categoryid=1|imagerandom=1|displayname=0|displaydetail=0|displaybuttons=0|displaydownload=0} the output is the expected image but the table width is very large and exceed the place provided for the article.
The I tried to have the script string shorter trough using the keyboard enter and the string was
{phocagallery view=category|categoryid=1|
imagerandom=1|displayname=0|
displaydetail=0|displaybuttons=0|
displaydownload=0}
But, again, the behaviour wasn't the the desired one, now I have three images ...

So, there is a way to divide the script string ?

Thank you in advance.
Paolo (Urkadurka)
from Italy
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocaGallery Plugin, syntax

Post by Jan »

Hi, the string should not be divided because of some hidden characters like \n \r (break lines,...)... the length of the code is not displayed on the site, it is transformated to other output and has no influence site's design

try to enable:

1) other editor and see the output and (or)
2) other template ... (for test only to see where can be the error)

but before remove all spaces and break lines from the code

Jan
If you find Phoca extensions useful, please support the project
urkadurka
Phoca Member
Phoca Member
Posts: 17
Joined: 02 Jan 2009, 17:11
Location: Italy
Contact:

Re: PhocaGallery Plugin, syntax

Post by urkadurka »

Hy tried both to change editor Tyni MCE or JCE and to change the template, only with Beez Template something change but the page still graphically wrong the table is "cutted" on the rigth side.

I'd checked also the plug in script line in order to eliminate all control chars like /n, but, I'm sorry, without success.

Do you have any suggestion ?

Regards
Paolo
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocaGallery Plugin, syntax

Post by Jan »

Maybe I don't understand what the problem is?

the images are displayed ok, the code is not displayed in the front so it cannot do problems with layout?

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