MG 1.1 Gallery album page criteria for notices

Sunka

Well-known member
Any chance to set criteria for gallery album?
I need to show notice to users when they open one album in gallery
 
Not a notice but you could use a conditional based on URL in an ad template:
Code:
<xen:if is="{$requestPaths.requestUri} == '/community/URL'">
Your notice here
</xen:if>

Could probably style it close enough to at least a block notice..
 
Top Bottom