TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

TYPO3 Mailingliste: nicht fragen - lesen!

TYPO3 Mailingliste: nicht fragen - lesen!_RR_1-->
Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-install@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 05.04.2008, 09:53
Ronald Wiplinger
Gast
 
Beiträge: n/a
Standard [TYPO3-install] First frustrations with Typo3,and how can we solve it?

I have downloaded the packages:
dummy-4.1.6.tar.gz
quickstart-3.8.1.tar.gz
typo3_src-4.1.6.tar.gz

quickstart I could not manage to work at all, since the directory
typo3_src/tslib does not exist

dummy started out as empty, as expected, and it remains more or less
after several hours of tries and reinstallation, ....

Following the document: Modern_Template_Building_1.swx I come till page
22, where it says:

This HTML file is put into the directory "fileadmin/template/main/"
relative to the TYPO3 installation (the dummy-package).

/To follow this tutorial you should now copy the contents of the folder
"part1/" from this tutorial extension into the folder
"fileadmin/template/main/". If you didn't import the tutorial extension
"doc_tut_templselect" from TER you should do that now!/

/Further, if you bypassed the previous section about TypoScript, make
sure to at least create the page tree as described in the chapter
“Creating a page structure†and possibly a blank template record.
/


Where do I get the sample page? I do not have a folder "part1" (how
would that be anyway in a swx file?)
I have installed doc_tut_templselect (although I do not understand
what/where/who is "TER"

I have created a template according to the previous section of the
tutorial.
I looked very hard to find the tickbox "Enable object links" (page 14),
but could not find it.


Latest situation is now:
the root page has a template:
# Configuring the Auto-Parser:
plugin.tx_automaketemplate_pi1 {
# Read the template file:
content = FILE
content.file = fileadmin/template/main/template_1.html

# Here we define which elements in the HTML that
# should be wrapped in subpart-comments:
elements {
BODY.all = 1
BODY.all.subpartMarker = DOCUMENT_BODY

HEAD.all = 1
HEAD.all.subpartMarker = DOCUMENT_HEADER
HEAD.rmTagSections = title

TD.all = 1
}

# Prefix all relative paths with this value:
relPathPrefix = fileadmin/template/main/
}


# Default PAGE object:
page = PAGE
page.typeNum = 0
page.config.disableAllHeaderCode=1

page.10 =< plugin.tx_automaketemplate_pi1


Although I have set on the Page/root page a content (left column a
picture, middle column a "Hi I am here" text) the page shows now
nothing, not even an error.



What am I doing wrong?

bye

R.







_______________________________________________
TYPO3-install mailing list
TYPO3-install (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-install
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 07.04.2008, 19:25
Mario Rimann
Gast
 
Beiträge: n/a
Standard Re: [TYPO3-install] First frustrations with Typo3,and how can we solve it?

Hi Ronald

Ronald Wiplinger schrieb:
> I have downloaded the packages:
> dummy-4.1.6.tar.gz
> quickstart-3.8.1.tar.gz
> typo3_src-4.1.6.tar.gz
>
> quickstart I could not manage to work at all, since the directory
> typo3_src/tslib does not exist


That seems obvious to me as the quickstart file is from an older major
release (3.x instead of 4.x). But you should be fine without the
quickstart (dummy and source are enough).

> /To follow this tutorial you should now copy the contents of the folder
> "part1/" from this tutorial extension into the folder
> "fileadmin/template/main/". If you didn't import the tutorial extension
> "doc_tut_templselect" from TER you should do that now!/
>
> /Further, if you bypassed the previous section about TypoScript, make
> sure to at least create the page tree as described in the chapter
> “Creating a page structure†and possibly a blank template record.
> /
>
>
> Where do I get the sample page? I do not have a folder "part1" (how
> would that be anyway in a swx file?)
> I have installed doc_tut_templselect (although I do not understand
> what/where/who is "TER"


The TER is the TYPO3 Extension Repository that you can find either on
http://typo3.org/extensions/ or in your local TYPO3 setup in the Module
called "Extension Manager".

All publicly available extensions are stored in the TER and can be
downloaded and installed via the Extension Manager.

I'm not sure, but the folder "part1" should be found somewhere in
typo3conf/ext/doc_tut_templselect/ (this means inside of the extension
referred above).

> I have created a template according to the previous section of the
> tutorial.
> I looked very hard to find the tickbox "Enable object links" (page 14),
> but could not find it.


I didn't look into that manual - maybe this would have made the
situation clear to me. But "Enable object links" is something I can't
remember. Don't think that I've used this yet...?

> Latest situation is now:
> the root page has a template:
> # Configuring the Auto-Parser:
> plugin.tx_automaketemplate_pi1 {
> # Read the template file:
> content = FILE
> content.file = fileadmin/template/main/template_1.html


Does this file exist? Does it contain an HTML page?

> # Here we define which elements in the HTML that
> # should be wrapped in subpart-comments:
> elements {
> BODY.all = 1
> BODY.all.subpartMarker = DOCUMENT_BODY
>
> HEAD.all = 1
> HEAD.all.subpartMarker = DOCUMENT_HEADER
> HEAD.rmTagSections = title
>
> TD.all = 1
> }
>
> # Prefix all relative paths with this value:
> relPathPrefix = fileadmin/template/main/
> }
>
>
> # Default PAGE object:
> page = PAGE
> page.typeNum = 0
> page.config.disableAllHeaderCode=1
>
> page.10 =< plugin.tx_automaketemplate_pi1


Without testing - that looks fine so far. If the file exists, this
should bring you a page I think...

> Although I have set on the Page/root page a content (left column a
> picture, middle column a "Hi I am here" text) the page shows now
> nothing, not even an error.


Well, the page should just show the same stuff that is contained in the
HTML template file I think. You didn't define anyting else. Means, you
didn't tell TYPO3 how and what it should output. Yes, you have to tell
TYPO3 that it should output the content of a page. (Sounds strange to
someone that is new in TYPO3 - but it is like this. Later you'll see
that this is a big advantage of TYPO3).

Hope you'll find your way. The first site is the hardest...

Cheers,
Mario
_______________________________________________
TYPO3-install mailing list
TYPO3-install (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-install
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
Re: [TYPO3-install] TYPO3-install Error on BE login after install Jonas Chrisoffersen typo3-install@lists.netfielders.de 0 07.12.2007 20:30
[TYPO3-install] Error on BE login after install Jonas Christoffersen typo3-install@lists.netfielders.de 1 06.12.2007 19:25
[TYPO3-install] Install tool problems with PHP 5.2.1 S. G. Kearn typo3-install@lists.netfielders.de 1 24.03.2007 11:57
[TYPO3] utf-8 - setDBinit doesn't solve everything (eg. charset oftables created by 'compare databse' tool) Amiran Chyb typo3-english@lists.netfielders.de 1 16.03.2007 14:17
[TYPO3] page:title in HMENU - how can be solve? Matyi Gábor typo3-english@lists.netfielders.de 1 15.02.2007 22:54


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:00 Uhr.


Powered by vBulletin® Version 3.7.4 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Template-Modifikationen durch TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75