FAP CUSTOMIZATION - No Watermark In Privat Albums? »  Show posts from    to     

Icy Phoenix


Archived phpBB Topics (Styles, Mods, Support) - FAP CUSTOMIZATION - No Watermark In Privat Albums?



Helmut71 [ Fri 01 Jun, 2007 14:33 ]
Post subject: FAP CUSTOMIZATION - No Watermark In Privat Albums?
is it possible to turn off the watermark in privat albums??


jz [ Sun 03 Jun, 2007 01:34 ]
Post subject: Re: No Watermark In Privat Albums?
Yes, form ACP -> Photo Album


Helmut71 [ Sun 03 Jun, 2007 09:42 ]
Post subject: Re: No Watermark In Privat Albums?
Could you tell me where to do so??

I just find an option to turn on/off watermark, to make it visible für guests / all users and to configure the position...


Artie [ Sun 03 Jun, 2007 18:07 ]
Post subject: 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
Code: [Hide] [Select]
if( ($album_config['use_watermark'] == true) && ($userdata['user_level'] != ADMIN) && ( (!$userdata['session_logged_in']) || ($album_config['wut_users'] == 1) ) )

REPLACE WITH
Code: [Hide] [Select]
if( ($album_config['use_watermark'] == true) && ($album_user_id == 0) && ($userdata['user_level'] != ADMIN) && ( (!$userdata['session_logged_in']) || ($album_config['wut_users'] == 1) ) )


Helmut71 [ Mon 04 Jun, 2007 07:10 ]
Post subject: Re: No Watermark In Privat Albums?
@artie: thank you!

What does the code do which you suggested? Does it eliminate the watermark in the personal albums colpetely or is it possible to use a different watermark, if yes where can I do so for the personal albums?


Artie [ Mon 04 Jun, 2007 15:39 ]
Post subject: Re: No Watermark In Privat Albums?
The code above eliminates the watermark for personal galleries.

There is no option to set a different watermark for the personal galleries......
What you could do is set up the watermark that you want for the personal galleries as the default and then assign (in the ACP) a different watermark for each public gallery.


Helmut71 [ Mon 04 Jun, 2007 16:28 ]
Post subject: Re: No Watermark In Privat Albums?
@artie: thanks a lot, it is ok to eliminate the watermark.

Perhaps this could be a feature in upcoming versions, to let each user set a personal watermalr in his/her personal albums.




Powered by Icy Phoenix