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 > TYPO3 General Discussion > Templates > Addning User Define Template and Content visibility to User
Total Posts: 5 - Pages (1): [1]
Author: TheHemantha
Posted: Oct 08 2007 - 07:44 AM
Subject: re: Addning User Define Template and Content visibility to User
Ok Grate thanks

I have done Working Fine...

Again thanks all of you.....
Author: mediatech
Posted: Oct 03 2007 - 07:31 PM
Subject: re: Addning User Define Template and Content visibility to User
You must also install CSS Styled Content in Web > Template > Info/Modify > Click here to edit whole template record. There is more basic documentation here.



Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington
Author: TheHemantha
Posted: Oct 03 2007 - 06:53 AM
Subject: re: Addning User Define Template and Content visibility to User
Thank you my friend

I downloaded the template and setup the template to the system everything is working but I can't add text using editer that wont visible even

Template file had below line also not visible why is this....
<P>this is the where center content goes</P>

Author: mediatech
Posted: Oct 02 2007 - 10:19 PM
Subject: re: Addning User Define Template and Content visibility to User
Please download the template in "Free Downloads" (zenlight1.091805.zip) and follow the example there. It is very similar to what you are using here.

Gregory Remington
Mediatech Consulting, Inc.
Phone : +1 (760) 525-1770 . Fax: +1 (760) 542-1990 . Skype: gremington
Author: TheHemantha
Posted: Oct 02 2007 - 05:14 AM
Subject: Addning User Define Template and Content visibility to User
I am new to the typo3 and using bellow template for my testing perpose for typo this is properly working with if the site run.

Using this template I created new page and I want to add dynamic text to the content area.
Using admin pannel in the typo3 I added the content area and content test what I wan to dispaly to the use

BUT IT IS NOT VISIBLE

How can I get this issue solve

Template file is below

<html>
<head>
<title>Template</title>
</head>
<body>
<!--###document###-->
<div id="all">
<div id="head">
</div>
<div id="navi">
<!--###navi###-->
NAVIGATION
<!--###navi###-->
</div>
<div id="content">
<!--###content###-->
Dynamic Content Area
<!--###content###-->
</div>
<div id="footer">
</div>
</div>
<!--###document###-->
</body>
</html>

I Added Setup area to flolloing script

page = PAGE
page.typeNum = 0
page.20 = TEMPLATE
page.20 {
template = FILE
template.file = fileadmin/myTest/template/hemantha_3.html
workOnSubpart = document
subparts.content < styles.content.get
subparts.navi = HMENU
subparts.navi.1 = TMENU

I any body can give me HELP FOR ME THIS Really helpfull for me
Total Posts: 5 - Pages (1): [1]
You must login to post a message to this conference.

 

CHC Forum provided by Cast Iron Coding

TYPO3 Support