![]() |
|
cimi theme ;) - 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: cimi theme ;) (/thread-306.html) |
cimi theme ;) - thinkdreams - 07-06-2006 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. cimi theme ;) - Loover - 10-06-2006 Dont break our hearts and release it!!! Pleaaaaase! cimi theme ;) - xebeque - 19-06-2006 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... cimi theme ;) - thinkdreams - 19-06-2006 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. cimi theme ;) - webdev - 27-06-2006 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/ cimi theme ;) - wouter - 28-06-2006 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/. error: 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 cimi theme ;) - webdev - 28-06-2006 easiest way of doining this would be disableing php notices. unless your host admin tool does not allow for you to do this... cimi theme ;) - wouter - 28-06-2006 no it doesn't :(.. any other suggestions? cimi theme ;) - webdev - 28-06-2006 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. cimi theme ;) - webdev - 28-06-2006 but loking at my php.ini I to have notices enabled so it might just be the path to the theme-functions.php? |