I have a very annoying problem,
When i click a picture so that it go fullscreen
there is still scroll bards, and it doesent show the whole picture,
very annoying, is there anything that could be change in the
settings?
Please post a link to one of those pictures.
seems that my linking is messed up =/
http://www.webpicture.tk/gallery/displayimage.php?pos=-284 NOT WORK SAFE
http://www.webpicture.tk/displayimage.php?pos=-284
either way 284 is the picture :D
First, you need to give a headsup when you post a link to your site that contains nudity.
Your use of frames and right-click disablement is hindering the troubleshooting process.
ok sorry about the "Nudity" i´d guess there is most older peoples here 8)
Age has nothing to do with it.
most people just don't want such things on their computer unexpected, but also this can cause problems with supporters who are viewing at work, or on their family computer with their family around them.
Please respect that.
edit displayimage.php, find $winsizeX = $CURRENT_PIC_DATA['pwidth'] + 16;
$winsizeY = $CURRENT_PIC_DATA['pheight'] + 16;
and change to $winsizeX = $CURRENT_PIC_DATA['pwidth'] + 20;
$winsizeY = $CURRENT_PIC_DATA['pheight'] + 20;
or similar (play with the exact pixel settings).
Joachim
P.S. Yeah, I guess us oldtimers are offended to view adult pics, only very young people can stand this, preferably children ::) >:(
Ok, i truly understand. wasnt ment for somebody to get offended,
either way changing it to 20, worked very good,
Now i only need to get the links to work. any ideas?
make sure you have set up the "ecard link" in coppermine config set up properly. It mustn't point to your site's root, but to the url of your coppermine folder (without the trailing "index.php").
Joachim
P.S. We have a "one question per thread" policy, please respect it in the future, as it makes tracking of solved/open issues easier both for support staff as well as for other users looking for answers.