Hi, I'm a new user - I can't see this issue in help or elsewhere on the forums, but please forgive me if I missed it.
I have multi root enabled. I have two independent sets of galleries. In the main one (portrait photos) I have the photos with text and image watermarks. That works absolutely fine.
In the other gallery set, which has photos from gigs I've been to and which I'm happy for people to use, I'd like to have copyright text, but not image watermarks.
I saw in help that I can put a different config.php in each of the different root folders, so I have put one in my 'gigs' folder. It seems to work in that I can stop the watermark image appearing, but in that folder the watermark text also does not appear, despite the config.txt (I think) being configured to display text. This is the appropriate section from the config.php in the folder where I would like watermark text but no image:
This section is responsible for the watermark stuff
*/
$print_text=true; // (true/false) 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=true; // (true/false) does print the text on the original as well - $enable_direct_download has to be set to false!!!
$font = dirname(__FILE__) . '/verdana.ttf'; // (String) This are the settings for the image text
$fontsize=10;
$fontsize_original=12;
$text = '(c) Andy Sutton'; // The watermark text.
$textcolor_R = 255; // be careful with changing the colors ! if the compression is low the text becomes unreadable
$textcolor_G = 255; // pretty fast if it is a crazy color
$textcolor_B = 255;
$print_watermark = false; // (true/false) 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; // (true/false) does print the watermark on the original as well - $enable_direct_download has to be set to false!!!
$watermark_small = 'buttons/watermark_small.png'; // (String) 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'; // (String) 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; // (Number) You can define the location of the watermark with this setting (top: 1 2 3, middle: 4 5 6, bottom: 7 8 9
$transparency= 70; // (Number) You can also set the transparency of your logo. 0 is no transparency - 100 max; Try your logo with different settings to get best results. For 24 bit pngs with alphachannel please use 0 because then the alpha transparency is used!
$t_x= 0; // (Number) The next two settings define the position of a transparent color in your watermark.
$t_y= 0; // (Number) If your logo has e.g. a white border you can set the values to 0:0 and the border will be transparent. If you don't want a transparent color: set these values to -1!
/*
Section: Skin SettingsWith those settings I would expect to see text but no image. In fact there is no image and no text.
The portrait photo folder doesn't have it's own config.php, but it seems happy to use the main config.php and my_config.php in my main twg24 folder, which I administer with the admin facility.
Many thanks for any help.