<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Tags list, an add-on to my tags mod</title>
<link>http://www.mdj.us/</link>
<description>Building a tags list (or tag cloud) for sNews CMS, using the meta_keywords field.</description>
<language>en</language>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1012</link>
<pubDate>Fri, 12 Mar 2010 16:29:00 +0000</pubDate>
<content:encoded><![CDATA[That was it!!!<br />
I'll send you an email tomorrow as I'm a bit in hurry by now.<br />
Thanks a lot.<br />
I'll bring you a coffee together with my email.]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1011</link>
<pubDate>Fri, 12 Mar 2010 16:00:52 +0000</pubDate>
<content:encoded><![CDATA[Sven, you shouldn't do both, it creates a conflict. Try removing the &quot;tags&quot; page from the cat_listSEF, and just having the tags page, and call the function like this in the page;<br />
<br />
[func]get_taglist:|:0[/func]]]></content:encoded>
</item>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1010</link>
<pubDate>Fri, 12 Mar 2010 13:56:14 +0000</pubDate>
<content:encoded><![CDATA[Hello Matt,<br />
thanks again for replying.<br />
The TAGS page has been created via the admin panel AND use ['cat_listSEF'] (tags and tag are there).<br />
<br />
What's is caussing the issue of the body id&quot;administration&quot; is in this part of the code:<br />
unset( $catList[0], $catList[1], $catList[2], $catList[3] );<br />
	if ( $categorySEF || ( _ADMIN &amp;&amp; $_GET['action'] ) ) {<br />
		if ( <br />
				in_array( $_GET['action'], $catList ) ||<br />
				in_array( $categorySEF, $catList )  <br />
		) {<br />
			$bodyID = 'administration';<br />
		} else $bodyID = $categorySEF;<br />
<br />
For the moment I can't figure out where's the conflict with you mod.]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1009</link>
<pubDate>Fri, 12 Mar 2010 12:44:34 +0000</pubDate>
<content:encoded><![CDATA[Not necessarily. Did you create a &quot;page&quot; via the admin, or use a hard-coded &quot;tags&quot; SEF link in the $l['cat_listSEF'] variable? <br />
<br />
I don't use the body id mod, but if you're using a hard-coded system page, then it's like the sitemap/contact/archive pages and you would need to make sure that mod understands that.]]></content:encoded>
</item>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1008</link>
<pubDate>Fri, 12 Mar 2010 11:23:27 +0000</pubDate>
<content:encoded><![CDATA[Hum... Matt... you maybe right sine it works locally, but...<br />
any page created in snews should have its own ID isn'it?<br />
The ID I use for Tags page should be added to the body tag. Am I wrong?.<br />
Well it's not body id=&quot;tags&quot; which is printed but body id=&quot;administration&quot;. That's pretty curious.<br />
<br />
However it doesn't explain why a double slash in needed to get the page out when on the online website.]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1007</link>
<pubDate>Thu, 11 Mar 2010 16:54:56 +0000</pubDate>
<content:encoded><![CDATA[Hmmm, no, that stuff in the center function shouldn't affect that...<br />
<br />
I do see that if you add another trailing slash, it works...<br />
<a href="http://on-air.hiseo.fr/tags//" rel="nofollow">http://on-air.hiseo.fr/tags//</a><br />
<br />
Is that something with the .htaccess file perhaps?]]></content:encoded>
</item>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1006</link>
<pubDate>Thu, 11 Mar 2010 15:09:48 +0000</pubDate>
<content:encoded><![CDATA[Okey okey...<br />
In function center() there are those lines:<br />
else {<br />
		global $categorySEF, $subcatSEF, $articleSEF;<br />
		# Fonction Search avec SEF URL<br />
		// begin new code<br />
    $url = explode('/',clean(cleanXSS($_GET['category'])));<br />
    if ($url[0] == &quot;search&quot;) {<br />
        $search_query = $url[1];<br />
    }<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 />
<br />
    // end tag Mod<br />
Is the issue coming from here?]]></content:encoded>
</item>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1005</link>
<pubDate>Thu, 11 Mar 2010 14:48:34 +0000</pubDate>
<content:encoded><![CDATA[Lucky guy.;-)<br />
I'm sure you saw it.<br />
I didn't.<br />
Same files locally.<br />
Not the same htaccess.<br />
/tags/ works on my machine, but must go to /tags/.../ to see it on line. Incredible.<br />
Why do both have this body id: body id=&quot;administration&quot;<br />
They should have body id=&quot;tags&quot;?<br />
<br />
Ah! Forget to tell, I'm using tagcloud version#2.<br />
You know: the one with &quot;see more tags&quot;.<br />
Now I have that message :&quot;Tags must be at least 2 characters!&quot;]]></content:encoded>
</item>
<item>
<title>Matt</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1004</link>
<pubDate>Thu, 11 Mar 2010 14:16:45 +0000</pubDate>
<content:encoded><![CDATA[No, when you were &quot;fixing&quot; the tag pages, I looked at the /tags/ page and saw it.<br />
<br />
So odd.]]></content:encoded>
</item>
<item>
<title>Sven/Philippe</title>
<description></description>
<link>http://www.mdj.us/snews-cms/hacks-mods/tags-list-an-addon-to-my-tags-mod/#comment-1003</link>
<pubDate>Thu, 11 Mar 2010 14:11:21 +0000</pubDate>
<content:encoded><![CDATA[Yeap Matt that's it.<br />
It's the poster of Dada.<br />
You mean the days before this morning?]]></content:encoded>
</item>
</channel>
</rss>

