FatCatTuxedo Member Oct 13, 2020 #1 how do I display something in page_container if a user is on a certain page? forum node id didnt work.
how do I display something in page_container if a user is on a certain page? forum node id didnt work.
Solution FatCatTuxedo Oct 14, 2020 HTML: <xf:if is="$xf.uri == '/home/'"> This is what ended up working.
FatCatTuxedo Member Oct 14, 2020 #2 HTML: <xf:if is="$xf.uri == '/home/'"> This is what ended up working. Upvote 1 Downvote Solution