Replicating Lucid Banner to New Pages
Design and Skin Customization
Thanks, Derrick!
I was making it too complicated and looking for another template besides that one. No wonder I couldn't find it
@Paul - it looks good! Thanks
ETA: For other newbies that might want to use this.
Check out "Reading The $_post" @
https://www.jamroom.net/ultrajam/documentation/code/1683/reading-the-post
to see exactly what $_post.module_url returns.
My code ended up as follows:
{if $_post.module_url == NULL || $_post.module_url == 'test'}
<div class="banner"></div>{else}
<div class="spacer"></div>{/if}
NULL is for "http://mysite.com"
test is for "http://mysite.com/test"
Cheers!
updated by @tatiana-dokuchic: 09/22/16 03:17:20PM