Zen TYPO3 Forum

Our TYPO3 forum is available for freelancers, professionals and clients new to TYPO3 to discuss Basic TYPO3 templating, Typoscript, extension installation, administration and help with subscription templates. Please register for an account to post.

All Categories > Zen Wireframe > Templates and TypoScript > 3 Column template remove log in box from LH column
Total Posts: 3 - Pages (1): [1]
Author: mediatech
Posted: Nov 07 2007 - 03:53 PM
Subject: re: 3 Column template remove log in box from LH column
The easiest way to do this is to open up zmicro/2column.html/3column.html,etc. and remove the following syntax:

<div id="login-box">
<!-- ###LOGIN_BOX### START -->
<!-- ###LOGIN_BOX### END-->
</div>


You can also remove the PDF, print and email, search box, menu and other features this way. Make sure you Clear FE cache in the admin area when you are done for these changes to take effect,

Regards,
Gregory

----
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">

<!--
Zen Microsite Light v1.0
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(c) 2005-2008 - Gregory D. Remington, www.mediatech.net
Some rights reserved, http://creativecommons.org/licenses/by-sa/3.0/
-->

<head>
<title>Zen Micro 3 column</title>
</head>

<!-- ###DOCUMENT_BODY### START-->

<div id="container">

<div id="header">
<div id="masthead">

<div id="nav">
<!-- ###TOPNAV### START -->
<!-- ###TOPNAV### END -->
</div>

<!-- end #masthead -->
</div>

<div id="search">
<!-- ###SEARCH_FORM### START -->
<!-- ###SEARCH_FORM### END-->
</div>

<div id="advsearch-link">
<!-- ###ADVSEARCH-LINK### START -->
<!-- ###ADVSEARCH-LINK### END-->
</div>

<div id="member-links">
<!-- ###MEMBER-LINKS### START -->
<!-- ###MEMBER-LINKS### END-->
</div>

<!-- end #header -->
</div>

<div id="wrapper">

<div id="main-content3col">

<div id="content-navigation">

<div id="print">
<!-- ###PRINT### START -->
<!-- ###PRINT### END-->
</div>

<div id="tipafriend">
<!-- ###TIPAFRIEND### START -->
<!-- ###TIPAFRIEND### END-->
</div>

<div id="pdf">
<!-- ###PDF_LINK### START -->
<!-- ###PDF_LINK### END-->
</div>

<div id="breadcrumb">
<!-- ###BREADCRUMB### START -->
<!-- ###BREADCRUMB### END-->
</div>
<!-- end breadcrumb -->

</div>
<!-- end content-navigation -->

<!--TYPO3SEARCH_begin-->

<div id="main-content">
<!-- ###CONTENT### START-->
<H2>- Title -</H2>
<P>this is the where center content goes</P>
<!-- ###CONTENT### END-->
</div>

<!--TYPO3SEARCH_end-->

</div>
<!-- end #main-content3col-->

<div id="right-content">

<!-- ###CONTENT_RIGHT### START-->
<H2 align="justify">- Title -</H2>
<p>this is the where right content goes</p>
<!-- ###CONTENT_RIGHT### END-->

</div>
<!-- end #right-content-->

</div>
<!-- end #wrapper -->

<div id="left-content">

<!-- ###VERTNAV_TITLE### START-->
<!-- ###VERTNAV_TITLE### END-->

<!--###VERTNAV### START-->
<p>this is the where left menu goes</p>
<!--###VERTNAV### STOP-->

<div id="vertnav-title">
<!-- ###VERTNAV_TITLE### START-->
<!-- ###VERTNAV_TITLE### END-->
</div>

<div id="vertnav-menu">
<!--###VERTNAV### START-->
<p>this is the where left menu goes</p>
<!--###VERTNAV### STOP-->
</div>

<div id="content-left">
<!-- ###CONTENT_LEFT### START-->
<H2 align="justify">- Title -</H2>
<p>this is the where left content goes</p>
<!-- ###CONTENT_LEFT### END-->
</div>

<div id="login-box">
<!-- ###LOGIN_BOX### START -->
<!-- ###LOGIN_BOX### END-->
</div>

<!-- end #left-content -->
</div>

<div id="border-content">
<!--###CONTENT_BORDER### START-->
<!--###CONTENT_BORDER### STOP-->
</div>

<div id="footer">
<!--###COPYRIGHT-LINKS### START-->
<!--###COPYRIGHT-LINKS### STOP-->
</div>

<!-- end #container -->
</div>

<div id="footer2"></div>

<!-- ###DOCUMENT_BODY### END-->
</body>
</html>
Author: mediatech
Posted: Nov 07 2007 - 03:52 PM
Subject: re: 3 Column template remove log in box from LH column
The easiest way to do this is to open up [b]zmicro/home2column.html
Author: fredkw1
Posted: Nov 07 2007 - 07:43 AM
Subject: 3 Column template remove log in box from LH column
By default the better login box is included in the left hand column of the 3 column template. How can this be removed?
Total Posts: 3 - Pages (1): [1]
You must login to post a message to this conference.

 

CHC Forum provided by Cast Iron Coding

TYPO3 Support