Errors in contact page(plugin) + Owner (album owner)?

Bugs?

Environment
Zenphoto version 1.4.2.1 [9138]
Windows 7

1.) Zenpage contact form invisible in index form (zenphoto theme)

zp_plugin_contactform is not in options table and works when truncated from sidebar.php

functions.php (zenphoto theme) - <?php if ($_zp_gallery_page!='contact.php' && getOption('zp_plugin_contact_form') && ($_zp_gallery_page != 'password' || $_zp_gallery->isUnprotectedPage('contact'))) printCustomPageURL(gettext('Contact us'), 'contact', '', ' | ', ''); ?>

2) Owner incorrect (admin-edit.php)- How come after a user adds any album, the owner resorts to being the admin. This ideally should be the user who uploaded the album. Pls check the point of creating the album as the database field 'owner' is empty after saving the new album. Somehow the field is not added.

Comments

  • acrylian Administrator, Developer
    1) I am sorry I don't completly understand the problem and I also don't know what the "Zenphoto theme" is. Standard themes have a static custom page for the contact form that is linked if the plugin is enabled. Please state what theme you are using and if you are using a custom theme please use a standard one if it works there.

    2) I have no time to dig into this right now so please open a ticket for this on the bugtracker.
  • This ideally should be the user who uploaded the album.
    This should be the user who created the album. How was it created in your case?
Sign In or Register to comment.