
I use this and it works like a charm

I see forward to they others feature release.
Thanks for good work.
Best Regards
juhohei wrote:I still haven't found the solution how to get newest images from the gallery to separate index paga (not the forums index).
Anyone?
VISIBLE, here?VISIBLETHUNDER wrote:Have you also lowered the quality setting in includes/gallery.php ?
Code: Select all
$image_quality = ($size == 'small' || $size = 'med') ? (int) $this->config['thumbnail_quality'] : 100;
imagejpeg($new_image, $destination, $image_quality);
VISIBLETHUNDER wrote:Simon I have replied to your email,
It was my instructions that were wrong,
I have included new instructions and updated the how to thread.
Sorry for all the hastle
http://www.threesixes.co.uk/phpBB3/view ... p=235#p235VISIBLETHUNDER wrote: the reason the next / prev links don't show up is due to a filepath error in lightbox.css, I'm trying to find the post which explains the fix.