Talking to myself again lol
I've found the code in picturecomment.php that controls this:
Code:
if (($vbulletin->options['pc_moderation'] OR !($vbulletin->userinfo['permissions']['albumpermissions'] & $vbulletin->bf_ugp_albumpermissions['commentfollowforummoderation'])) AND !fetch_user_picture_message_perm('canmoderatemessages', $pictureinfo))
There are two sets of conditions, either of which would cause the picture comments to be moderated by default and not displayed until approved - which leads me to believe there *must* be a setting for this in the ACP somewhere
Neither condition are TRUE at the moment hence comments are displayed by default
Although I can easily hack this to make it behave as I wish it to now (tried it on my test site) I would still rather prefer to find the correct setting
Rich