Announcement

  •  » Requests
  •  » "Set Photo Properties"

#1 2012-07-31 12:59:04

kim
Guest

"Set Photo Properties"

If you add photos is it possible that the box "Set Photo Properties" will appear permanently?

 

#2 2015-08-16 10:35:12

Shorts
Guest

Re: "Set Photo Properties"

kim wrote:

If you add photos is it possible that the box "Set Photo Properties" will appear permanently?

Does the same question, somebody have a solution in addition?
Version is 2.7.4

Thanks

 

#3 2015-08-20 07:17:31

Shorts
Guest

Re: "Set Photo Properties"

I found a solution:

Edit file piwigo/plugins/community/add_photos.tpl, row 203:

original
    jQuery("#showPhotoProperties").click(function() {
    jQuery(this).parent(".showFieldset").hide();
    jQuery("#photoProperties").show();
    jQuery("input[name=set_photo_properties]").prop('checked', true);
    });

my solution;
/* jQuery("#showPhotoProperties").click(function() { */
    jQuery(this).parent(".showFieldset").hide();
    jQuery("#photoProperties").show();
    jQuery("input[name=set_photo_properties]").prop('checked', true);
/* });  */


Good luck!
Shorts

 

#4 2016-11-29 12:16:44

Paka
Guest

Re: "Set Photo Properties"

Shorts,

Would you know if your solution works in v2.8.3?

 

#5 2016-11-29 12:38:34

Paka
Guest

Re: "Set Photo Properties"

Paka wrote:

Shorts,

Would you know if your solution works in v2.8.3?

Sorry.  A bit lazy.  Just commented out the two lines you suggested in v2.8.3 and surprise, surprise it works brilliantly!

Cheers!

 
  •  » Requests
  •  » "Set Photo Properties"

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact