<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Show all tags</title>
		<link>https://www.cotonti.com</link>
		<description>Останні повідомлення в темі</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sun, 05 Apr 2026 15:32:29 -0000</pubDate>

		<item>
			<title>musashi9</title>
			<description><![CDATA[<p>
	Ok, great thanks</p>
]]></description>
			<pubDate>Пн, 05 Лис 2012 23:25:53 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36140]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	This trick uses TAGS and PAGELIST plugins, so its should be installed. And you need at least new <strong>cotemplate.php</strong> file, thus arrays processing was fixed there.</p>
<p>
	Before tests make a backup copy for sure.</p>
<p>
	 </p>
<p>
	As for propper plugin - try to open «issue» on GitHub with request to extend TAGS plugin.  </p>
]]></description>
			<pubDate>Пн, 05 Лис 2012 18:59:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36139]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=36118#36118">#36118</a> <strong>Macik: </strong><br /><pre class="brush:xml;">
&lt;!-- IF {PHP|cot_plugin_active('tags')} AND {PHP|cot_plugin_active('pagelist')} --&gt;
      {PHP.tags|implode('","',$this)|pagelist('pagelist',5,'','page_id in (SELECT tag_item FROM `cot_tag_references` WHERE tag in ("$this"))','','system;archive','','pll',1)}
&lt;!-- ENDIF --&gt;
</pre>
	<p>
		will work only in latest version from «trunk» and TAGS and PAGELIST plugins installed.</p>
	<p>
		But it not a «true way» and very unstable.</p>
</blockquote>
<p>
	I get this error with my pages now.</p>
<p>
	PAGE IS UNAVAILABLE DUE TO TECHNICAL REASONS</p>
<p>
	I guess I need to copy some files from trunk (if so which files)? Is it worth the hastle or should I just wait for a proper plugin ?</p>
]]></description>
			<pubDate>Пн, 05 Лис 2012 10:35:33 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36127]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=36079#36079">#36079</a> <strong>musashi9: </strong><br /><p>
		@<a href="http://www.cotonti.com/users/Kingsley">Kingsley</a> Is this tool for developers only? I installed it but I don't knwo what to do with it.</p>
</blockquote>
<p>
	Nope, as I understand it enables you in a fairly easy way to add all kinds of stuff into pages and lists. For example you have a gaming news section, and with this plugin you can create a widget that displays a list of other gaming news on your page, or recent news, etc..<br />
	Havent played around with it yet, but I admit that it kinda needs (a bit) advanced knowledge of php? or something similar.</p>
<p>
	 </p>
]]></description>
			<pubDate>Пн, 05 Лис 2012 00:34:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36119]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<pre class="brush:xml;">
&lt;!-- IF {PHP|cot_plugin_active('tags')} AND {PHP|cot_plugin_active('pagelist')} --&gt;
      {PHP.tags|implode('","',$this)|pagelist('pagelist',5,'','page_id in (SELECT tag_item FROM `cot_tag_references` WHERE tag in ("$this"))','','system;archive','','pll',1)}
&lt;!-- ENDIF --&gt;
</pre>
<p>
	will work only in latest version from «trunk» and TAGS and PAGELIST plugins installed.</p>
<p>
	But it not a «true way» and very unstable.</p>
]]></description>
			<pubDate>Нд, 04 Лис 2012 23:19:21 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36118]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[<p>
	@<a href="http://www.cotonti.com/users/Kingsley">Kingsley</a> Is this tool for developers only? I installed it but I don't knwo what to do with it.</p>
<p>
	@<a href="http://www.cotonti.com/users/GHengeveld">GHengeveld</a> Nothing happend for me, plus I want it to be on all of my pages (getting its own tag name, from the tag plugin) and not for me to manually enter the tag name myself</p>
<p>
	 </p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 15:30:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36079]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	Try this:</p>
<pre class="brush:jscript;">
&lt;div id="relatedpages"&gt;&amp;nbsp;&lt;/div&gt;
&lt;script type="text/javascript"&gt;
$(function(){
  $("#relatedpages").load("index.php?e=tags&amp;a=pages&amp;t=YOUR_TAG ol:first");
});
&lt;/script&gt;</pre>
<p>
	This should load a list of related pages into your page, based on the given tag. Replace YOUR_TAG above with the tag you want to use.</p>
<p>
	Note that this solution uses ajax to load the contents of the regular tags page into your page. The same could be achieved with PHP instead of Javascript, but that would require a plugin. Perhaps we can introduce a tpl callback function which mimicks jQuery's load() function, allowing you to do something like this:</p>
<pre class="brush:xml;">
{PHP|load("index.php?e=tags&amp;a=pages&amp;t=TAG", "ol:first")}
</pre>
<p>
	Actually, the above can probably already be achieved by using file_get_contents() as a callback, although that will give you the entire HTML page, not just a section of it:</p>
<pre class="brush:java;">
{PHP|file_get_contents("http://www.google.com/")}</pre>
]]></description>
			<pubDate>Пт, 02 Лис 2012 12:00:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36074]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[<p>
	I think that the similar pages plugin doesn't get it's info from the tags, but from the title. Think there is no cotonti plugin for displaying pages with similar tags. However, you can use this plugin:<br /><a href="http://www.cotonti.com/extensions/navigation-structure/pagelist">http://www.cotonti.com/extensions/navigation-structure/pagelist</a></p>
<p>
	I believe this plugin (haven't worked with it yet, so this part is a maybe) is meant to give you options to achieve what you want in a fairly easy way.  Correct me if I am wrong, anyone..</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 11:47:43 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36073]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[<p>
	I want it to display inside my page and not a seperate page</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 11:32:16 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36071]]></link>
		</item>
		<item>
			<title>Macik</title>
			<description><![CDATA[<p>
	If you used tags plugin you can use this link to show page with list all articles related to specified tag-list (for example <strong>tag2</strong>, <strong>tag3</strong>, <strong>tag4</strong>)</p>
<p>
	index.php?e=tags&amp;a=pages&amp;t=<strong>tag4</strong>%2C+<strong>tag3</strong>%2C+<strong>tag4</strong></p>
<p>
	In your case this link shuold be: index.php?e=tags&amp;a=pages&amp;t=<b>BALL</b> (you get page with list of all ralated pages with tag BALL)</p>
<p>
	If you want to add "List of related pages" right in the source page it needs to be made with plugin or extension of TAGs plugin.</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 11:28:23 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36070]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[<p>
	No , I want it to work with TAGS LIST</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 10:56:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36068]]></link>
		</item>
		<item>
			<title>Twiebie</title>
			<description><![CDATA[<p>
	Is this maybe what you are looking for, <a href="http://www.cotonti.com/extensions/navigation-structure/similar_pages">http://www.cotonti.com/extensions/navigation-structure/similar_pages</a>?</p>
<p>
	No idea if it works though.</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 07:04:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36063]]></link>
		</item>
		<item>
			<title>musashi9</title>
			<description><![CDATA[<p>
	How do I show related tags on a page?</p>
<p>
	Example, right now I make a page and and give it a tag of BALL and when I view this page it shows the link to the tag BALL and I click BALL and I see all related pages.</p>
<p>
	How do I get a page to show links to all related pages instead of just a link to BALL</p>
]]></description>
			<pubDate>Пт, 02 Лис 2012 04:29:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ua/forums?m=posts&q=7195&d=0#post36060]]></link>
		</item>
	</channel>
</rss>