Seite 1 von 1

Email wenn jemand in einem bestimmten Forum was postet

Verfasst: 12.11.2004 09:04
von DreamPromise
Moin Moin

Gibts ne Möglichkeit das ein Moderator eine Mail bekommt wenn in seinem Forum das er moderiert jemand was postet ???


Danke schon mal

DP

Verfasst: 12.11.2004 09:59
von Markus67
Hi ...

schau dir diesen hier mal an :wink:

Mod Post Notification
Notify forum moderators of any new posts to the forum(s) they are moderator of. Includes addition to users profile to let them choose to enable / disable new post notification.

Markus

Verfasst: 12.11.2004 11:07
von DreamPromise
Moin

Wenn ich das downloaden will kommt:
Could not obtain category id. File not downloaded.
Gibts noch ne andere Quelle ??

DP

Verfasst: 12.11.2004 11:10
von Markus67

Verfasst: 12.11.2004 11:47
von DreamPromise
Moin

Ok...installiert.

Aber es kommt ne Meldung nachdem man das Profil entsprechend angepasst hat:
Could not update users table

DEBUG MODE

SQL Error : 1054 Unknown column 'user_notify_mod' in 'field list'

UPDATE forum_users SET user_email = 'mail@forum-haushalt.de', user_icq = '', user_website = 'http://www.jensschmelzer.info', user_occ = '', user_from = 'Leer', user_interests = '', user_birthday = '-1499', user_next_birthday_greeting = '2004', user_plz = '26789', user_sig = 'my localhost is my castle Meine InfoSeite', user_sig_bbcode_uid = '0b5f62114f', user_viewemail = 0, user_aim = '', user_yim = '', user_msnm = '', user_attachsig = 1, user_allowsmile = 1, user_allowhtml = 1, user_allowbbcode = 1, user_allow_viewonline = 1, user_notify = 1, user_notify_pm = 1, user_popup_pm = 1, user_timezone = 1, user_dateformat = 'd.m.Y, H:i', user_lang = 'german', user_style = 10, user_active = 1, user_actkey = '', user_notify_mod=1, user_gender = '1' WHERE user_id = 2

Line : 589
File : /www/htdocs/leisten/includes/usercp_register.php

Hier mal die usercp_register.php:

http://www.forum-haushalt.de/hilfe/usercp_register.txt


Ich denke es liegt hier das Problem:
#-----[ SQL ]------------------------------------------
#
# CHANGE TABLE PREFIX ACCORDINGLY!!!
#
# ACCESS USERS
# ALTER TABLE phpbb_users ADD user_notify_mod BYTE NOT NULL;
#
ALTER TABLE phpbb_users ADD user_notify_mod TINYINT(1) NOT NULL;
Leider weiß ich nicht was ich da machen muß.

DP

Verfasst: 12.11.2004 12:05
von Markus67
Hi ...

den Querie musst du mit KB:phpmyadmin ausführen und vorher eventuell den Tabellenprefix an die bisherigen Tabellen in deiner Datenbank anpassen.
ALTER TABLE phpbb_users ADD user_notify_mod TINYINT(1) NOT NULL;
Markus

Verfasst: 12.11.2004 12:16
von DreamPromise
Ok...geändert.

Aber nun kommt was anderes wenn man einen Beitrag schreibt:
Could not find email template file :: topic_notify_mods

DEBUG MODE

Line : 111
File : /www/htdocs/leisten/includes/emailer.php

Was ist das denn nun wieder ????

http://www.forum-haushalt.de/hilfe/emailer.txt

Der Beitrag wird dann angezeigt und die MAil an den Moderator geht auch raus.


?????????


DP

Verfasst: 12.11.2004 12:54
von Markus67
Hi ...
Could not find email template file :: topic_notify_mods
Die Datei fehlt ... hast du die vergessen hochzuladen ?

Markus

Verfasst: 12.11.2004 13:05
von DreamPromise
Moin

Hab die aus Versehen nach language/lang_english/email kopiert....

Danke dir.

DP