ZenphotoCMS Forum
zpArdoise 1.4 for zenphoto 1.4.1 - 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: zpArdoise 1.4 for zenphoto 1.4.1 (/thread-8854.html)

Pages: 1 2


zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 2011-09-01

The forum does not filter code if you correctly put it into backticks (that are the accents like in "è") or the html [code][/code] element. See:

name=""

name=""




zpArdoise 1.4 for zenphoto 1.4.1 - vincent3569 - 2011-09-01

that's what I have done before...

another try withy backtick : find the following code in album.php :

`




zpArdoise 1.4 for zenphoto 1.4.1 - acrylian - 2011-09-01

May be that the forum software sometimes acts weird...

To your video placeholder: We have default images you should really use via the thumbnail functions in case you have videothumbs instead of $_zp_themeroot; ?>/images/video-placeholder.jpg. You can even have custom ones within your theme if you don't like ours. Just place images with the exact names within the theme's /images folder.




zpArdoise 1.4 for zenphoto 1.4.1 - gjr - 2011-09-01

@vincent3569 - I did test this as I did not think it would work with the history plugin, but it does. Nice addition, I will add it to my next release of zpGalleriffic. You can see it in action on the zpGalleriffic demo.

btw - zpmasonry does not use galleriffic.




zpArdoise 1.4 for zenphoto 1.4.1 - make-zp - 2012-02-26

Hi Vincent,
thank you for all your work!

Pretty new to ZP, I'd like to dare suggesting a code change for you next version. It took me some hacking to figure the theme is not checking all Colorbox settings.
When option "sizedimage" is set, your theme still loaded "fullimage".

So I went in the code and added in album.php ~line 54+
`

class="colorbox" href="" title="">

`
This will generate whatever sized image in the cache and Colorbox will use it.

Cheers