[TYPO3-english] Changing templavoila fields (typoscript path) by my own extension
Arne Reith
liste at bitbricks.de
Fri Apr 10 20:30:43 CEST 2009
Hi Dmitry,
> You can do it only for elements that are rendered after
> your plugin, not before.
Thats sounds logical. And I suppose there is no way to affect the order
of execution?!
> Why don't you render the title inside the plugin, together
> with record rendering?
On all pages the h1 tag is on the same place:
<div id="content">
<h1>...</h1>
<div id="inner_content">
and if there is an extension...
<div class="tx-constmachines-pi2">
</div>
...
</div>
...
</div>
If I put the h1 in the div of the extension, my css to access the h1 and
the styling in the css(for example the margin handling) has to be
different to all other pages of the site. So I think the finest solution
is to leave the h1 where it is and only change the content of it. But if
there is no other way I will put the h1 on my extension page in the div
of the extension.
All the best,
Arne
--
BitBricks
Softwaresolutions for Intra- and Internet
Hagenstraße 11
32825 Blomberg
Deutschland
Tel.: +49 (0) 5235 994853
Fax.: +49 (0) 5235 994854
http://www.bitbricks.de
Inhaber:
Arne Reith
More information about the TYPO3-english
mailing list