Spartan Well-known member Feb 13, 2016 #1 What conditional statement do I use to have something displayed on every page except the forum list page?
What conditional statement do I use to have something displayed on every page except the forum list page?
P Paul B XenForo moderator Staff member Feb 13, 2016 #2 These guides should help with that. https://xenforo.com/community/resources/conditional-statements.1604/ - see point 24 but you would need to use != instead of ==. https://xenforo.com/community/resources/how-to.4390/update?update=15790 - how to determine the page/template name. Upvote 0 Downvote
These guides should help with that. https://xenforo.com/community/resources/conditional-statements.1604/ - see point 24 but you would need to use != instead of ==. https://xenforo.com/community/resources/how-to.4390/update?update=15790 - how to determine the page/template name.
Spartan Well-known member Feb 14, 2016 #3 Brogan said: These guides should help with that. https://xenforo.com/community/resources/conditional-statements.1604/ - see point 24 but you would need to use != instead of ==. https://xenforo.com/community/resources/how-to.4390/update?update=15790 - how to determine the page/template name. Click to expand... Thank you. Upvote 0 Downvote
Brogan said: These guides should help with that. https://xenforo.com/community/resources/conditional-statements.1604/ - see point 24 but you would need to use != instead of ==. https://xenforo.com/community/resources/how-to.4390/update?update=15790 - how to determine the page/template name. Click to expand... Thank you.