Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-11-2014 14:16:18

timberguy
Member
Registered: 01-14-2008
Posts: 142

Selectively removing left side content.

Is there a way to remove the let had banners to replace with other content on certain pages?  Some pages we would like it to stay, but others the room would be better served for other <div> content

Offline

 

#2 02-12-2014 10:24:47

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Selectively removing left side content.

You could edit the file {private}/apps/cms/CMS/includes/skinwidgetbanners.php and at the top add something like this:

Code:

if ($this->globals('core.namespace') != 'display') {return 1;}

That would present the side banners only on HTML pages.


Nick Hendler

Offline

 

Board footer