cotonti.com : [Release] Notifier for Cotonti https://www.cotonti.com Son konu mesajları Cotonti en Fri, 28 Nov 2025 00:57:46 -0000 aro747 Hi all,

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 No Private Messages.  Any ideas.  Thanks!

]]>
Pzt, 01 Ağu 2016 05:10:18 -0000
foxhound #34398 tensh:

Especially the last line "ALTER TABLE"? Your error says about last line.

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.

Added 1 minute later:

maybe you have a custom table prefix? Dunno.

 

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).

 

 

]]>
Per, 24 Mayıs 2012 10:49:14 -0000
tensh Especially the last line "ALTER TABLE"? Your error says about last line.

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.

Added 1 minute later:

maybe you have a custom table prefix? Dunno.

 

]]>
Çrş, 23 Mayıs 2012 18:56:01 -0000
foxhound Nope, SQL added and checked.

]]>
Paz, 20 Mayıs 2012 21:39:56 -0000
tensh you most probably forgot to execute some sql in your database...?

 

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;
]]>
Paz, 20 Mayıs 2012 15:08:57 -0000
foxhound 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'
So, you can not edit your own profile. Disabling the notifier fixes that.

I know you are not going to fix it, I just wanted to leave this info for anybody who recieves the same error.

]]>
Cmt, 19 Mayıs 2012 21:24:00 -0000
Dave im not trying to complain :) just noticed a bug and i was thinking that u might be interested :)

]]>
Çrş, 01 Şub 2012 15:25:31 -0000
GHengeveld 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.

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.

]]>
Çrş, 01 Şub 2012 08:19:28 -0000
Dave it happens when ppl clicking "REPLY" in forums, then page go white with that error

]]>
Çrş, 01 Şub 2012 08:16:38 -0000
Dyllon what exactly does it do?

]]>
Çrş, 01 Şub 2012 01:23:18 -0000
Dave hey, sory for bumping topic up but the plugin gave me error:

Fatal error: Call to undefined function sed_stripbbcode() in /home/------/www/plugins/notifier/notifier.forums.send.php on line 53

im too tired now to look to deeper now, ill see 2morow if ill be able to do smth

]]>
Sal, 31 Oca 2012 23:52:40 -0000
BESTRAFER Russian Language for Notifier plugin :)
Русский перевод плагина Уведомлений :)

notifier.ru.lang.php_1020.zip]]>
Cum, 03 Eyl 2010 01:17:51 -0000
schulle4u
just to clarify: it's not me who has developed this plugin, I just would like to use it. ;)
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.

Steffen]]>
Pzt, 29 Mar 2010 22:27:44 -0000
GHengeveld
$q = sed_import('q', 'G', 'INT');
Changing INT to ALP.

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'.

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.]]>
Pzt, 29 Mar 2010 20:24:38 -0000
schulle4u
the best match I can find is line 34:

$id = sed_import('id','G','STX');

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:

$userid = sed_import('userid','G','INT');

Replacing this with 'ALP' ends in the same result.

Steffen]]>
Pzt, 29 Mar 2010 18:23:48 -0000
GHengeveld
$id = sed_import('id', 'G', 'INT');

Replace 'INT' with 'ALP'.]]>
Pzt, 29 Mar 2010 14:36:18 -0000
schulle4u
I'm getting an error 950 when trying to subscribe to a topic using the dropdown box. Log says the following:

A variable type check failed, expecting G/INT for 'q' : plug.php - /home/forums/plug.php?e=notifier&a=add&id=f3&by=em

If I understand right, the script expects numeric values, but they are someting else. Any thoughts how to fix this? Using 0.6.7.

Steffen]]>
Paz, 28 Mar 2010 22:55:28 -0000
pieter # Koradhil : It would be nice to see this plugin in action here at Cotonti.com ;-)

Good idea]]>
Pzt, 09 Şub 2009 01:41:37 -0000
GHengeveld ]]> Pzt, 09 Şub 2009 01:35:50 -0000 Trustmaster Pzt, 09 Şub 2009 01:04:29 -0000 GHengeveld
Features:
- Subscribe to a topic by email or PM
- Sends email/PM when there's a new post

New in v2.0:
- Automatic subscriptions, can be set in user profile
- Uses sed_auth instead of usr['level']
- Fully localisable (includes EN and NL language files)

Installation:
- Extract and upload files
- Backup your database
- Run sed_notifier.sql on your database
- Go to admin > plugins > notifier > install all
- Check for any missing tags

> Download]]>
Pzt, 09 Şub 2009 00:47:37 -0000