ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Incidenal RSS Truncation

August 16, 2010 4:32pm

Subscribe [3]
  • #1 / Aug 16, 2010 4:32pm

    jtnews

    62 posts

    This question may be related to a resolved thread.


    We recently updated our RSS to show formatting as was related in the previous thread. However, now instead of full posts all we see is a truncated list. I’m new at html and can’t decipher the problem. Here’s a link to our Feed: http://jew-ish.com/index.php?/blogs/blog1_rss

    And here’s the code:

    {assign_variable:master_weblog_name="blog1"}
    {exp:rss:feed weblog="{master_weblog_name}"}
    
    <?xml version="1.0" encoding="{encoding}"?>
    <rss version="2.0"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:admin="http://webns.net/mvcb/"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
        <channel>
        
        <title><![CDATA[{site_name}]]></title>
        <link>{weblog_url}</link>
        <description>{weblog_description}</description>
        <dc:language>{weblog_language}</dc:language>
        <dc:creator>{email}</dc:creator>
        <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
        <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
        <admin:generatorAgent rdf:resource="http://www.pmachine.com/" >
        
    {exp:weblog:entries weblog="{master_weblog_name}" limit="10" rdf="off" dynamic_start="on" disable="member_data|trackbacks"}
        <item>
          <title><![CDATA[{title}]]></title>
          <link>{title_permalink=blogs/blog1_item}</link>
          <guid>{title_permalink=blogs/blog1_item}#When:{gmt_entry_date format="%H:%i:%sZ"}</guid>
          <description><![CDATA[{blog-copy}]]></description>
          <dc:subject><![CDATA[{categories backspace="1"}{category_name}, {/categories}]]></dc:subject>
          <dc:date>{gmt_entry_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
       
        </item>
    {/exp:weblog:entries}
        
        </channel>
    </rss>
    
    {/exp:rss:feed}

    Any idea how to go about getting the full post to show up?

    Thanks!

  • #2 / Aug 17, 2010 1:12am

    John Henry Donovan

    12339 posts

    jtnews,

    Can you confirm if {blog-copy} is a custom field for the weblog blog1?

    You look like you took the copy and pasted the code from the related thread but didn’t update it to reflect your own custom fields. Could that be the case?

  • #3 / Aug 18, 2010 8:34pm

    jtnews

    62 posts

    Thanks for the reply, John.

    I don’t know if {blog-copy} is a custom field for the weblog blog1. I tried switching to {blog1}, {blog1_body} and {blog1_item} but there was no change on the rendered template.

    Sorry if that’s not an especially helpful answer.

  • #4 / Aug 19, 2010 12:18am

    Sue Crocker

    26054 posts

    jtnews, you need to know what the short name for the custom field is for this to work. You could try looking at your templates to see what it is, or at your settings.

    Does that help?

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases