• hello

    with which ones i can do the truncation of the excerpt?

    truncatedescchar – The maximum number of characters allowed in descriptions. If the description is longer than this length, it will be truncated to the given length. Default is 200, set the value to empty quotes ” to never truncate descriptions.
    truncatedescstring – The HTML or string to insert at the end of a description after it has been truncated. Default is …
    truncatetitlechar – The maximum number of characters allowed in titles. If the title is longer than this value, it will be truncated to the given length. Default is ”, which means never truncate titles.
    truncatetitlestring – The HTML or string to insert at the end of a title after it has been truncated. Default is ‘ … ‘.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter say_hello

    (@say_hello)

    to be a bit more precice – i want to fetch the rss from this site

    https://nachtkritik.de/index.php?option=com_obrss&task=feed&id=2:nachtkritik-de

    and truncate the description – limited to 40 or 50 character

    truncatedescchar – The maximum number of characters allowed in descriptions. If the description is longer than this length, it will be truncated to the given length. Default is 200, set the value to empty quotes ” to never truncate descriptions.
    truncatedescstring – The HTML or string to insert at the end of a description after it has been truncated. Default is …
    truncatetitlechar – The maximum number of characters allowed in titles. If the title is longer than this value, it will be truncated to the given length. Default is ”, which means never truncate titles.
    truncatetitlestring – The HTML or string to insert at the end of a title after it has been truncated. Default is ‘ …

    and i wANT TO have (fetched ) the link. …

    again see the page:

    https://nachtkritik.de/index.php?option=com_obrss&task=feed&id=2:nachtkritik-de

    Die Georgier – Die Werkgruppe2 zeigt in Ingolstadt die Geschichte eines legend?ren Orchesters
    16.11.2016 03:01

    Der Fremde – Philipp Preuss n?hert sich Camus an der Schaubühne Berlin auf puristische Weise
    13.11.2016 22:43

    Vom Gefühl her: Fuck u! – In Altenburg versucht Andreas Bauer Dirk Lauckes Drogen-Text für ein junges Publikum zu übersetzen
    13.11.2016 21:44

    Thread Starter say_hello

    (@say_hello)

    hello dear all – i played around with the following code examples..
    ##

    
    [RSSImport display="10" feedurl="https://your_feed_url/" 
    displaydescriptions="true" html="true" 
    truncatedescstring= ' ... '
    truncatedescchar="200"
    start_items="<ol>" end_items="</ol>" paging="true" use_simplepie="true"]
    
    

    but unfortunaltly the truncating does not work …

    Thread Starter say_hello

    (@say_hello)

    found a very helpful page

    https://bueltge.de/rss-import-demo/

    [RSSImport display="3" feedurl="https://nachtkritik.de/index.php?option=com_obrss&task=feed&id=2:nachtkritik-de" before_desc="" displaydescriptions="true" html="false" truncatedescchar="100" date="true" creator="true" paging="true"]

    no all runs like a charme…

    solved this issue.

    many many thanks for the plugin- it is overwhelming

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘commands: with which ones i can do the truncation of the excerpt?’ is closed to new replies.