monster - big fan of your theme mods and site. I am trying to mimic it as well. I did the mods in the other thread you mentioned but didn't get it working. I changed the albums.php line to this:
" rel="lightbox[]" title="">
and added the includes for js files which are placed in js folder under the theme. css files in the css folder too. I used a working copy of effervescence on my system. I get these errors shown here:
https://secure.permesso.net/zenphoto/albums/Miscellaneous/themetest.jpg
not sure how to troubleshoot where the problem is. I switched the theme back to a working effervescence one for now. Any ideas? no prefixes for me either. Do I need to added something to customfunctions.php or is the one found in effervescence fine?
@jleekun -- you still need to edit the customfunctions.php to fix the table names, the error you're getting is this:
Failed. Error: Table 's3photo.zpimages' doesn't exist
So it thinks the table is called zpimages. I believe that's hardcoded, and yes, they really should be using the set prefix, but you have to change it manually.
http://www.septemberthree.com/photo
s3=jleekun
Difference between
and
I think is very clear.
The first gives a link to original uploaded photo,
the second prints link to custom sized image.
(550px for example)
If you put large (I mean 1024x768, 1600x1200 or bigger)
you should use the second functions,
which resize photo to size which is more useful
for visitors who have only 1024x768 screen resolution
(it's still majority)
I now get the same thing as s3/jleekun now. In firefox, the thumbs look fine. When I click on them, I get what s3 describes above. The picture is displayed below the thumbs (no overlay) and only half of the image it there. In IE7, it begins to show the thumbs page then says cannot open site - operation aborted in a textbox popup and then doesn't even display the page. To clarify, I replaced the text:
" title="">
with
" rel="lightbox[]" title="">
thanks again for your help monster.