[TYPO3-english] getting started
Ralf-Rene Schröder
ralf.rene at online.de
Sun Mar 2 14:00:25 CET 2014
i think the following tutorial is a good start
http://docs.typo3.org/typo3cms/TyposcriptIn45MinutesTutorial/Introduction/Index.html
to put content in your subparts in your html Template the basics are the
following...
page.10 {
...
subparts {
COLUMNLEFT < styles.content.getLeft
COLUMNMAIN < styles.content.get
COLUMNRIGHT < styles.content.getRight
COLUMNBORDER < styles.content.getBorder
####################################################
### or in another way to write:
COLUMNLEFT < styles.content.get
COLUMNLEFT.select.where = colPos=1
COLUMNMAIN < styles.content.get
COLUMNMAIN.select.where = colPos=0
### the line before is obsolete,
### because this is already in the css_styled_content
COLUMNRIGHT < styles.content.get
COLUMNRIGHT.select.where = colPos=2
COLUMNBORDER < styles.content.get
COLUMNBORDER.select.where = colPos=3
}
...
}
________________________________________________________
you also could use my complete package:
http://www.image-format.eu/fileadmin/download/iFF_6.1.0beta/iff_6.1.0beta3_complete.tgz
-create a utf8 database
-extract the package in your webroot
-call the url and follow the 123 installer
-in the backend you have to remove the first "home" page
(it is a bug ... i don't know why it is created)
-the documentation (english) for this package is very bad
and so i think it is besser for your learning, doing it from scratch
with the tutorial at the top...
--
image[FORMAT] - Ralf-René Schröder
http://www.image-format.eu ... Wir geben Ihrem Image das richtige Format
aktueller TIPP: www.startnext.de/typo3-theme-packages
More information about the TYPO3-english
mailing list