<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>Feed Informer: Forums &#187; User Favorites: laflibrary</title>
		<link>https://feed.informer.com/forums/profile.php?id=622497</link>
		<description>Feed Informer: Forums &#187; User Favorites: laflibrary</description>
		<language>en-US</language>
		<pubDate>Thu, 14 May 2026 10:13:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
				<atom:link href="https://feed.informer.com/forums/rss.php?profile=622497" rel="self" type="application/rss+xml" />

		<item>
			<title>support on "Issue with sorting based on a date in title"</title>
			<link>https://feed.informer.com/forums/topic.php?id=11100#post-16355</link>
			<pubDate>Thu, 04 Dec 2014 14:19:45 +0000</pubDate>
			<dc:creator>support</dc:creator>
			<guid isPermaLink="false">16355@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Hi,<br />
unfortunately we can't come up with any good workaround for this case. You can try setting the dates at the beginning of the Title in YYYY-MM-DD format, but we are not sure it will be sorted the way you need it.
</p>]]></description>
					</item>
		<item>
			<title>laflibrary on "Issue with sorting based on a date in title"</title>
			<link>https://feed.informer.com/forums/topic.php?id=11100#post-16353</link>
			<pubDate>Wed, 03 Dec 2014 00:09:27 +0000</pubDate>
			<dc:creator>laflibrary</dc:creator>
			<guid isPermaLink="false">16353@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>The source I need to use for the feed for a digest I want to create is flawed;the rss feed is generated by the civic software used for all of our city websites and I cannot change how the feed itself is set up. (You can see it here at <a href="http://www.cityoflafayette.com/support/newsflash7.xml)" rel="nofollow">http://www.cityoflafayette.com/support/newsflash7.xml)</a>. The dilemma is that the news module does not contain actual date fields, but our library needs to use that module to promote events. So, since there is no date field, the date of an upcoming event is manually added to the title field. Since the resulting rss feed has no date field (I assume), when I build a feed.informer digest I can sort by title, or created date, etc., but the resulting feed isn't helpful for our customers as the events aren't shown in a logical order of when they are happening. Given that we can't control the module or the feed, but we DO have control over what we choose to write in Title and Description of each new item, do you have some suggestions for a workaround so that we can have the display order approximate the actual upcoming order of events? For instance, if we consistently added dates at the beginning of the Title or Desc/Summary fields, could that info be used by Feed.Informer as a way to have a default sort by event date rather than date the item was posted? Sorry to be long-winded, but it is a tricky problem! Thanks!
</p>]]></description>
					</item>
		<item>
			<title>laflibrary on "Using Enclosure instead of First Image tag"</title>
			<link>https://feed.informer.com/forums/topic.php?id=11096#post-16348</link>
			<pubDate>Sat, 15 Nov 2014 20:24:22 +0000</pubDate>
			<dc:creator>laflibrary</dc:creator>
			<guid isPermaLink="false">16348@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Thanks for doing this! I will play around and see if this will work. I really appreciate it!
</p>]]></description>
					</item>
		<item>
			<title>admin on "Using Enclosure instead of First Image tag"</title>
			<link>https://feed.informer.com/forums/topic.php?id=11096#post-16347</link>
			<pubDate>Thu, 06 Nov 2014 22:17:15 +0000</pubDate>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="false">16347@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>It can be done, please take a look at this:<br />
<a href="http://feed.informer.com/share/EXH2QXRCOA" rel="nofollow">http://feed.informer.com/share/EXH2QXRCOA</a></p>
<p>All I've done is replace this part of per-item template code:<br />
%FIRSTIMAGEFROMDESCRIPTION%<br />
with this:<br />
&#60;img src="%ENCLOSUREURL%" class="feed_informer_first_image" /&#62;</p>
<p>The only problem arises when an item has no enclosure.</p>
<p>The scrollbar is not a part of the original widget, but it also can be done easily by wrapping your widget into container DIV with CSS property "overflow" set to "scroll" (more about it: <a href="http://www.w3schools.com/cssref/pr_pos_overflow.asp" rel="nofollow">http://www.w3schools.com/cssref/pr_pos_overflow.asp</a> ).</p>
<p>I hope this helps.
</p>]]></description>
					</item>
		<item>
			<title>laflibrary on "Using Enclosure instead of First Image tag"</title>
			<link>https://feed.informer.com/forums/topic.php?id=11096#post-16346</link>
			<pubDate>Wed, 05 Nov 2014 13:46:34 +0000</pubDate>
			<dc:creator>laflibrary</dc:creator>
			<guid isPermaLink="false">16346@https://feed.informer.com/forums/</guid>
			<description><![CDATA[<p>Hi. I am interested in making a feed like this one: <a href="http://feed.informer.com/share/NXXAAWDRVO" rel="nofollow">http://feed.informer.com/share/NXXAAWDRVO</a> (although I will make it narrower, around 400px wide, and remove dates).</p>
<p>This is my source feed: <a href="http://www.cityoflafayette.com/support/newsflash7.xml" rel="nofollow">http://www.cityoflafayette.com/support/newsflash7.xml</a></p>
<p>The problem is, the source feed uses an enclosure tag so neither %FIRSTIMAGEFROMDESCRIPTION% or %FIRSTIMAGEFROMCONTENT% template tags seem to work; so, when I have tried to adapt the code from the above feed, it doesn't work.</p>
<p>If I just use the templates provided, the only one where the image shows is the Flickr slide feed.</p>
<p>In the example feed, <a href="http://feed.informer.com/share/NXXAAWDRVO" rel="nofollow">http://feed.informer.com/share/NXXAAWDRVO</a>, I like that the images are displaying as thumbnails, and I like the presence of the scrollbar. I think if I can get that basic style to work, then I can figure out how to modify other aspects of the appearance.</p>
<p>I appreciate your help! I am down to the wire in trying to decided whether to embed feed.informer or use a different feed service that is easier for me to style but doesn't show pictures either!</p>
<p>Thanks.
</p>]]></description>
					</item>

	</channel>
</rss>
