Sane integration of tricasa in zenphoto.

2»

Comments

  • ulfben's changes are released to tonight's build.
  • I found that the javascript would break over newlines in comments. You can get the fixed version at the same place.

    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?
  • Tricasa is not one of the supported themes. You can prevent the error message (but not the error) by setting `error_reporting(E_ALL);`
  • Is anyone aware of a functioning theme that utilizes AJAX or JS for navigating between photos?
  • acrylian Administrator, Developer
    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.
Sign In or Register to comment.