First off, thanks to Pie Man, I was able to add lots of features to my site!
Having read the documentation, I understand that variables can clash. I have the entry form in a exp:weblog:entries loop and my photo {title} clashes with the weblog entry title and is overwritten. Is there an alternative to the {title} variable?
{exp:weblog:entries weblog="progress" show_expired="yes" rdf="off" status="open|review" show_future_entries="yes" limit="1"}
Weblog Entry Title: {title}
{exp:gallery_extended:entries related_id='{segment_3}' type='weblog' disable='member_data|trackbacks'}
<img src='{thumb_url}' alt='{caption}' />
<p>Title: {title} | Caption: {caption}</p>
{/exp:gallery_extended:entries}
{/exp:weblog:entries}
