Hi there. Unfortunately I tried to fix a minor bug in this line (to prevent having the upload date/time directly behind the name of the uploader (without a space)), but it did not work out, so I tried to change the line back to original. However, it caused the Gallery to not work anymore at all, since I missed something in this line to change back correctly:
echo $txt['gallery_text_postedby'] . '<a href="' . $scripturl . '?action=profile;u=' . $context['gallery_pic']['ID_MEMBER'] . '">' . $context['gallery_pic']['realName'] '</a> . $txt['gallery_at'] . $context['gallery_pic']['date'] . '<br />
Can anybody help, please? (What's the correct (original) code without the mistake?)