CMS Builder - Photo Gallery
14 posts by 5 authors in: Forums > CMS Builder
Last Post: April 24, 2008 (RSS)
By Kenny - April 24, 2008
Oh, it works normally how I have it set up, it's not working when I try to get the photos to show up in columns of 3 or 4.
I'm not sure what the exact code should be - I've tried the code above.
I get a variety of errors as I change things - the latest one being what it is.
http://www.nele.us/photos/photos1.php is my test page
I'm not sure what the exact code should be - I've tried the code above.
I get a variety of errors as I change things - the latest one being what it is.
http://www.nele.us/photos/photos1.php is my test page
Re: [sagentic] The markup?
By Dave - April 24, 2008
Feel free to attach that file (photos1.php) to the post and we can have a look.
Based on the errors it sounds like $listRows isn't defined. You probably have a different variable name in yours. Look from some code like this (search for "getListRows"):
Check the variable name being used instead of $listRows and replace $listRows in the rest of your code with that one.
See if that helps, and/or post the file and we'll have a look!
Based on the errors it sounds like $listRows isn't defined. You probably have a different variable name in yours. Look from some code like this (search for "getListRows"):
list($listRows, $listDetails) = getListRows($options);
Check the variable name being used instead of $listRows and replace $listRows in the rest of your code with that one.
See if that helps, and/or post the file and we'll have a look!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com
Re: [sagentic] The markup?
By Dave - April 24, 2008
Sounds good! :) Let us know if you need more help in future.
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com