[TYPO3] How to insert a copy of tt_content (content element) in frontend using typoscript or php
Anders Tillbeck
at at opengate.dk
Wed Apr 25 12:13:18 CEST 2007
Hi
I am trying to understand the tt_content table and how to use existing
content on other webpages. I am only starting to learn TS and all he
arrays in T3.
Problem:
I have a page with multible page content elements. One for each backend
user.
My question is:
1) How can I insert one of these page content elements on another page?
- a. I find it most understandable to do it using php
(php_page_content) because I know php and can place that piece of code
in the right place on the page.
- b. Alternatively TS but then I will also need to know how to use TS to
both insert an existing page content element and let TS know where to
place it (thinking about it I guess this code could be put directly into
the template for this type of page and then the positioning would be
solved).
Why the above setup?
I am trying to do a page where every backend user can go to a single
page and only see there own page content element. Using the admin panel
they can also edit the page content element. Now I want to have another
page where any visitor of the website can see a list of the be_users.
When selecting any one of them they will see that page content element
belonging to the selected be_user.
This way I can with only two pages give 100 be_users one page to edit
there content and users can see that content on the other page.
BR. Anders
More information about the TYPO3-english
mailing list