[TYPO3-ttnews] Display selected articles

Robert M Wildling rowild at gmx.net
Tue Feb 17 20:58:12 CET 2009


How about extending the news with a "Specal Selection" check box via 
kickstarter and insterting a new generic marker ###specSel### 
(ttnewsgenericmarkers -> 
http://typo3.org/extensions/repository/view/ttnewsgenericmarkers/current/) 
with a TS like

plugin.tt_news.genericmarkers {
	specSel = CONTENT
	specSel {
		table = tt_news
		select.where = specialSelection=1
	}
}

or alike (not tested).
(See Manual 1.3 -> More ideas: http://typo3.org/documentation/document-library/extension-manuals/ttnewsgenericmarkers/1.0.0/view/1/3/#id2491001)



> Hi all
>
> I have a scenario where i would like to pick a number of news articles 
> in the backend to show in the front-end, independent of categories.
>
> Now i can select Latest, List, Archive or Single view but i cant pick 
> the news articles i want to display from, say, a list in the backend.
>
> I know i can do it with insert records but that is not very elegant. Am 
> i missing something obvious here; this seems to me to be an important 
> feature in a news-module, but how?
>
> Kind Regards
> Klaus
> _______________________________________________
> TYPO3-project-tt-news mailing list
> TYPO3-project-tt-news at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-news
>
>   






More information about the TYPO3-project-tt-news mailing list