Hello
after having submitted my site for the showcase (http://www.zenphoto.org/zp/showcase/vincent-bourganel.jpg.php), I am pleased to offer my zpArdoise theme to download.
Follow the link to read the news and for dowload the theme :
http://vincent.bourganel.free.fr/zenphoto/index.php?p=news&title=zpArdoise-a-ZenPhoto-ZenPage-theme.
hello,
the names of the tables has changed with version ZenPhoto 1.4, so my theme zpArdoise does not work anymore.
to solve the problem:
in themeoptions.php, change:
$ unpublishedpages query_full_array = ("SELECT FROM titlelink. " prefix ('zenpage_pages'). "WHERE``show! = 1 ORDER BY sort_order");
by
$ unpublishedpages query_full_array = ("SELECT FROM titlelink. " prefix ('pages'). "WHERE``show! = 1 ORDER BY sort_order");
and everything will be fine.
for information, I will publish soon a 1.1 version of my theme that will work properly with ZenPhoto 1.4.
vincent
Hello,
I made the change you suggested but now when I try to active the theme options I have this message at the top of the Theme thumbnail : Parse error: syntax error, unexpected T_STRING in .../zenphoto/themes/zpArdoise/themeoptions.php on line 97. I would like to have access to the advanced options of this theme in order to use colorbox with it (if it's possible). Could you tell me if I made something wrong and if it's possible to fix this problem. Thanks in advance.
PS: Sorry for my english, it's not my native tongue :/
The code as it appears directly is incorrect because it contains backticks. I'm not sure if there's a way to get around that on these forums, however.
It was the easiest way for me to say replace the whole line.
Of course, the only modification to do is to remplace [b]'zenpage_pages'[/b] by [b]'pages'[/b]
hello
I am preparing version 1.1 of my theme, who supports Colorbox (with galleriffic or not).