What template do i need to look for to add in additional text to the main home page of the media gallery? Would like to add some additional text where the red box is to this page if possible please
<xen:if is="!{xen:helper ismemberof, $visitor, 7,13} AND {$forum.node_id} == 51">
<div class="alert-info">
<b>To post in this section, you require a minimum of 15 posts & 24 hour membership.</b>
</div>
</xen:if>
You may have more luck with xengallery_wrapper_media_home but even so, it may not be the ideal location.
Aside from that, the code wouldn't work because the gallery wouldn't understand the {$forum} variable you're using in that conditional, but you may have addressed that already.