News:

Follow us on Bluesky!

Main Menu

IF page

Started by Low, August 25, 2015, 08:45:57 AM

Previous topic - Next topic

Low

2.0.10 - I want to add a banner for certain pages. What PHP-if call can I use to only show it on the home, boards, and topic pages. I.e. if topic/home/board = echo 'banner';

JBlaze

To make your life easier, you can consider installing SimpleAds and use that to display a banner (doesn't have to be an ad!) on certain actions/boards/topics, and it has customizable locations to put the banner as well. :)
Jason Clemons
Former Team Member 2009 - 2012

Diego Andrés

BTW, the if would be

if (!isset($_REQUEST['action']) || !empty($topic) || !empty($board))

Don't forget to globalize $board and $topic

SMF Tricks - Free & Premium Responsive Themes for SMF.

Low

Thanks guys, from the given information I should be able to get it sorted. Thanks again!

Advertisement: