Page 1 of 1

Re: plugin not working on 1.5.7

Posted: 05 Nov 2008, 21:00
by caro84g
Well, I've got no problems.

What are the errors you get?

Carolien

Re: plugin not working on 1.5.7

Posted: 06 Nov 2008, 16:53
by Jan
Phoca Gallery Plugin 2.1.0 has been released. See demo:

https://www.phoca.cz/phocagallery/demo/i ... ery-plugin

Re: plugin not working on 1.5.7

Posted: 26 Nov 2008, 19:00
by sgdave
Hi, I'm currently having the same problem on a 1.5.7 site. I'm hoping I've just made an embarrassing/stupid mistake.

The component works correctly but the plug-in only displays the code in the article. I am using PhocaGallery 2.1.0 RC and PhocaGallery Plugin 2.1.0.

The page in question is at:

http://labetxea.com/es/alrededores/lugares.html

I am using a YooTheme template (Shuffle), and have YooGallery and MorfeoShow installed but deactivated. I also have JCEditor and JoomFish installed. Any help appreciated.

Dave

Re: plugin not working on 1.5.7

Posted: 26 Nov 2008, 19:09
by sgdave
I also note in code view that the line of code

Code: Select all

{phocagallery view=categories}
translates as

Code: Select all

<p><img src="https://www.phoca.cz/documentation/images/documentation/lt.gif" height="12" width="6" />phocagallery view=categories}</p>
by the way, don't know if that is proper behaviour or not. Thanks, Dave

Re: plugin not working on 1.5.7

Posted: 26 Nov 2008, 22:49
by caro84g
Hi,

if you copy the code from the demo, please don't copy the "{" and "}", 'cause these are images. Replace them by typing the { and }. You copied the {, which is an image. This explains your 'strange' source code.

Cheers,

Carolien

Re: plugin not working on 1.5.7

Posted: 27 Nov 2008, 00:26
by sgdave
SOLVED! Replaced the left curly bracket and it's working fine now. Thanks very much Carolien. Sometimes the most ridiculous little problems like that are the most confounding.

I might suggest a warning on the page https://www.phoca.cz/documentation/index ... ery-plugin right next to the two snippets of code (especially the long one), warning you not to just copy and paste everything, including the curly brackets -- it's very tempting and I think natural to do, at least for a newbie like me. The warning would also do good on any other similar pages.

Thanks again, I really appreciate the support.

Dave

Re: plugin not working on 1.5.7

Posted: 27 Nov 2008, 09:57
by caro84g
Hi,

thanks for the feedback, I'll add the warning.

Carolien

Re: plugin not working on 1.5.7

Posted: 28 Nov 2008, 01:01
by sgdave
:|