FEEDDESCRIPTION isn't filled
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on FEEDDESCRIPTION isn't filled
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
The FEEDDESCRIPTION seems not to be filled. The Links Detail Template ist looking like this:
<IF {SWITCH_FEEDS} and {LINKFEEDURLBOOL}>
<div class="details"><span class="labels">{LANG_GENERAL_FEEDDATA}:</span><br ><br >
<!-- BEGIN 5 FEEDS -->
<div class="feedcontainer">
<a href="{FEEDLINK}" {EXTERNALLINKS}>{FEEDTITLE}</a> {LANG_MISC_BY} {FEEDAUTHOR} {LANG_MISC_ON} {FEEDPUBDATE}:
<div class="feeddescription">{FEEDDESCRIPTION}</div>
</div>
<!-- END FEEDS -->
</div>
</IF>
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
The problem is with feeds that use CDATA areas, the data inside those is being stripped. Fixed in 5.1.33.
Forum Regular
Usergroup: Customer
Joined: Dec 20, 2007
Location: Germany
Total Topics: 33
Total Comments: 106
works fine