[TYPO3-english] Integrating rgslideshow and tt_news

Frédéric Ollivier ollivier at totemnumerique.com
Wed Nov 3 17:32:17 CET 2010


Hello all,

We are using rgslideshow to produce a slideshow based on images stored
in news (news are managed by tt_news).

Everything is OK when news are of type news. Images and thumbnails are
clickable and redirect the user to proper location: detailled page of
news

When using type "Link external URL" or "Link internal Page" for a news
item, only thumbnails are clickable and redirect users to proper
location (TYPO3 page or external website).
Clicking on a large image in the slideshow produces an error message:
no news_id given

Here is the TS we use:

plugin.tx_rgslideshow_pi1 {
  # link config for tt_news
	tt_news = 1
	tt_news {
		position = 1
		titleField = title
		descriptionField = short
		imageField = image
		link = 1
		link {
			# The uid of the detail page
			parameter = 77
			useCacheHash = 1
			additionalParams = &tx_ttnews[tt_news]={field:tx_rgslideshowUid}
			additionalParams.insertData =1
		}
	}
  # end link config for tt_news	
}

I suspect the problem is in the TS but can't find a solution

Has someone seen this issue before ?

Any help would be greatly appreciated.

Frederic


More information about the TYPO3-english mailing list