Quote:
Originally Posted by cellarius
So you're not getting a db-error and the script is pulling information from the database; else you'd probably see a mysql-error or the result would be empty. Most likely there's something wrong with the path to data-dir where your photos are stored.
A possibility to check this would be:
Look at the source code of the popup window. Look for
Code:
onclick="thumbpaste(
The code should read something like:
Code:
onclick="thumbpaste('<a href=\'http://www.yoursite.com/path/to/gallery/datadir/category_number/filename.jpg\'><img src=\'http://www.yoursite.com/path/to/gallery/datadir/category_number/thumbs/filename.jpg\' style=\'border: 0\' /></a>'
|
I'm not finding that code anywhere in the pp-popup.php file or the template. Where exactly should I look?