[Typo3-UG Frankfurt] RSS-Feed mit RECORDS einfügen

Olivier Dobberkau olivier.dobberkau at dkd.de
Thu Sep 29 21:32:01 CEST 2005


Eike Rösch wrote:
> Hallo zusammen!
>
> Hilfe! Ich möchte einen RSS-Feed (der bei mir in einer Spalte
> angezeigt wird, also funktioniert) mit RECORDS an einem Marker
> ausgeben. Nach dem was ich ins Template eingegeben habe, wird der
> Marker ersetzt (und die Plugin-Tags eingefügt), aber kein Content vom
> Feed eingefügt. Was mach ich falsch?
>
> Das Plugin ist n_rdfimport und das ist mein Template-Code:
>
>   marks.UPDATED = RECORDS
>   marks.UPDATED {
>     tables =  tx_nrdfimport_feeds
>     source=5
>     conf.tx_nrdfimport_feeds < plugin.tx_nrdfimport_pi1
>     dontCheckPID=1
>   }

Hallo.

Also, wenn ich mir das shortcut object anschaue:

tt_content.shortcut = COA
tt_content.shortcut {
  20 = CASE
  20.key.field = layout
  20.0= RECORDS
  20.0 {
    source.field = records
    tables = {$content.shortcut.tables}
    conf.tt_content = < tt_content
    conf.tt_address = < tt_address
    conf.tt_links = < tt_links
    conf.tt_guest = < tt_guest
    conf.tt_board = < tt_board
    conf.tt_calender = < tt_calender
    conf.tt_rating < tt_rating
    conf.tt_products = < tt_products
    conf.tt_news = < tt_news
    conf.tt_poll = < plugin.tt_poll
  }
  20.1= RECORDS
  20.1 {
    source.field = records
    tables = {$content.shortcut.tables}
    conf.tt_poll = < plugin.tt_poll
    conf.tt_poll.code = RESULT,SUBMITTEDVOTE
  }

  20.stdWrap.editIcons = tt_content: records
  20.stdWrap.editIcons.iconTitle=Edit recordlist
}

sieht dein script schon ganz gut aus.
eventuell das ändern

conf.tx_nrdfimport_feeds =< plugin.tx_nrdfimport_pi1

bin mir aber nicht genau sicher.

olivier






More information about the Typo3-frankfurt mailing list