![]() |
|
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) Pages:
1
2
|
Thickbox for full image - lupker - 2007-02-16 I love this photoalbum, but i do not like the way the photo is displayed when clicking for the full photo in the image.php of the themes. So I've added the Thickbox AJAX technique to make it more smooth and share the info here: Download the Thickbox files from: http://jquery.com/demo/thickbox/ Add the links to the image.php file: @import "/thickbox.css"; And add class="thickbox" and rel="photoalbum" to the id="image": " class="thickbox" rel="fotoalbum" title=""> Edit the thickbox.css to change the colors etc... if you like. Have fun! Greetz, Thickbox for full image - monster - 2007-02-16 We think in the same way, I found ZenPhoto two days ago and I Thickbox for full image - jayray999 - 2007-02-16 I think I am missing something but what is the difference between what you have here and existing themes like HighSlide and ChiliLight? Thickbox for full image - Chilifrei64 - 2007-02-16 The only difference I see is the top post said linking to the full size images using thickbox(lightbox... whatever) where as mine atleast(ChiliLight) the lightbox is a replacement for image.php.. Really it is just an over fascination with the whole lightbox phenomena. People want to use it wherever because it is a cool effect. Thickbox for full image - monster - 2007-02-16 I made some tests with thickbox, and it seems to be almost OK Why I didnt choose Lightbox2 (ChilliLight) B/C I dont like those transistions :(, What about HighSlide? Hmmm, Thanks Thickbox for full image - jleekun - 2007-03-08 Hey monster, could you send me your theme there? I'd like to play around with it and thickbox? That would be great! Thanks in advance. Thickbox for full image - monster - 2007-03-08 It actually uses slimbox :)
my gallery http://www.pawelnawrocki.com/zenphoto/ Thickbox for full image - jleekun - 2007-03-09 Honestly, when I download ef, it breaks on me, shows me one image with a ton of text in one line... Any suggestions? Thickbox for full image - monster - 2007-03-09 Give a link to your gallery. Thickbox for full image - jleekun - 2007-03-09 http://www.septemberthree.com/photo/ Thanks. Thickbox for full image - jleekun - 2007-03-09 I didn't add any prefixes in the installation. So, custom functions should run "as is." Thickbox for full image - permesso - 2007-03-09 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? Thickbox for full image - trisweb - 2007-03-09 @jleekun -- you still need to edit the customfunctions.php to fix the table names, the error you're getting is this:
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. Thickbox for full image - s3 - 2007-03-10 Thanks Tris. Not sure, though, what I should be changing in the customfunctions php file. Any further assistance would be awesome. Thickbox for full image - s3 - 2007-03-10 Nevermind. I got it! Thickbox for full image - monster - 2007-03-10 @permesso Thickbox for full image - s3 - 2007-03-10 Hey monster, can you take a look at what it's doing now...? It's launching the picture extremely low... and cutting it in half or something. and I'm using the getFullImage. Thickbox for full image - s3 - 2007-03-10 http://www.septemberthree.com/photo s3=jleekun Thickbox for full image - monster - 2007-03-10 Difference between The first gives a link to original uploaded photo, If you put large (I mean 1024x768, 1600x1200 or bigger) Thickbox for full image - permesso - 2007-03-10 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. |