ZenphotoCMS Forum
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 3


An adaptation of Tricasa for Zenpage - titou - 24-11-2009

Hi,
I've made an adaptation of tricasa theme for Zenphoto.
The code is not clean for the moment but working well with comments, and plugins like flowplayer 1.2.6.

you can use hotkeys "right" and "left" to navigate between images

It's base on the last version on zenphoto (1.2.6).

Todo:

  • add support of rating plugin
  • add support for the counter (the idea is to take the same code as the slideshow)
  • optimize the javascript (and the table wich countain all information about images...)
  • add a jQuery plugin for history

Here the link for the demo
http://zen.titou.biz

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 - 24-11-2009

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 - 24-11-2009

  • It's not support Googlemaps for the moment (because I don't use it)
  • It's support description
  • It's not support Tag (for the moment) but the process should be the same as description.

My actual problem is to give for admin the right of editing description and title of image.
The (big) difference between tricasa and this theme is the process of loading image. In tricasa, the image is load on the html page (hidden with css), in mine, image is load on the dom and replace the image when you change picture (without css).




An adaptation of Tricasa for Zenpage - acrylian - 24-11-2009

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.
A theme with this would be welcome of course. Or maybe this could even be a plugin so you could setup any theme with it?




An adaptation of Tricasa for Zenpage - olihar - 25-11-2009

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.
http://www.olihar.com/gallery/Panorama/Iceland/Valahnjukur.txt.php




An adaptation of Tricasa for Zenpage - titou - 25-11-2009

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 - 25-11-2009

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 - 26-11-2009

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 - 29-11-2009

Very impressive, the images load very quickly.
You also have a great function : the keyboard navigation. Can you share this for us ?

Laurent




An adaptation of Tricasa for Zenpage - acrylian - 29-11-2009

Keyboard navigation is not that difficult, see for "accesskey" for example here:
http://www.w3schools.com/TAGS/ref_standardattributes.asp