Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Remove Main Content From Pages Other Than The Home Page

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,
How do I setup up a template layout with out the main body content for use on pages other than the homepage? It needs to have a different layout to the homepage so I can't just use the homepage one with the setting enabled.

Thanks.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Is it more than one page this layout has to apply to?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes.
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
sorry I should also have asked what template are you using?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
base3
  • Peter Baron's Avatar
  • Peter Baron
  • 12 Month basic
  • 112 posts
  • Karma: 0
The administrator has disabled public write access.
So you will need to clone the layout file and then rename it

So open up a new template style or an existing one (that contains the content area)

In the layout tab click to "save as copy" and give it a unique name
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Then in the server navigate to

\templates\base3\tpls

and look for the file you just named

Open it up in a code editor and remove the

<?php if(!$hide_mainbody) {

$this->loadBlock ('mainbody');
} ?>

I'd suggest having a backup of the file and the site in case of accidents

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers