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.
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
Author: TheHemantha
Posted: Oct 03 2007 - 06:53 AM
Subject: re: Addning User Define Template and Content visibility to User
Author: mediatech
Posted: Oct 02 2007 - 10:19 PM
Subject: re: Addning User Define Template and Content visibility to User
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