Hi there Michael,
Sorry to be a pain, but I have reinstalled everything... got lightbox working and out of nowhere the watermark has appeared again (funnily enough, this 'virgin' install didn't give me watermarks at the beginning!)
my_config.php reads thus:
Code:
/* This section is responsible for the watermark stuff - please delete the cache if you change watermarks */
$print_text=false; // new 1.1 - you can print some text on the lower left corner to protect your images or at least make it a little bit harder to copy it without doing anything :) if you change this setting please delete the cache folder - otherwise generated images are not changed.
$print_text_original=false; // new 1.1 does print the text on the original as well - $enable_direct_download has to be set to false!!!
$text = "powered by TinyWebGallery";
$print_watermark = false; // new 1.1 - you can make a watermark on the images to protect your images or at least make it a little bit harder to copy it without doing anything :) if you change this setting please delete the cache folder - otherwise generated images are not changed. Please read the description of the parameters that belong to the watermark to get best results!
$print_watermark_original=false; // new 1.2 does print the watermark on the original as well - $enable_direct_download has to be set to false!!!
$watermark_small = "buttons/watermark_small.png"; // new 1.1 - this is the watermark that is used on the detail and slideshow images - can be jpg or png - png gives better results
$watermark_big = "buttons/watermark.png"; // new 1.1 - this is the watermark that is used on the download images - can be jpg or png - png gives better results. you can use a larger image here because the original images are most of the times much bigger
$position= 7; // new 1.1 you can define the location of the watermark with this setting (top: 1 2 3, middle: 4 5 6, bottom: 7 8 9
Everything is listed as false (in the admin page and here). So where am I going wrong... I know it must be me - even thought I haven't touched single setting here!
And just to understand. When you write at the bottom of the my_config.php:
Code:
/*
Helper variable for reloading your extra settings. If you add a new parameter manually
you have to add it to this variable too - other wise it will be removed if the config
is changed by TWG admin! $ and " have to be escaped!!
*/
/* extra parameters set in the additional page in the TWG admin */
what is the variable???????
Again, sorry for my seeming stupidity, but I promise that things are changing, even when my fingers are not going near the relevant sections.
For your information. I have not generated a cache and everytime I look at the page, I delete my browser's cache as well, to try to be sure. Am using Firefox 3.0.5 if that helps.
In peace, Max