Project

General

Profile

Actions

Feature #15528

closed

Make all page elements accessible separately (using one SELECT)

Added by John Angel almost 19 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-01-28
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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:

  1. Render text (content)
    tt_content_text < tt_content.text
    lib.content < styles.content.get
    lib.content.renderObj =< tt_content_text
  1. Render image
    tt_content_image < tt_content.image.20
    lib.image < styles.content.get
    lib.image.renderObj =< tt_content_image
  1. Render title
    lib.title = TEXT
    lib.title.data = page:subtitle//page:title

etc…

(issue imported from #M2425)

Actions #1

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.

Actions #2

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)?

Actions #3

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.

Actions

Also available in: Atom PDF