![]() |
|
An adaptation of Tricasa for Zenpage - 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: An adaptation of Tricasa for Zenpage (/thread-6179.html) Pages:
1
2
|
An adaptation of Tricasa for Zenpage - titou - 2009-11-24 Hi, you can use hotkeys "right" and "left" to navigate between images It's base on the last version on zenphoto (1.2.6). Todo:
Here the link for the demo If you want to help me for the last things to do, i'll be glad ! PS: Sorry for my poor english !!) An adaptation of Tricasa for Zenpage - olihar - 2009-11-24 Ahhh just what I spoke to Acrylian about few days ago... Super fast image browsing. Does this support Google maps? Description with images? Tags? I think something like this should be part of ZenPhoto as a theme. An adaptation of Tricasa for Zenpage - titou - 2009-11-24
My actual problem is to give for admin the right of editing description and title of image. An adaptation of Tricasa for Zenpage - acrylian - 2009-11-24 Nice of course, especially as it just preloads one image at the time. I can imagine that it is a litte difficult to get it to work with all the other standards. An adaptation of Tricasa for Zenpage - olihar - 2009-11-25 Would there be a change to get a copy to try and get Google maps to work. You can get in touch privately through my web-page. If you want to hold of posting in public as it is now. www.olihar.com I am pretty busy these days but I might be able to slip in some minutes to have a look. I am very interested in knowing how this will work with the the class-textobject to load some flash. See here for example. An adaptation of Tricasa for Zenpage - titou - 2009-11-25 I think that a theme is easier than a plug-in. I'll try to put all standards on it but it's a quite complicate. In the idea, I need to have an extra page (like theme-function.php) allowing me to get all information from the previous image and the image next to having to load them in my page. It is easy to do with the image name, comments, title, description, but it is complicated with the rest, including the function reserved for the administrator to "edit in place" Olihar => You've got the theme on your mail An adaptation of Tricasa for Zenpage - acrylian - 2009-11-25 JS stuff is easily getting complicated and that is one reason why similar things are not in the standard themes as we would have to maintain and we are just two active devs as you probably know... :-) Regarding plugin vs theme. Of course choose what is easiest for you. Any new theme is welcome. An adaptation of Tricasa for Zenpage - olihar - 2009-11-26 Titou, I have received your files, and sent you email with some questions, Thanks. I hope we can make something to share with the community. An adaptation of Tricasa for Zenpage - Laurent - 2009-11-29 Very impressive, the images load very quickly. Laurent An adaptation of Tricasa for Zenpage - acrylian - 2009-11-29 Keyboard navigation is not that difficult, see for "accesskey" for example here: An adaptation of Tricasa for Zenpage - Laurent - 2009-11-29 Thanks for the link, i'll give a try. I will search google fot that too ;-) Laurent An adaptation of Tricasa for Zenpage - acrylian - 2009-11-29 Of course there is probably a jquery tool for everything..;-) An adaptation of Tricasa for Zenpage - titou - 2009-12-07 I updated my script to support more plugin.
I try to integrate the google map script, but I've got always the same difficulty. Php functions used by default in zenphoto contain "echo" so I need to open all plugin's file, take print function and copy it in my theme function (by copying and pasting and replace the "echo" by variables). What could be interresting in a future version zenphoto would distinguish 2 types of functions:
So the theme in advance and try to get a clean version in a few days. An adaptation of Tricasa for Zenpage - acrylian - 2009-12-07 Actually most Zenphoto functions have a "get" variant that just returns values. Some "print" variants print more complicated html setup so a plain "get" equivalent is not possible. The google maps plugin especially does not have that as probably the initial developer of it had not thought about that. Since you already made those functions, feel free to submit them as additions for that plugin via the ticket system. We welcome every contribution (also if you find missing things like this elsewhere, but note we have also a object framework that can do many things more flexible than the pure theme functions). An adaptation of Tricasa for Zenpage - duckunix - 2009-12-09 Do you folks have something you can share? I am looking to set up a new zenpage site, and I really like the look of olihar's site... Thanks! don An adaptation of Tricasa for Zenpage - titou - 2009-12-22 The adress of webpage change now, you can test it on http://www.titou.biz/zen. An adaptation of Tricasa for Zenpage - acrylian - 2009-12-22 Looks nice. I will not implement this in the official theme though, as I/we have enough stuff to maintain anyway. It probably would be great if you could maybe make a completely new theme/design since we could always use some?...;-) An adaptation of Tricasa for Zenpage - olihar - 2009-12-22 Yes I have had that in mind when the script has been done and cleaned up to implement the drop down menu I posted earlier on the forum and make a clean and new look, take away the sidebar and only use a drop down for navigation. Make a very clean, simple and fast browsing theme. I have been doing some tests of having a theme with 3 colors that the user browsing the web chooses to his liking, White, gray and black. The flash object I use on my own web-page using the Text-Object are giving me a hard time not being able to change background color using CSS. An adaptation of Tricasa for Zenpage - acrylian - 2009-12-22 Sounds good. I don't understand the flash object question actually (if it was a question). An adaptation of Tricasa for Zenpage - olihar - 2009-12-22 No it wasn't a question :-) per say... I am pretty sure I cant change the background of a flash file that I use Javascript to display using CSS. var so = new SWFObject("path to flash file", "name of object", "100%", "300px", "9.0.28","#FFFFFF"); This will be a white background. I am going to look into this a little more and then I might bring out a question. I am using Text-Object to embed flash to my webpage... you can see here. http://www.olihar.com/gallery/Panorama/Iceland/Aurora.txt.php It works great and titou has gotten the script to work with it perfectly. But like I say if I want to do a theme with different colors I am having hard time changing the background of the flash object using CSS. |