cimi theme ;)

Well after two weeks of trail and error since I’m no php programmer I’m starting to get the hang of it ;)

My theme it not so much about design right now since I first wanted some basic functionality; here what I added;

1)I personally hate paging of thumbs and always find my self looking for the show more option I added a “show all thumbs�? and “show all albums�?.

2)For slideshow reasons we need a current image number so after that … yess a slideshow with a nice but simple and effective fade out/in effect ! thinking of a simple 3line lightbox but I kind a liked it the waqy it is right now. maybe in the furture when I will swtich to a lighter theme.

Al is done in a plugin.php with no altering of the original files, so maybe in the future this will help for upgrading and sharing uppon a none beta release.

Let me know what you think ;)

still hungry for that exif, rss, and tags in that next release ;)

http://photo.cimi.nl/
«13

Comments

  • almost forgot ... added arrow key navigation when viewing the large image for usability as well as the slideshow I did not want to break the url or back button with javascript or ajax but I guess with the preload it works oke like this? ... ;)
  • Where can we download it?
  • Cimi:
    Nice job here. I like the "show all thumbnails" feature too. (although on my dialup it takes awhile to load the page :()

    Great photography on your part. Keep up the good work. I'm appreciative of what people are doing for Zenphoto so that I can take advantage of it!

    Sam
  • Great theme! Why? Love the color combi, and the functionality. I applaud you for the "show all thumbs" and the "slideshow element", however, the latter is not really working the way i would have wanted it. The transition to the next slide is not as smooth as it should be.... could you do something to make the frame stable and not collapse while waiting for the next pic to load...?
  • Yes, well it runs oké at my place but I've got a fast internet connection ... but when I was at a friend’s house yesterday and viewed it on a mac the caching and fading were a whole different story. As I did not want to break the browsers url and back button.... I changed my mind ;) zenphoto provides us with a prev, current and next image I will try to make it so with existing ajax this does mean the page url would change but for slideshow reasons this might not have be a problem. and I will skip the fade and work on a slide. keep you posted.
  • oké, that ajax thing is gonna take a while got it somewhat working with the mooflex ajax lib but i'm no crack at this ;)... it did tested the slideshow now with http://www.xk72.com/charles/ which allows me to tighten the bandwitdh and I see what you are aiming at... since the onload is on the current image and not on the next it might want to go to the next which is not loaded with in 5 sec. so I will put the onload on the next image underwater... as far as the collapse.. with smart caching this does not happen but I will set a min-height for the image so that firefox safari and IE7 will not collapse during load. thats it ;) I''l fix it next week or so....
  • cheers, webdev!
  • Hi Webdev,

    Your theme is really great. The design, especially the dark grey is the best way to enhance your photos.

    The “show all thumbs�? and “slideshow�? functions are really convenient.

    Do you plan to release your theme for download ?
    I would really be interested to get the “show all thumbs�? and “slideshow�? functions for my own gallery.

    Thanks
  • actually it's dark brown ;) I will release the theme when ready ... since I've got to work out some minor bugs ;)
  • Dude this rocks... the best theme ive seen around here. I want to make my own, but id like to base it on this functionality... when will it be ready webdev ? ;-)

    kepp up the good work !
  • Hey webdev, i've been following your theme and i think i already like it very much the way it now stands. Pls consider releasing soon, cheers!
  • Hi,

    I have read this page about 20 times but think I am going nuts, why cant I find the download link?

    Can someone point out my stupidity...
  • It hasnt been released yet.
  • Please release it!
  • Loover Member
    Wow its fantastic!

    Please release it! What are you waiting for after 3 months?
  • [quote]Wow its fantastic!

    Please release it! What are you waiting for after 3 months? [/quote]

    123 This theme looks awesome, cannot wait for the release.
  • trisweb Administrator
    I agree, it's great! Let's see a release! Or can I add it to the default installation?? :-D
  • webdev Member
    euh sorry guys for not checking back ... saw the new release of zenphoto in my RSS feed upgraded the theme to zenphoto 1.3 will be making some adjustments tonight release will be tomorrow !
  • trisweb Administrator
    Woohoo!! Thanks!

    Yeah, the new image stuff is fun to play with. Enjoy :)
  • Cimi-

    I'm looking forward to your release as well. After getting random images and exif working myself, I am very much enamored with your slideshow capability.

    Craig.
  • Loover Member
    Dont break our hearts and release it!!! Pleaaaaase!
  • Still no release here? I won´t beg for it - but - it´s a pity. You have done a nice peace of work some people might consider to use...
  • Xeb-

    If you're looking for similar functionality, Skwid and I have built the slideshow features and show all thumbnails into the Thinkdreams theme. Skwid is continuing to tweak the theme as he goes. We also have the reflection.js library in there, and he's got watermarking features too. You might want to check it out. It's based on stopdesign, but modified. I've also built a variant based on the wordpress hemingway theme.

    Thinkdreams.
  • webdev Member
    finally, what took you so long ?!! ;)

    feel free to use and abuse no CC license here but it would be great to post back any code reviews on my theme since I'm no expert on php given the alteration of the zp-config.php one of you might know a better way of doing this so all one needs to do is add the theme include (which I imagine will be a plugin.php on the final release of zenphoto).

    that's it - enjoy.

    http://photo.cimi.nl/download/
  • wouter Member
    yay! finally the theme is out :).. want to modify it and use it.. but! houston we have a problem!.. look at this http://scarfication.roeltje.com/zenphoto/.
    i've edited all as was described. put the mod rewrite on false. but still i get this error

    error:
    Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 104

    Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 109

    Notice: Undefined index: view in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 116

    Notice: Undefined index: view in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/zen/zp-config.php on line 121

    Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/themes/cimi/index.php on line 6

    Notice: Undefined index: index in /www/websites/roeltje.com/scarfication.roeltje.com/zenphoto/themes/cimi/index.php on line 10.

    it has to do something with the index being undifined ;).. can anyone help me?

    thnx in advandce

    Wouter
  • webdev Member
    easiest way of doining this would be disableing php notices. unless your host admin tool does not allow for you to do this...
  • wouter Member
    no it doesn't :(.. any other suggestions?
  • webdev Member
    if your host does not provide these settings you can add the folloing line in your zp-config.php, error_reporting(E_ALL ^ E_NOTICE);

    this ofcource does not solve the problem in de theme code for regestering global vars but at least your gallery wil run untill a fix is posted.
  • webdev Member
    but loking at my php.ini I to have notices enabled so it might just be the path to the theme-functions.php?
  • webdev Member
    oh clicking on your links tells me you got it fixed...;)
Sign In or Register to comment.