<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>An improved tag cloud for sNews 1.7</title>
<link>http://www.mdj.us/</link>
<description>Add a popular tags cloud and tags overview page to your sNews CMS installation with this mod.</description>
<language>en</language>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-1450</link>
<pubDate>Mon, 20 Jun 2011 10:29:40 +0000</pubDate>
<content:encoded><![CDATA[Sibas,<br />
<br />
Which version of the tagsearch function are you using, the MySQL full-text search, or the REGEXP?<br />
<br />
Also, do you have a link that I can take a look at?]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-1445</link>
<pubDate>Fri, 17 Jun 2011 16:23:24 +0000</pubDate>
<content:encoded><![CDATA[Hi Sibas,<br />
<br />
I will try to have a look at this over the weekend.<br />
<br />
Thanks,<br />
Matt]]></content:encoded>
</item>
<item>
<title>sibas</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-1444</link>
<pubDate>Fri, 17 Jun 2011 05:43:02 +0000</pubDate>
<content:encoded><![CDATA[Hello!!<br />
<br />
I find very useful this mod but I have some problems with UTF-8, pls help if you can, i have write all the details in snews forum.<br />
<br />
Thanks for your mods!!]]></content:encoded>
</item>
<item>
<title>Michael</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-490</link>
<pubDate>Sun, 02 Aug 2009 08:05:07 +0000</pubDate>
<content:encoded><![CDATA[Great tutorial here and on tags generally. Thanks!]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-386</link>
<pubDate>Tue, 05 May 2009 20:24:26 +0000</pubDate>
<content:encoded><![CDATA[No worries PP, step 3 is an add, more-so than a change, as you'll need both bits, &quot;tag&quot; page shows the regular tags and &quot;tags&quot; page shows all tags.<br />
<br />
So you need this whole thing when it's all said and done;<br />
[php]<br />
$url = explode('/',clean(cleanXSS($_GET['category']))); // already done if you have the SEO search mode installed<br />
    if ($url[0] == &quot;tag&quot;) {<br />
        $tags_query = $url[1];<br />
    }<br />
    if ($url[0] == &quot;tags&quot;) {<br />
        $show_tags = $url[1];<br />
    }<br />
[/php]]]></content:encoded>
</item>
<item>
<title>Poppoll</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-385</link>
<pubDate>Tue, 05 May 2009 16:46:54 +0000</pubDate>
<content:encoded><![CDATA[Matt,<br />
I forgot to change step 3<br />
My mistake.<br />
Thanks<br />
PP]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-384</link>
<pubDate>Tue, 05 May 2009 16:32:21 +0000</pubDate>
<content:encoded><![CDATA[PP, that shouldn't be an issue b/c the tags mod is using the GET['category'] from snews.<br />
<br />
Did you add a &quot;tags&quot; page by hand, or hard-code it like in step 2?]]></content:encoded>
</item>
<item>
<title>Poppoll</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-382</link>
<pubDate>Tue, 05 May 2009 16:25:16 +0000</pubDate>
<content:encoded><![CDATA[Matt,<br />
Think I have the same problem (subdomain) as with the archive page. <br />
The view all tags Â» is NOT working.<br />
PP]]></content:encoded>
</item>
<item>
<title>Sven - Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-303</link>
<pubDate>Thu, 23 Apr 2009 12:05:08 +0000</pubDate>
<content:encoded><![CDATA[oh ho...<br />
it seems I missed that chapter.<br />
Problem is solved now.<br />
Thanks a lot Matt!]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/an-improved-tag-cloud/#comment-301</link>
<pubDate>Thu, 23 Apr 2009 11:55:55 +0000</pubDate>
<content:encoded><![CDATA[Sven,<br />
<br />
Hyphen support in MySQL full-text must be enabled. Or rather hyphen delimiting must be disabled.<br />
<br />
#define HYPHEN_IS_DELIM<br />
If you can't do that, then you'll want to use the second tagsearch function; step 9.<br />
<br />
&lt;a href=&quot;http://mdj.us/snews-cms/hacks-mods/tags-mod-for-snews-version-2/#step9&quot;&gt;http://mdj.us/snews-cms/hacks-mods/tags-mod-for-snews-version-2/&lt;/a&gt;<br />
<br />
This one is a little slower due to the mysql regex, but the upside is you can use 3 letter tags if you want.]]></content:encoded>
</item>
</channel>
</rss>

