Differences between revisions 7 and 15 (spanning 8 versions)
Revision 7 as of 2009-02-27 10:42:18
Size: 2355
Editor: 77-56-108-68
Comment:
Revision 15 as of 2009-02-27 14:42:56
Size: 1553
Editor: 77-56-108-68
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Fundamentals about Pages in Typo3 =

=== Pages vs. Page contents ===
==== Page ====

A 'Page' usually represents a webpage in TYPO3. The 'Page' does not itself contain the content of the page - for this purpose you should create 'Page contents'.

All pages are shown in a hierarchical view in the page tree of the Typo3 backend.
Every page has some properties describing their type of content, visibility, accessibility and more.


{{{#!wiki blue/solid
'''Edit page properties'''

1. Click on the icon of the page in the page tree. (Right-click on either the icon or the title of the page and left-click on the icon opens a drop-down menu while left-click on the page title shows the content of the page.)

2. In the drop-down menu click "Edit page properties". Alternatively click on the pencil upper icon row in the content area.
}}}


'''Remark about using page tree:''' Right-click on either the icon or the title of the page and left-click on the icon opens a drop-down menu while left-click on the page title shows the content of the page in the content area.


==== Page Content ====
If a page is intended to display something it needs a page content. The page content is shown in the content area.
You can use types like "Text", "Table", "Text w/image" and so on.
"Page content" records are ordered and can thus be rearranged using the "Move down in list" {{attachment:movedowninlist.jpg}} and "Move up in list" {{attachment:moveupinlist.jpg}} icons respectively.
<<TableOfContents(1)>>
Line 31: Line 5:

= Q: How do I create a new page? =

== Answer ==
1. Let's assume we have the following existing layout and you want to create a page called 'Beos' between 'Macintosh' and 'Unix' in 'Workstations'.
So we click on 'Workstations' to list all the pages embedded.

2. To attach the new page between 'Macintosh' and 'Unix' click on the icon 'Create new page after this page'.

||Frontend || Backend: Page Tree || Backend: Content Area ||
||{{attachment:pagecreation1.jpg}} || {{attachment:pagecreation2.jpg}} || {{attachment:pagecreation3.jpg}} ||

3. In the opening form enter the titel 'Beos' of the new page.

4. Save the new page.

{{attachment:pagecreation4.jpg}}


== Additional Information ==
{{{#!wiki blue/solid
Line 41: Line 36:
}}}
Line 42: Line 38:
= Q: How do I creat a new page using Teaser? =
Line 43: Line 40:

= How To =
=== Create Page ===
=== Create Page Using Teaser ===
=== Set up Page Forwarding ===



= FAQ =
== A: ==

Q: How do I create a new page?

Answer

1. Let's assume we have the following existing layout and you want to create a page called 'Beos' between 'Macintosh' and 'Unix' in 'Workstations'. So we click on 'Workstations' to list all the pages embedded.

2. To attach the new page between 'Macintosh' and 'Unix' click on the icon 'Create new page after this page'.

Frontend

Backend: Page Tree

Backend: Content Area

pagecreation1.jpg

pagecreation2.jpg

pagecreation3.jpg

3. In the opening form enter the titel 'Beos' of the new page.

4. Save the new page.

pagecreation4.jpg

Additional Information

Page Types

general active page

general page with shortcut (link to a typo3 internal page)

deactivated page (not visible in frontend)

page with link to an external page in the internet

mount point

media folder

sysfolder: container for data of Typo3 extensions

sysfolder news: container for data of the Typo3 extension "News", used for news and events

active page, but hidden in frontend

Q: How do I creat a new page using Teaser?

A: