Ok i noticed a small bug which i have just fixed and updated my install.
If you have already added my previous install, change the following:
In adv_gallery_imagebit template edits you did, you added:
Code:
&image=$images[url]&caption=$images[description]
Change it to:
Code:
&image=$images[url]&caption=
and in ADV_GALLERY_SHOWIMAGE template edits you did, you added (twice):
Code:
&image=$image[url]&caption=$image[description]
change that to:
Code:
&image=$image[url]&caption=
If a user has a long description or has characters in the title etc, its pulling a error so the caption has been changed. This will also fix kall's ealier bug