[TYPO3-UG Dutch] Re: New field in tx News is not shown in Fluid templates
Geert Vegter
geertvegter at hotmail.com
Sat Dec 6 20:50:33 CET 2014
Of zou ik in de template dit ook nog moeten aanpassen :
{namespace n=Tx_News_ViewHelpers} ????
Quote: Geert Vegter (gvegter) wrote on Tue, 02 December 2014 22:21
----------------------------------------------------
> Hello,
>
> Only few weeks to go to have my 10 year's anniversary in using Typo3. It started a private Xmas project in 2004.
> But now I am stuck . I have searched many hours for the solution but can not find it.
>
> Maybe somebody can help me with this issue :
>
> I have followed the instructions on : http://keinerweiss.de/525-die-extbase-extension-news-um-ein-feld-erweitern.html
> to add a new field to the fluid based News extension
> (I created an empty extension with the extension builder first and then created the files as suggested on this website)
>
> I am using Typo3 version 6.2.4 .
>
> I can edit the new field in the database through the back end forms but the field does not show up in the front end.
>
> The template html file contains the following : {newsItem.title}{newsItem.newField}YYYY
>
> In the Back end I added the text "ab" to the title field
> In the Back end I added the text "QQQ" to the newField field
>
> The output in the Front end is : abYYYY
> It should show : abQQQYYYY
>
> (By the way : I added the YYYY in the template to ensure that I did not make a mistake picking the right template)
>
> Including a debugging viewhelper :
>
> <f:debug title="News Item">{newsItem}</f:debug>
>
> Shows that the field is not present in the debug list.
>
> Best regrads
> Geert Vegter
>
>
>
>
>
>
>
>
----------------------------------------------------
More information about the TYPO3-UG-Dutch
mailing list