WPN 224 http://www.alexhh.de/phpbb-mods/WPM_2.2.4.zip, welchen BaerchenHH bereitstellt.
Wie ich schon mal erwähnte, befinde ich mich ja am Anfang der Programmiersprache und ihrer Tücken.
In der Anleitung zur Installation sind nun zwei Hinweise, respektive Aufforderungen, welche ich nicht umsetzen kann, weil ich nicht weiss, wie ich verfahren soll.
1.
Was mache ich damit? Wenn ich es irgendwo einfügen soll... WIE füge ich es WO ein. (Verzeiht mir..., manchers kinderleichteste Übung ist für einen Novizen eine Herausforderung vom Feinsten..)SQL
Code: Select All
CREATE TABLE phpbb_wpm (
wpm_config_id int(3) NOT NULL auto_increment,
wpm_enable tinyint(1) unsigned NOT NULL,
wpm_send_id mediumint(8) NOT NULL,
wpm_preview tinyint(1) unsigned NOT NULL,
wpm_variables varchar(255) character set utf8 collate utf8_bin NOT NULL,
wpm_subject varchar(100) character set utf8 collate utf8_bin NOT NULL,
wpm_message mediumtext character set utf8 collate utf8_bin NOT NULL,
wpm_version varchar(255) character set utf8 collate utf8_bin NOT NULL,
PRIMARY KEY (wpm_config_id)
) ;
INSERT INTO phpbb_wpm (wpm_config_id, wpm_enable, wpm_send_id, wpm_preview, wpm_variables, wpm_subject, wpm_message, wpm_version) VALUES(1, 1, 2, 0, '', 'Welcome to {SITE_NAME}!', 'Hello, {USERNAME}!\n\nWelcome to {SITE_NAME} ({SITE_DESC})\n\nYou registered on {USER_REGDATE}. According to your input, your email is {USER_EMAIL} and you live in timezone {USER_TZ}. It is nice to know that you speak {USER_LANG_LOCAL}.\n\nYou can contact us here: {BOARD_CONTACT} or here: {BOARD_EMAIL}, whichever you prefer, at anytime. Thank you for choosing us.\n\n-Thank you for registering at {SITE_NAME}!\n\nThanks, {SENDER}', '2.2.4');
2.
Besten Dank für eure Mühen.REMEMBER: FIRST Run the sql query located at the beginning of this file: WIE! mache ich das?
Then install the acp module. To view how to
do so, please refer to the image located under:
contrib/install.jpg ,..das kriege ich dann wohl hin..
Then purge the cache.
Thank you for installing Welcome PM on First Login.
Gruß
Philipp