
Re: FAP : Disable Comments/vote For Personal Galleries
Okay, this will disable the ability to comment and rate pics in a Personal Gallery ..... OPEN
OPEN
album_showpage.php
FIND
//---------------------------------
// Comment Posting Form
//---------------------------------
AFTER ADD
$album_config['comment'] = ($album_user_id == ALBUM_PUBLIC_GALLERY) ? $album_config['comment'] : 0 ;
FIND
AFTER ADD
$album_config['rate'] = ($album_user_id == ALBUM_PUBLIC_GALLERY ) ? $album_config['rate'] : 0 ;