Gallery moderators who have a username with HTML mark up only appear as normal text even though
fetch_musername() is called as the gallery mod cache doesn't store there usergroupid.
I've added a usergroupid column to
adv_gallery_moderator and edited the doaddmod section in
vba_gallery_admin.php to select the usergroupid along with the userid and insert it into the
adv_gallery_moderator table.
Once the cache is re-built then the username shows correctly with the markup. Of course if the user changes there usergroup then this cache isn't going to update without modifying
vB itself.