Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 3, 20196 yr I am wondering if there is a conditional statement I can use based on a URL? I want to tell IPS to show some HTML IF it's on a specific URL Is this possible?
January 3, 20196 yr You can use the current url \IPS\Request::i()->url() {{ if \IPS\Request::i()->url() === 'some_url'}} HTML {{endif}} Edited January 3, 20196 yr by newbie LAC
Archived
This topic is now archived and is closed to further replies.