|
View previous topic :: View next topic |
| Author |
Message |
Śyama_Dāsa Developer


Offline Joined: Apr 19, 2004 Posts: 2048 Location: Dragonfly CMS Tribe
|
Posted: Tue Mar 08, 2005 11:49 pm Post subject: Re: Watermark in coppermine album for cpg nuke |
|
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0)
|
|
| Back to top |
|
 |
shenphen Platinum Supporter


Offline Joined: May 19, 2004 Posts: 378 Location: Europe
|
Posted: Wed Mar 09, 2005 12:04 am Post subject: Re: Watermark in coppermine album for cpg nuke |
|
Thank you. I'm downloading it. I will try.
***********
Hum... I don't see any setting for "newer" and it doesn't 'remember' the tree directory (ie. direct transfer)... Not that good it seems...
Ok, and I found where to download the complete snapshot... I'll now compare what files I've modified and how to keep those modification. I'm using "Beyond Compare 2"...
shenphen's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.29 (Unix) / MySQL 4.0.24 / PHP v.4.3.10 / 9.0.4 (browser: Firefox 1.0.4)
|
|
| Back to top |
|
 |
djdevon3 Gold Supporter


Offline Joined: Aug 05, 2004 Posts: 4363
|
Posted: Thu Apr 28, 2005 10:40 pm Post subject: Re: Watermark in coppermine album for cpg nuke |
|
OK I have a better idea. Simply provide the option upon upload to add your copyrighted watermark. check, done. simple? I don't think people would abuse the copyright watermark on purpose if they had the option not to.
djdevon3's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33/4.4/4.3.11
|
|
| Back to top |
|
 |
onebuckwild Nice poster


Offline Joined: Nov 01, 2005 Posts: 68 Location: elkton, md
|
Posted: Sat Jun 03, 2006 3:51 pm Post subject: Re: Watermark in coppermine album for cpg nuke |
|
ok, i have found the line 443 were i need to edite the water mark. But have not been able to figure out what to write to get any thing to work. No matter what I have tried I get the error on upload of the new photo.
So what can I put in there to make it diff. Is there a way to put a gif file image as the water mark and place it in the upper left corner. I would like to have the site put the logo on the pics as they show now. Im putting the logo on my self befor upload but it the site did it then my other photographers could upload the photos them self.
_________________ Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
onebuckwild's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache version 1.3.34 (Unix) /MySQL version 4.0.27-standard-log /PHP version 4.4.1 /DflyCMS 9.1.1
|
|
| Back to top |
|
 |
Moparmaniac Nice poster


Offline Joined: Mar 17, 2005 Posts: 130 Location: Solna, Sweden
|
Posted: Wed Dec 03, 2008 8:59 am Post subject: Re: Watermark in coppermine album for cpg nuke |
|
Did anyone figured this one out?
Would be great to have both username+domain & a logo at the same image
Moparmaniac's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux makalu 2.6.17-1-686 / MySQL 4.1.21-standard-log / PHP 4.4.7 / CMS 9.0.5.0 / GD Version bundled (2.0.28 compatible)
|
|
| Back to top |
|
 |
heliown Heavy poster


Offline Joined: Jan 23, 2007 Posts: 250 Location: USA
|
Posted: Tue Mar 17, 2009 3:03 am Post subject: Re: Watermark in coppermine album for cpg nuke |
|
I have updated mine to say something like my picture below. I would want to known how to add an image watermart too if anyone can figure it out.
// Setup a textual watermark ?
if ($CONFIG['watermark']) {
$tolocal = L10NTime::tolocal(gmtime(), $userinfo['user_dst'], $userinfo['user_timezone']) ;
$watermark = 'Uploaded on '.date('M d, Y',$tolocal).' by '.CPG_USERNAME. ' for '.(!empty($MAIN_CFG['server']['domain']) ? $MAIN_CFG['server']['domain'] : $MAIN_CFG['global']['sitename']);
} else {
$watermark = false;
}
_________________ RC heli hobby: www.rchelicoptertown.com
Khmer Community: www.angkorthom.us
heliown's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Mysql 5.1.41/php 5.2.5/CPGNuke 9.2.1
|
|
| Back to top |
|
 |
heliown Heavy poster


Offline Joined: Jan 23, 2007 Posts: 250 Location: USA
|
Posted: Tue Mar 17, 2009 3:05 am Post subject: Re: Watermark in coppermine album for cpg nuke |
|
Ooops forgot to upload picture.
_________________ RC heli hobby: www.rchelicoptertown.com
Khmer Community: www.angkorthom.us
heliown's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Mysql 5.1.41/php 5.2.5/CPGNuke 9.2.1
|
|
| Back to top |
|
 |
Spikester Newbie


Offline Joined: Sep 26, 2009 Posts: 1
|
Posted: Sat Sep 26, 2009 4:14 pm Post subject: Re: Watermark in coppermine album for cpg nuke |
|
| djdevon3 wrote: |
| OK I have a better idea. Simply provide the option upon upload to add your copyrighted watermark. check, done. simple? I don't think people would abuse the copyright watermark on purpose if they had the option not to. |
This is the same idea I have for my site. However I have not been able to find a mod or anything that would add this in. I am not sure how to do it myself as I am still learning PHP. If anyone could give me a shove in the right direction or a bit of code it would be greatly appreciated.
Spikester's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk/idk/idk/idk/9.2.1
|
|
| Back to top |
|
 |
|
|