[TYPO3] push2rss
Sascha Bieler
sascha.bieler at radiogong.de
Tue Apr 17 19:31:48 CEST 2007
> I use it and it works :-)
Me too I want to use it and did everything like described in the manual, but
can't get it to do anything.
Did you need a special trick?
Where did you locate the config? Somewhere in a folder in the pagetree?
Here's my config, which should work:
PUSH2RSS = PUSH2RSS_MAPPING
PUSH2RSS {
enable = 1
pages {
title = MAP
title.map = title
description = FUNCTION
#the function to build Page description is provided by the extension
description.userFunc = tx_push2rss3ds_push->getDescriptionPage
link = LINK
link {
cache = 1
clearAnyway = 1
altPageId = ###CURRENT_ID###
key= page
}
pubdate = FUNCTION
#the function to get current time is provided by the extension
pubdate.userFunc= tx_push2rss3ds_push->getTime
}
tt_content {
title = MAP
title.map = header
description = MAP
description.map= bodytext
link = LINK
link {
cache = 1
clearAnyway = 1
altPageId = ###CURRENT_PID###
key= tt_content
}
pubdate = MAP
pubdate.map= tstamp
}
}
Greetings
Sascha
More information about the TYPO3-english
mailing list