coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: sanofi on July 24, 2006, 02:19:39 AM

Title: Disable album password in user galleries
Post by: sanofi on July 24, 2006, 02:19:39 AM
Hello,

How can I disable the album password feature for users in the users galleries, please ?
Title: Re: Disable album password in user galleries
Post by: sally on August 08, 2006, 07:19:14 PM
Hi sanofi,

This might solve your problem...

See 'reply1' :http://forum.coppermine-gallery.net/index.php?topic=31648.0 (http://forum.coppermine-gallery.net/index.php?topic=31648.0)


Quote...removing the album password field from the code if you don't want it to be available.

Edit modifyalb.php, find

Code:

    array($lang_modifyalb_php['alb_password'].$help_album_password, 'alb_password', 6),
    array($lang_modifyalb_php['alb_password_hint'].$help_album_password, 'alb_password_hint', 7),

and comment out by replacing with

Code:

    //array($lang_modifyalb_php['alb_password'].$help_album_password, 'alb_password', 6),
    //array($lang_modifyalb_php['alb_password_hint'].$help_album_password, 'alb_password_hint', 7)


It works fine!! -  It does off course remove the album password feature for all albums, not only user albums.