![]() |
|
Thickbox for full image - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Thickbox for full image (/thread-1169.html) |
Thickbox for full image - s3 - 12-03-2007 Monster: Thanks. It seems to be working. I'm going to have to go back and compare what I did and what you have. My frustration is not that simply doesn't work, rather, that I do not understand what was broken! Permesso, tell me what you find. I'm running into the same issue. Thickbox for full image - s3 - 12-03-2007 Monster: It seems, as I've taken a closer look, you've added this subalbum section here: This makes it work (https), but, when I take it out, it no longer works. Can you explain this? When I open up your album.php into dreamweaver, it says the code isn't fully functional and has some issues with syntax. [*]" title="View the album
Thickbox for full image - s3 - 12-03-2007 You know what monster, if you could explain how you got it to work on http: instead of https: that would be awesome. Thickbox for full image - permesso - 12-03-2007 I think everything is working for me now. I had 2 issue with getting ssl/https access completely working.
document.write("") to document.write("")
SetEnvIf "User-Agent" "Mozilla.*" \ Hope this helps. I thought the problems were still occurring but after clearing cache on the browsers, things have been good. Thickbox for full image - monster - 12-03-2007 @permesso & s3 Thickbox for full image - s3 - 13-03-2007 Thanks monster. I'm sure all of us have our real full time jobs and are working on zen on the side... so, appreciate all your time! Thickbox for full image - permesso - 13-03-2007 I agree with s3. Thanks, monster! Thickbox for full image - tposen - 31-03-2007 I've read through the thread, but I'm a bit hazy on what I need to change if I have a table prefix. `function getRandomImages() { $result = query_single_row("SELECT zenimages.filename, zenimages.title, zenalbums.folder FROM images INNER JOIN albums ON zenimages.albumid = zenalbums.id ORDER BY RAND() LIMIT 1"); $image = new Image(new Album(new Gallery(), $result['folder']), $result['filename']); return $image; } ` The prefix is "zen"... it seems as though I changed it properly, but I am getting a line of text with a bunch of text overlaid. If I hightlight it, it tells me that it can't find a "zenfiesta" table. (Which I tried earlier...) = zenalbums.id ORDER BY RAND() LIMIT 1 ) Failed. Error: Table 'zenfiesta.images' doesn't exist` I don't know where the hell it's pulling "zenfiesta" from. I tried that prefix awhile back, but I have since changed it. It cannot be found in the customfunctions folder. Weird. Did I add the prefix business correctly? |