No header on top of pages

V

Avatar: V

2012-06-09 10:37

Hello,

As you know, all pages have a header like "Home" for main page, "About us" etc.
I dont want Home header on my main page.

Can we remove header on some pages. When we create a new page like Header=Yes or Header: No

Waiting your helps...
Thank you...

» Quick.Cms v4.x

Quick. CMS Türkiye

boboo

Avatar: boboo

2012-06-09 11:26

Do you mean the words in the browser's title bar?
e.g.:
"Home - Quick.Cart fast and simple shopping cart - Windows Internet Explorer"

qc-plugins.kimla.de

V

Avatar: V

2012-06-09 12:35

No, I don t want "page titles"...

like
http://www.2shared.com/photo/LCKOd-RG/pagetitles.html

Quick. CMS Türkiye

boboo

Avatar: boboo

2012-06-09 13:20

So,
two files you have to workaround:
/templates/default/pages_default.tpl
exchange:
<h1>$aData[sName]</h1>
to:
<!-- IF:START PAGE_NAME --><h1>$aData[sName]</h1><!-- IF:END PAGE_NAME -->
and in:
actions/pages.php
under:
$oTpl->setIf( 'NAVIPATH' );
add:
if($aData['iPage']!=1 && $aData['iPage']!=X && $aData['iPage']!=Y)
$oTpl->setIf('PAGE_NAME');

where X,Y are the pages IDs, you want to hide their title.

qc-plugins.kimla.de

V

Avatar: V

2012-06-09 13:42

boboo,

Thank you very much. Great work!..

Quick. CMS 4x Türkiye

Back to top
about us | contact