Sunka Well-known member Jan 16, 2017 #1 Any chance to set criteria for gallery album? I need to show notice to users when they open one album in gallery
Any chance to set criteria for gallery album? I need to show notice to users when they open one album in gallery
Chris D XenForo developer Staff member Jan 17, 2017 #2 There is no criteria that can target a specific album. Upvote 0 Downvote
Optic Well-known member Jan 19, 2017 #3 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.. Upvote 0 Downvote
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..