<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Sorting order of Sources</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Sorting order of Sources (reply)</title>
<content:encoded><![CDATA[<p>Sort of figured it out. In the daos/mysql/Sources.php I changed the following line:<br />
$ret = \F3::get('db')-&gt;exec('SELECT id, title, tags, spout, params, error FROM '.\F3::get('db_prefix').'sources ORDER BY error DESC, lower(title) ASC');</p>
<p>to <br />
$ret = \F3::get('db')-&gt;exec('SELECT id, title, tags, spout, params, error FROM '.\F3::get('db_prefix').'sources ORDER BY lower(title) ASC');</p>
<p>Don't know why it first sorts by &quot;error&quot; but that was causing the order issue for me.</p>
<p>I'm on 2.10.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=941</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=941</guid>
<pubDate>Mon, 13 Oct 2014 12:19:26 +0000</pubDate>
<dc:creator>bluesky</dc:creator>
</item>
<item>
<title>Sorting order of Sources</title>
<content:encoded><![CDATA[<p>On my sources list (the far left window) the ordering is not by alphabetical order, it looks to be split into two sections, each section being in alphabetical order. Is there anyway to force the sources list to be alphabetical order? It makes reading the RSS feeds messy.</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=940</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=940</guid>
<pubDate>Sat, 11 Oct 2014 07:49:10 +0000</pubDate>
<dc:creator>bluesky</dc:creator>
</item>
</channel>
</rss>
