Note that I've removed the `functions-controller.php` since my changes got accepted into core. A lot of fixes has been made to that file since, so I'd strongly advice you update yours too.
Has this been updated for Zenphoto 1.2? I'm getting errors:
* On the Galleries front page, I get the following on the bottom of the page: "Strict Standards: Only variables should be passed by reference in /var/www/zenphoto/themes/default_tricasa/index.php on line 43 680 "
* On an image page, I get the following error on the bottom of the page (btw, Comments are disabled): "Notice: Use of undefined constant php - assumed 'php' in /var/www/zenphoto/themes/default_tricasa/image.php on line 309"
and, most significantly, "Next" and "Prev" are not working. The Firefox error is that "nextImage is not defined".
Maybe I'm doing something wrong, can anyone help out?
No, all known themes that are working are listed on our themes page.
But on this page you can download a rough sketch of jQuery Galleria script implementation a user did quite some time ago. The script part seems to work with the current version (not for multimedia file though). It's not a complete theme though so you will have some work to do.
Comments
Note that I've removed the `functions-controller.php` since my changes got accepted into core. A lot of fixes has been made to that file since, so I'd strongly advice you update yours too.
* On the Galleries front page, I get the following on the bottom of the page:
"Strict Standards: Only variables should be passed by reference in /var/www/zenphoto/themes/default_tricasa/index.php on line 43
680 "
* On an image page, I get the following error on the bottom of the page (btw, Comments are disabled):
"Notice: Use of undefined constant php - assumed 'php' in /var/www/zenphoto/themes/default_tricasa/image.php on line 309"
and, most significantly, "Next" and "Prev" are not working. The Firefox error is that "nextImage is not defined".
Maybe I'm doing something wrong, can anyone help out?
But on this page you can download a rough sketch of jQuery Galleria script implementation a user did quite some time ago. The script part seems to work with the current version (not for multimedia file though). It's not a complete theme though so you will have some work to do.