![]() |
|
New Theme for 1.2.9 - zpGalleriffic - 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: New Theme for 1.2.9 - zpGalleriffic (/thread-6618.html) |
New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 19-03-2010 @gir other fact : comment box works well for the images : thank for you're help New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 19-03-2010 Another question on this wonderfull theme : where do I change this value? New Theme for 1.2.9 - zpGalleriffic - gjr - 19-03-2010 @vincent3569: `
` For opacity, if you are using the alt album, which looks like you are, edit these in the js file: js/zpgalleriffic-min.js, otherwise in zpgalleriffic.js. You will see two opacity var sets - New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 21-03-2010 @gjr in fact, with the default theme, the following code in album.php
` => so, it seems to be a bug of printCommentForm() ? New Theme for 1.2.9 - zpGalleriffic - gjr - 22-03-2010 It is not a bug, just a matter of every theme using the correct conditionals. The theme needs to determine if the comments plugin is activated (function_exists), and then also if the object is allowed for comment (getCommentsAllowed) New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 22-03-2010 compared to previous message, I meant that, whatever the theme, the problem is the same on the [b]album pages[/b] : Comments are not displayed, even if they are allowed : there's no html code between the div tags. so it seems not to be a problem of your theme but to be a problem of printCommentForm function New Theme for 1.2.9 - zpGalleriffic - acrylian - 22-03-2010 No, it is not a problem of the comment form. The clue is that there is no extra `" around the form neeeded as the form function would print that itself if activated. If comments for the item are disallowed it normally shows something like "closed for comments". If the plugin is deactivated, it of course shows nothing. New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 23-03-2010 sorry, i understood and I found my mistake. on the same subject : is there a function to control if comment are opened or not on an album or an image ? New Theme for 1.2.9 - zpGalleriffic - acrylian - 23-03-2010 Sure, there is a checkbox to allow comments specifially for each image, album (as well as Zenpage pages and news). New Theme for 1.2.9 - zpGalleriffic - vincent3569 - 23-03-2010 of course, i know that ;-) |