[TYPO3] No content in Left or right columns
Yann Ricard
yann01 at ricardclan.com
Sat Mar 25 16:06:05 CET 2006
Matthew:
It is completely standard. Zero line in template setup TS. No custom
Typoscript anywhere.
After reading your mail, I spent some time reading to see whether
there *should* be something there (and tried a few things), but from
what I saw (including the movie
"howto_080_create_new_website_based_on_standard_template.avi", the
template should work "right out of the box," without any custom
typoscript. Right?
Should it matter, I should mention this was a Fantastico installation
of Typo3 version 3.8.0.
I am more confused than ever,
Yann
On Mar 24, 2006, at 9:42 AM, Matthew Manderson wrote:
>> I've been at this for days now. Help!
> What is your setup template typoscript?
>
> Matthew
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>
>
>
>> Hello
>>
>> I am at my wit's end on this. I read quite a bit of the
>> documentation, I have some experience in
>> setting up drupal, mambo and other CMS systems, but for the life
>> of me,
>> can't seem to get content to appear in any column but the main
>> ("Normal")
>> frame.
>>
>> I tried several of the standard templates (bug, green...) . I tried
>> several different types of content (sitemenus and just plain
>> text), but
>> the left column comes up empty. In the control panel, the content
>> shows, but not on the HTML page.
>>
>> Neither the page, nor the content is set to "hide"
>>
>> In the resulting HTML, The frameset gives 200 px for the left frame,
>> which is plenty to display
>> the text I entered ("this is some text").
>> <frameset cols="200,*" border="0" framespacing="0" frameborder="no">
>>
>> To recap: Any content I place in the "Normal" (main) column shows up
>> beautifully. Any content I place in the left, right or border columns
>> does NOT show up at all. Below is the source for the Left column.
>> As you
>> can see, there is nothing at all within the body tags.
>>
>> I've been at this for days now. Help!
>>
>> Thanks
>>
>> Yann
>>
>> ===============================================================
>> source for the left frame
>> http://www.coldspringparents.org/typo/index.php?id=1&type=2
>> ===============================================================
>> <!DOCTYPE html
>> PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>> <html>
>> <head>
>> <meta http-equiv="Content-Type" content="text/html;
>> charset=iso-8859-1" />
>>
>> <!--
>> This website is brought to you by TYPO3 - get.content.right
>> TYPO3 is a free open source Content Management Framework
>> created by
>> Kasper Skaarhoj and licensed under GNU/GPL.
>> TYPO3 is copyright 1998-2005 of Kasper Skaarhoj. Extensions are
>> copyright of their respective owners.
>> Information and contribution at http://www.typo3.com
>> -->
>>
>> <title>After School</title>
>> <meta name="generator" content="TYPO3 3.8 CMS" />
>> <script type="text/javascript">
>> /*<![CDATA[*/
>> <!--
>> browserName = navigator.appName;
>> browserVer = parseInt(navigator.appVersion);
>> var msie4 = (browserName == "Microsoft Internet Explorer" &&
>> browserVer >= 4);
>> if ((browserName == "Netscape" && browserVer >= 3) || msie4 ||
>> browserName=="Konqueror") {version = "n3";} else {version = "n2";}
>> // Blurring links:
>> function blurLink(theObject) { //
>> if (msie4) {theObject.blur();}
>> }
>>
>> // -->
>> /*]]>*/
>> </script>
>>
>>
>> </head>
>> <body bgcolor="#eeeeff">
>>
>> </body>
>> </html>
>> --------------
>
More information about the TYPO3-english
mailing list