![]() |
|
Calendar - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Calendar (/thread-852.html) |
Calendar - EazyOne - 2006-10-23 Any words on the next update, and new features?.. Keep up the good work. Regards Calendar - thinkdreams - 2006-10-23 EZ1. I think you might be mistaken about the Calendar. The Calendar you see on that page is an archive generated calendar via wordpress, which is the blogging software running on Trisweb. To my knowledge, there is no calendar feature planned (at least I don't think so.) Calendar - EazyOne - 2006-10-23 I know its genrated via WP. I only used it as an example. /EZ1 Calendar - thinkdreams - 2006-10-23 Oh. OK. Sorry for misconstruing your intentions. I think that could probably be done, but at the moment I suspect it would be a DIY solution, since Tris is quite busy at the moment. Zenphoto already has a rudimentary date function in the latest 1.0.3 version, and I do have it enabled in my code on my site, but I don't regularly use it. My Thinkdreams theme took advantage of displaying it, but my new theme does not. As for building a calendar, or timeline, if you will, you could take the functionality and create a PHP based 'timeline' display of the pictures in chronolgical order. If you do a search for 'timeline wordpress php' there is a wordpress plugin that displays a timeline that was recently done, that might be able to be adapted for this purpose. Since you're just pulling date information already in the Zenphoto DB (if you enable the date functions commented out in the current version), you should be able to do what you want. Provided you wish to mess with the code. Just some ideas. Pardon my rambling. Calendar - EazyOne - 2006-10-24 Thanx for your fast and helpful reply.. Thx in advance Calendar - thinkdreams - 2006-10-24 Give me a bit. I'll take a peek and let you know what files need to be modified (I can't remember off the top of my head). There is some older forum articles about it, but I'll post a new reply here shortly. Calendar - thinkdreams - 2006-10-24 May I take a look at your admin.php? If you want, you can "dropload" it to me, which is a free online quick retrieval FTP-ish thing, which has a free registration. It will send me an email once it's uploaded. I've used it for work a lot, it works well. All you should have to do is uncomment the lines in the admin.php, and that should do the trick. Provided you didn't miss something in your syntax. I've done that before. http://www.dropload.com Calendar - thinkdreams - 2006-10-24 Here is an example using the printAlbumDate() function in my theme. (Just in time for Halloween) http://www.thinkdreams.com/zenphoto/halloweenpumpkins2006/ The trick is to be really specific about the structure of the date. If you have access to phpMyAdmin, you can go in there and look at the date field under the albums table. The format is 0000-00-00 00:00:00. I just enter for example 2006-10-15, which seems to work just fine. Let me know when i can look at your admin.php. It's probably just a syntax problem the more I look at it in my configuration. Calendar - EazyOne - 2006-10-29 I mailed it to you /EZ1 Calendar - EazyOne - 2006-11-25 Hi ThinkDreams Dunno if you ever got the file, but I have sent it again, this time using DropLoad. I cant get it to work, upload works, but it returns a blank screen, after I press save, and no date is added, when I look in DB using PHPmyAdmin TIA Calendar - trisweb - 2006-11-25 Dates are not well implemented and entirely untested in current versions. It's one of the major problems in fact, mainly due to the fact that I couldn't devise a nice simple date entry interface... Hopefully I'll have that solved very soon, as I just refactored the database persistence layer and things are now much easier to work with. It'll likely be a single date field that's by default populated with the date from the EXIF data, if that's not present, then it'll use the file's Create date, and if that's not, then the Modified date. After that, it will of course be editable through the admin, and likely AJAXified like the title/description while browsing the gallery. Calendar - EazyOne - 2006-11-26 Sounds very promising Tristan. Any idea when next version will be released?.. /EZ1 |