Rene
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Local avatars not shown on photo commentsThanks!
Forum: Plugins
In reply to: [WP Photo Album Plus] Layout fix for album coversThx!
Forum: Plugins
In reply to: [WP Photo Album Plus] Bug – Filmstrip doesn't display correctlyThe link is working fine in Chrome and IE.
No matter which zoom out value I use, it is aligned correctly.Thanks!
Forum: Plugins
In reply to: [WP Photo Album Plus] Bug – Filmstrip doesn't display correctlyHello Jacob,
I saw this too sometimes. It occurs in the Chrome browser when you zoom out for instance to 90% or less. If I use the link you give above, it happens when I zoom out to 33% or less.
With the IE browser I see this issue not!
Best regards,
RenéForum: Plugins
In reply to: [WP Photo Album Plus] Parent option to widget "WPPA Uploader Photos" ?Thanks a lot, this is working great!
Forum: Plugins
In reply to: [WP Photo Album Plus] Show photo owner only in a slideshow?Hello Jacob,
If II-B5.1 is independent of II-B5 that will be great!
I prefer when you tick off II-B5 and tick II-B5.1 then display only the “user display name” without the parenthesis.Perhaps it will also be nice to have this independent functionality too for:
II-D1 with II-D1.1 (thumbnails)
II-D4 with II-D4.1 (popup does not have D4.1 now)Thanks a lot!
René
Forum: Plugins
In reply to: [WP Photo Album Plus] Missing language translationThanks this will be great!
Your right, I’m Dutch.
When I give the user upload rights in table VII-A, the limits are spoiled and can upload as many photos the user likes.
I did some inspection too and find that for editing photos the validation of
current_user_can( 'wppa_upload' )went wrong when table VII-A Upload Rights is not ticked. In file wppa-ajax.php line 52 I did some little modification and replaces this line of code by:
if ( wppa_get_user() == wppa_get_photo_owner( $photo ) && ( current_user_can( 'wppa_upload' ) || is_user_logged_in() && wppa_switch( 'wppa_upload_edit' ) ) ) $ok = true;This makes it possible for the user to edit its own photos without any rights in table VII-A and VII-D1 and 2 ticked.
May be there are more places with the
current_user_can( 'wppa_upload' )validation that needs some inspection.Thanks for all the good help!
Best regards,
RenéAdditional information:
I have also configured these settings into a WordPress Single site as testing environment. There it’s working all fine and I can edit photos after they are uploaded.
On the website of the Photo-club, we are using WordPress Multi site configuration. And this private part of the website is set to the second site in the multi-site environment.
I hope this extra information is helpful.
Best regards,
RenéThanks for the fast response!
I have disabled the userroles in Table VII-A, and pick Table VII-D1 and 2 and configured Table VII-B.
When I click on edit as an user with subscriber role then I get a popup with the message “You do not have sufficient rights to do this”. And this popup does not show anything more.Do you have any idea what I’m doing wrong?
Best regards,
René