[TYPO3-ttnews] linking related news items
Julien P.
privacy at nospam.invalid
Thu Aug 23 14:34:48 CEST 2007
I have the same issue but I didn't put anything about this in TS.
To make a test I created a "test" page, inside I created a "single"
sub-page. In the test page I created a news item with list kind of news, and
in the single one a news item with single kind of news.
Then in the "test" page I created two news, one linking to the other. (with
news relation stuff)
And when I look at the single version of those news, I have the text of the
related news, but not the clickable link.
Anybody knows how I can fix this?
Thanks
"Nagita Karunaratne" <Nagita.k at gmail.com> a écrit dans le message de news:
mailman.1.1185351285.24732.typo3-project-tt-news at lists.netfielders.de...
> Hi,
>
> I cannot get my related news links in a single news item to link to the
> other news items.
>
> I have pasted the part of TS below. Note that uid.singlePage points to the
> page with the SINGLE news.
>
> Thanks,
> Nagita
>
> ----------------------------------------------------
> plugin.tt_news {
> ### Settings for Related News:
> related_stdWrap.wrap = <dl class="news-single-related">|</dl>
> relatedHeader_stdWrap.wrap = <dt>|</dt>
>
> # icon for related news
> tmp.5 = IMAGE
> tmp.5 {
> file = EXT:tt_news/ext_icon.gif
> file.width = 11
> file.height = 12
> wrap = |
> }
>
> # end-wrap for the getRelated objects
> tmp.20 = TEXT
> tmp.20 {
> field = datetime
> strftime = %B %d, %Y
> wrap = - |
> }
>
> # Build the list of related news:
> getRelatedCObject = COA
> getRelatedCObject {
> # groupBy =
> orderBy = datetime desc
>
> 10=CASE
> 10.key.field=type
> # settings for 'normal' related news
> 10.default=COA
>
> 10.default {
> wrap = <dd> | </dd>
> 5 < plugin.tt_news.tmp.5
> 10 = TEXT
> 10.field = title
> 10.typolink.parameter = {$uid.singlePage}
> 10.typolink.additionalParams.data=register:newsAddParams
> 20 < plugin.tt_news.tmp.20
> }
>
> # settings for related news, that point to internal pages
> 10.1=COA
> 10.1 {
> wrap = <dd> | </dd>
> 5 < plugin.tt_news.tmp.5
> 5.file=EXT:tt_news/res/tt_news_article.gif
> 10 = TEXT
> 10.field = title
> 10.typolink.parameter.field = page
> 20 < plugin.tt_news.tmp.20
> }
>
> # settings for related news, that point to external URLs
> 10.2=COA
> 10.2 {
> wrap = <dd> | </dd>
> 5 < plugin.tt_news.tmp.5
> 5.file=EXT:tt_news/res/tt_news_exturl.gif
> 10 = TEXT
> 10.field = title
> 10.typolink.parameter.field = ext_url
> 20 < plugin.tt_news.tmp.20
> }
> }
> }
More information about the TYPO3-project-tt-news
mailing list