Installed to test this out. Very cool and simple. Just what I was looking for.
While images are showing up on the main gallery page using [g3client], when I click onto individual images, the URLs are broken. I can't get past the main gallery page. It's building http://example.com/?item=12406 rather than http://example.com/pics?item=12406.
http://wordpress.org/extend/plugins/g3client/
fstoffel
Member
Posted 1 year ago #
Thanks for the report, I'll have a look at the url problem.
Thanks so much. Here's my actual URL if you need to see it happen in the wild. I am running PHP 5.2. I see that you recommend 5.3. Could that be the problem?
fstoffel
Member
Posted 1 year ago #
Should be fixed. I just used the wrong function to generate the urls, nothing wrong with php 5.2 (as far as I know).
Fantastic! That fixed it!
chrispink
Member
Posted 10 months ago #
A variant on this issue;
Using WordPress 3.2.1 with G3Client 0.2.0 on a MAMP installation with port 8888
Gallery works perfect, WordPress works perfect. The G3Client shortcode brings up a thumbnail of the gallery, but when you click on the gallery the next URL is deformed.
instead of http://localhost:8888/wordpress/?p=80&item=2 which when entered directly brings up the gallery thumbnails
The URL is instead of http://localhost8888/wordpress/?p=80&item=2 (missing colon before the port)