<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : [Release] Notifier for Cotonti</title>
		<link>https://www.cotonti.com</link>
		<description>Neueste Themenbeiträge</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 13 Apr 2026 01:17:24 -0000</pubDate>

		<item>
			<title>aro747</title>
			<description><![CDATA[<p>Hi all,</p>

<p>Sorry to bring up this really old topic, but I'm using this on a Seditio install and when subscribed by PM, it does not update the PM count.  It always says <strong>No Private Messages</strong>.  Any ideas.  Thanks!</p>
]]></description>
			<pubDate>Mo, 01 Aug 2016 05:10:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post41934]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[<blockquote>
	<a href="https://www.cotonti.com/forums?m=posts&amp;p=34398#34398">#34398</a> <strong>tensh: </strong><br /><p>
		Especially the last line "ALTER TABLE"? Your error says about last line.</p>
	<p>
		I'm using this plugin and it works fine. Maybe try to disable other plugins hooking to user profile. Like user's wall or something.</p>
	<p>
		<strong>Added 1 minute later:</strong></p>
	<p>
		maybe you have a custom table prefix? Dunno.</p>
</blockquote>
<p>
	 </p>
<p>
	No custom prefix. Its a standard, clean genoa 0.6.22 install. However I did add the userwall, I will disable that and see if that causes the issue with the notifier, didnt think they would conflict cause I use them together on another site (0.6.19).</p>
<blockquote>
	<p>
		 </p>
</blockquote>
<p>
	 </p>
]]></description>
			<pubDate>Do, 24 Mai 2012 10:49:14 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post34407]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	Especially the last line "ALTER TABLE"? Your error says about last line.</p>
<p>
	I'm using this plugin and it works fine. Maybe try to disable other plugins hooking to user profile. Like user's wall or something.</p>
<p>
	<strong>Added 1 minute later:</strong></p>
<p>
	maybe you have a custom table prefix? Dunno.</p>
<p>
	 </p>
]]></description>
			<pubDate>Mi, 23 Mai 2012 18:56:01 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post34398]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[<p>
	Nope, SQL added and checked.</p>
]]></description>
			<pubDate>So, 20 Mai 2012 21:39:56 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post34379]]></link>
		</item>
		<item>
			<title>tensh</title>
			<description><![CDATA[<p>
	you most probably forgot to execute some sql in your database...?</p>
<p>
	 </p>
<pre class="brush:sql;">
CREATE TABLE sed_notifier (
  not_id int(11) NOT NULL auto_increment,
  not_userid int(11) default NULL,
  not_state tinyint(1) NOT NULL default '0',
  not_bypm tinyint(1) NOT NULL default '0',
  not_date int(11) NOT NULL default '0',
  not_notified int(11) NOT NULL default '0',
  not_item varchar(16) NOT NULL default '',
  not_desc varchar(128) NOT NULL default '',
  PRIMARY KEY (not_id)
) TYPE=MyISAM;

INSERT INTO sed_stats (stat_name, stat_value) VALUES ('notifier_pm', '0');
INSERT INTO sed_stats (stat_name, stat_value) VALUES ('notifier_em', '0');

ALTER TABLE sed_users ADD user_autosubscribe VARCHAR(5) NOT NULL default '' AFTER user_pmnotify;</pre>
]]></description>
			<pubDate>So, 20 Mai 2012 15:08:57 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post34376]]></link>
		</item>
		<item>
			<title>foxhound</title>
			<description><![CDATA[<p>
	Tried to use this with 0.6.22 and it prevents a user from editing his profile. You recieve the following error: Fatal error : SQL error : Unknown column 'user_autosubscribe' in 'field list'<br />
	So, you can not edit your own profile. Disabling the notifier fixes that.<br /><br />
	I know you are not going to fix it, I just wanted to leave this info for anybody who recieves the same error.</p>
]]></description>
			<pubDate>Sa, 19 Mai 2012 21:24:00 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post34364]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[<p>
	im not trying to complain :) just noticed a bug and i was thinking that u might be interested :)</p>
]]></description>
			<pubDate>Mi, 01 Feb 2012 15:25:31 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post33005]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[<p>
	Notifier allows users to subscribe to a forum topic. When a new message is posted in the topic, all subscribers receive an email notifying them of the new post.</p>
<p>
	The current notifier plugin is ancient, it's based on an old LDU plugin. Recently I've been working on it to make it work with Siena, but that's not done yet. Actually I ended up rewriting the PM module instead. When that's done, I'll continue working on the notifier.</p>
]]></description>
			<pubDate>Mi, 01 Feb 2012 08:19:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post33003]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[<p>
	it happens when ppl clicking "REPLY" in forums, then page go white with that error</p>
]]></description>
			<pubDate>Mi, 01 Feb 2012 08:16:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post33002]]></link>
		</item>
		<item>
			<title>Dyllon</title>
			<description><![CDATA[<p>
	what exactly does it do?</p>
]]></description>
			<pubDate>Mi, 01 Feb 2012 01:23:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post33001]]></link>
		</item>
		<item>
			<title>Dave</title>
			<description><![CDATA[<p>
	hey, sory for bumping topic up but the plugin gave me error:</p>
<pre class="brush:php;">
Fatal error: Call to undefined function sed_stripbbcode() in /home/------/www/plugins/notifier/notifier.forums.send.php on line 53</pre>
<p>
	im too tired now to look to deeper now, ill see 2morow if ill be able to do smth</p>
]]></description>
			<pubDate>Di, 31 Jan 2012 23:52:40 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post33000]]></link>
		</item>
		<item>
			<title>BESTRAFER</title>
			<description><![CDATA[This is <strong>Russian Language</strong> for Notifier plugin <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<strong>Русский перевод</strong> плагина Уведомлений <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
<a href="http://www.cotonti.com/datas/users/notifier.ru.lang.php_1020.zip">notifier.ru.lang.php_1020.zip</a>]]></description>
			<pubDate>Fr, 03 Sep 2010 01:17:51 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post25915]]></link>
		</item>
		<item>
			<title>schulle4u</title>
			<description><![CDATA[Hi, <br />
<br />
just to clarify: it's not me who has developed this plugin, I just would like to use it. <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";)" /> <br />
But I've found out what's causing the problem. The plugin doesn't like my SEO URL settings. Removing the forum setting from urltrans.dat and .htaccess makes it work. <br />
<br />
Steffen]]></description>
			<pubDate>Mo, 29 Mär 2010 22:27:44 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post23837]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[Whoops sorry I meant:<br />
<br />
$q = sed_import('q', 'G', 'INT');<br />
Changing INT to ALP.<br />
<br />
But I think the problem lies elsewhere, not in the URL. The error you're getting is caused by importing a variable, expecting it to be an integer (INT), but the actual value is not an integer. 'ALP' will allow for alphanumeric characters. You may also try 'TXT'.<br />
<br />
Possibly this value is already imported by the Cotonti core. In that case you cannot use the $q variable (in the URL), you'll have to replace it with another variable name.]]></description>
			<pubDate>Mo, 29 Mär 2010 20:24:38 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post23836]]></link>
		</item>
		<item>
			<title>schulle4u</title>
			<description><![CDATA[Hi, <br />
<br />
the best match I can find is line 34:<br />
<br />
<pre class="code">
$id = sed_import('id','G','STX');
</pre>
<br />
Replacing 'STX' with 'INT' doesn't change anything. There is only one line that has an 'int' value, and that is the $userid on line 36:<br />
<br />
<pre class="code">
$userid = sed_import('userid','G','INT');
</pre>
<br />
Replacing this with 'ALP' ends in the same result. <br />
<br />
Steffen]]></description>
			<pubDate>Mo, 29 Mär 2010 18:23:48 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post23834]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[In the plugin file, look for something like<br />
<pre class="code">$id = sed_import('id', 'G', 'INT');</pre>
<br />
Replace 'INT' with 'ALP'.]]></description>
			<pubDate>Mo, 29 Mär 2010 14:36:18 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post23833]]></link>
		</item>
		<item>
			<title>schulle4u</title>
			<description><![CDATA[Hi, <br />
<br />
I'm getting an error 950 when trying to subscribe to a topic using the dropdown box. Log says the following: <br />
<br />
<pre class="code">
A variable type check failed, expecting G/INT for 'q' : plug.php - /home/forums/plug.php?e=notifier&amp;a=add&amp;id=f3&amp;by=em
</pre>
<br />
If I understand right, the script expects numeric values, but they are someting else. Any thoughts how to fix this? Using 0.6.7.<br />
<br />
Steffen]]></description>
			<pubDate>So, 28 Mär 2010 22:55:28 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post23829]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<blockquote><a href="https://www.cotonti.com/forums.php?m=posts&amp;p=7343#7343">#</a> <strong>Koradhil :</strong>
It would be nice to see this plugin in action here at Cotonti.com  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";-)" /><br />
</blockquote>
<br />
Good idea]]></description>
			<pubDate>Mo, 09 Feb 2009 01:41:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post7344]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[It would be nice to see this plugin in action here at Cotonti.com  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/wink.gif" alt=";-)" />]]></description>
			<pubDate>Mo, 09 Feb 2009 01:35:50 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post7343]]></link>
		</item>
		<item>
			<title>Trustmaster</title>
			<description><![CDATA[Cool! Thanks for the good work!]]></description>
			<pubDate>Mo, 09 Feb 2009 01:04:29 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post7338]]></link>
		</item>
		<item>
			<title>GHengeveld</title>
			<description><![CDATA[This is a port of the Notifier plugin by Neocrome from LDU/Seditio.<br />
<br />
Features:<br />
- Subscribe to a topic by email or PM<br />
- Sends email/PM when there's a new post<br />
<br />
New in v2.0:<br />
- Automatic subscriptions, can be set in user profile<br />
- Uses sed_auth instead of usr['level']<br />
- Fully localisable (includes EN and NL language files)<br />
<br />
Installation:<br />
- Extract and upload files<br />
- Backup your database<br />
- Run sed_notifier.sql on your database<br />
- Go to admin &gt; plugins &gt; notifier &gt; install all<br />
- Check for any missing tags<br />
<br />
&gt; <a href="http://www.dutchcotonti.com/page.php?al=notifier" rel="nofollow">Download</a>]]></description>
			<pubDate>Mo, 09 Feb 2009 00:47:37 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/de/forums?m=posts&q=1991&d=0#post7324]]></link>
		</item>
	</channel>
</rss>