I am going to build this in later on as an option but here is the code
Open themes/default/Gallery.template.php
Find around line 991
//Show report picture link
if($g_report)
{
echo ' <a href="' . $scripturl . '?action=gallery;sa=report;id=' . $context['gallery_pic']['ID_PICTURE'] . '">' . $txt['gallery_text_reportpicture'] . '</a>';
}
Add after
//BBC Code
echo '<br />BBC Code: <input type="textbox" name="bbc" size="100" value="[img]' . $modSettings['gallery_url'] . $context['gallery_pic']['filename'] . '[/img]" />';