<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Can someone port the MCalendar plugin?</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 10:53:32 -0000</pubDate>

		<item>
			<title>SunChase</title>
			<description><![CDATA[ok.thanks]]></description>
			<pubDate>Fri, 31 Jul 2009 04:18:02 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15225]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[I cannot tell because I tested it on fresh installation <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
But I'll make it a live site, so I'll let you know later.]]></description>
			<pubDate>Fri, 31 Jul 2009 04:08:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15224]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[tensh,thanks.I'w tried before what you told...but i named the 'Part=' incorrect...<br />
bytheway..do you have the a bug,when you put me mouse over some active date it gives out the title like:&quot;News:2;New users:5&quot; giving incorect info?]]></description>
			<pubDate>Fri, 31 Jul 2009 04:03:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15223]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[I mean this version:<br />
<a href="http://www.cotonti.com/forums.php?m=posts&amp;p=631&amp;highlight=MCALENDAR#631">http://www.cotonti.com/forums.php?m=posts&amp;p=631&amp;highlight=MCALENDAR#631</a><br />
<br />
As for forums, it depends where exactly you want to put it. Check if you have the version above, and see the contents: there are many parts that hook up to different Cotonti sections. <br />
<br />
I think it would be enough to copy e.g. this file:<br />
<pre class="code">&lt;?PHP
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/mcalendar/mcalendar.list.tags.php
Version=121
Updated=2006-mar-15
Type=Plugin
Author=Neocrome
Description=
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=mcalendar
Part=list
File=mcalendar.list.tags
Hooks=list.tags
Tags=list.tpl:{LIST_MCALENDAR}
Minlevel=0
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */
if(!defined('SED_CODE')){die('Wrong URL.');}
require(&quot;plugins/mcalendar/inc/main.php&quot;);
$t-&gt;assign(array(&quot;LIST_MCALENDAR&quot;=&gt;$plugin_body));
$plugin_body=&quot;&quot;;
?&gt;</pre>
<br />
change it as follows:<br />
<br />
<pre class="code">&lt;?PHP
/* ====================
Seditio - Website engine
Copyright Neocrome
<a href="http://www.neocrome.net" rel="nofollow">http://www.neocrome.net</a>

&#091;BEGIN_SED&#093;
File=plugins/mcalendar/mcalendar.forums.sections.tags.php
Version=121
Updated=2006-mar-15
Type=Plugin
Author=Neocrome
Description=
&#091;END_SED&#093;

&#091;BEGIN_SED_EXTPLUGIN&#093;
Code=mcalendar
Part=forums.sections
File=mcalendar.forums.sections.tags
Hooks=forums.sections.tags
Tags=forums.sections.tpl:{FORUMS_SECTIONS_MCALENDAR}
Minlevel=0
Order=10
&#091;END_SED_EXTPLUGIN&#093;
==================== */
if(!defined('SED_CODE')){die('Wrong URL.');}
require(&quot;plugins/mcalendar/inc/main.php&quot;);
$t-&gt;assign(array(&quot;FORUMS_SECTIONS_MCALENDAR&quot;=&gt;$plugin_body));
$plugin_body=&quot;&quot;;
?&gt;</pre>
<br />
Name it mcalendar.forums.sections.tags.php, and insert the {FORUMS_SECTIONS_MCALENDAR} tag into  forums.sections.tpl. It should do the trick...<br />
<br />
You can do similar thing for other forums parts (topics, posts, etc).]]></description>
			<pubDate>Fri, 31 Jul 2009 03:44:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15220]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[tensh,you mean this one?<br />
<br />
<pre class="code">Version=1.3
Date=22-08-2008
Author=Almaz(Edited by Dayver)</pre><br /><br /><b>Добавлено 18 Минут спустя:</b><br /><br />hm.I really dont know what i did but it works ...<br /><br /><b>Добавлено 3 Минуты спустя:</b><br /><br />but now another question.How to put the MCalendar in the forum?]]></description>
			<pubDate>Thu, 30 Jul 2009 06:15:22 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15088]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[I'll look at it and post some info.<br />
<br />
<strong>Added 1 hour 21 minutes later:</strong><br />
<br />
For me it works, with an exception of ajax. Can't reproduce problem... be sure to search forums for version ported to Cotonti.]]></description>
			<pubDate>Thu, 30 Jul 2009 04:06:05 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15070]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[The new tag isn't allowed by XTemplate as far as I know. That's why it doesn't work. The old tag is good but I'm guessing it's not defined properly. Haven't looked at the code though.]]></description>
			<pubDate>Thu, 30 Jul 2009 03:45:58 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15069]]></link>
		</item>
		<item>
			<title>SunChase</title>
			<description><![CDATA[As the name of the topic: Can someone port the MCalendar plugin to Cotonti 0.7?<br />
I think i found out why it doesnt work,but im not a programmer.<br />
I think the problem is here:  &lt;!-- BEGIN: NEWS --&gt;<br />
The xtemplate didnt like it till i tryed  &lt;!-- BEGIN : NEWS --&gt;,but after this the plugin itself stoped functioning...]]></description>
			<pubDate>Thu, 30 Jul 2009 02:55:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=3072&d=0#post15065]]></link>
		</item>
	</channel>
</rss>