hoffee ihr könnt mir helfen...
problem:
http://www.kava.hr/Forum
wollte das hier installieren:
http://www.phpbb.com/community/viewtopi ... &t=1070025
habe wohl das hier:
Code: Alles auswählen
INSERT INTO phpbb_config (config_name, config_value) VALUES ('description_word_count', 150);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_dynamic_description', 1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('append_keywords_first', 0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('global_keywords', 'replace, these, keywords, with your own, keywords');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('append_global_keywords', 1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('keyword_word_count', 50);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_dynamic_keywords', 1);
und eines konnte ich aus der anleitung nicht einsetzen:
in viewtopic.php das hier finden:
Code: Alles auswählen
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title']);
Code: Alles auswählen
page_header($user->lang['VIEW_TOPIC'] .' - ' . $topic_data['topic_title'], true, $first_post_text); // true, post_text added by Advanced Meta Tags MOD