
Re: No Watermark In Privat Albums?
There is the option to use different watermark for each category, which I think is what
jz may have been referring to.....but not for the personal galleries.
You must modify code to get what you want.
OPEN
album_pic.php and
album_picm.php
FIND
if( ($album_config['use_watermark'] == true) && ($userdata['user_level'] != ADMIN) && ( (!$userdata['session_logged_in']) || ($album_config['wut_users'] == 1) ) )
REPLACE WITH
if( ($album_config['use_watermark'] == true) && ($album_user_id == 0) && ($userdata['user_level'] != ADMIN) && ( (!$userdata['session_logged_in']) || ($album_config['wut_users'] == 1) ) )
Edited by
Artie, Sun 03 Jun, 2007 18:08: Moved to FAP General Discussions And Customizations