Feature #15528
closedMake all page elements accessible separately (using one SELECT)
0%
Description
The idea is to be able to place page elements in whatever part of HTML template, mapping them to different fields using TemplaVoila.
To make all elements easily accessible like that, it is necessary to render all of them separately.
The problem with TS code below is that we to access database every time without need, since one SELECT is enough.
Example TS:
- Render text (content)
tt_content_text < tt_content.text
lib.content < styles.content.get
lib.content.renderObj =< tt_content_text
- Render image
tt_content_image < tt_content.image.20
lib.image < styles.content.get
lib.image.renderObj =< tt_content_image
- Render title
lib.title = TEXT
lib.title.data = page:subtitle//page:title
etc…
(issue imported from #M2425)
Updated by Ernesto Baschny over 18 years ago
This is clearly not a "major bug", but I regard this as a feature request, although I haven't really understood what the idea is.
And this has nothing to do with css_styled_content, but is core related.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 3.8
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
If you think, that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation.