CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #7492

Make content available in latest posts widget

Added by Lorenz Ulrich about 3 years ago. Updated over 2 years ago.

Status:Resolved Start date:2010-04-27
Priority:Won't have this time Due date:
Assignee:Dmitry Dulepov % Done:

100%

Category:Feature
Target version:0.9.1
Votes: 0

Description

The latest posts widget only shows the title of the blog entry. It would be nice to have the content text available similar to the RSS description.

Associated revisions

Revision 8225
Added by Ingo Schmitt over 5 years ago

  • Fixed Bug 7492 and 7493

History

Updated by Dmitry Dulepov almost 3 years ago

  • % Done changed from 0 to 10

Needs selection of items from tt_content. Could use 'content' field from posts table to see if there are any content elements.

Updated by Dmitry Dulepov almost 3 years ago

  • Category set to Feature
  • Status changed from New to Resolved
  • Assignee set to Dmitry Dulepov
  • Priority changed from Should have to Won't have this time
  • Target version set to 0.9.1
  • % Done changed from 10 to 100

You can do it with existing TypoScript. Create a TS object inside 'latestPostNav.listItem' that fetches the excerpt using 'field:uid'. You need to match it to tt_content.irre_parentid and sort by tt_content.sorting. It is quite easy to do.

I do not want to add this by default to t3blog because this would slow down t3blog for everybody.

Also available in: Atom PDF