Nieuw topic melder
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Nieuw topic melder
Weet iemand waar ik een mod kan vinden die je een e mail stuurt als er een nieuw topic word geopend??
Die Zip file werkt niet meer, ik heb hier http://www.phpbbhacks.com/searchresults ... &Submit=Go al gezocht maar ik weet niet welke ik moet nemen 

Ik moet de sql uitvoeren
CREATE TABLE phpbb_forums_watch (
forum_id smallint(5) unsigned NOT NULL default '0',
user_id mediumint(8) NOT NULL default '0',
notify_status tinyint(1) NOT NULL default '0',
KEY forum_id (forum_id),
KEY user_id (user_id),
KEY notify_status (notify_status)
)
ALTER TABLE phpbb2_forums
ADD forum_notify TINYINT(1) UNSIGNED DEFAULT '1' NOT NULL AFTER forum_last_post_id
Maar ik krijg deze foutmelding
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE phpbb_forums ADD forum_notify TINYINT( 1 ) UNSIGN
Kan iemand mij helpen??
CREATE TABLE phpbb_forums_watch (
forum_id smallint(5) unsigned NOT NULL default '0',
user_id mediumint(8) NOT NULL default '0',
notify_status tinyint(1) NOT NULL default '0',
KEY forum_id (forum_id),
KEY user_id (user_id),
KEY notify_status (notify_status)
)
ALTER TABLE phpbb2_forums
ADD forum_notify TINYINT(1) UNSIGNED DEFAULT '1' NOT NULL AFTER forum_last_post_id
Maar ik krijg deze foutmelding
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ALTER TABLE phpbb_forums ADD forum_notify TINYINT( 1 ) UNSIGN
Kan iemand mij helpen??
Wat doet deze nu ?.Luuk schreef:Klopt de prefix wel? phpbb(2)_
http://www.phpbb.com/phpBB/viewtopic.ph ... d72#104987
Met groet, The Sting