


Ik zou Frontpage van phpBB af laten blijven... geeft alleen maar narigheid. Gebruik dan een fatsoenljke HTML editor zoals Textpad, die kan dat ook en waarschijnlijk beter.ErNiEIII schreef:Ik zal het proberen met frontpage... die heeft namelijk ook een vervang mogelijkheid. Vervang 001 in 002 en dan doet ie dat. Zal wel snel gaan denk ik...
Code: Selecteer alles
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_categories ADD cat_main_type CHAR(1);
ALTER TABLE phpbb_categories ADD cat_main MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_categories ADD cat_desc TEXT NOT NULL;
ALTER TABLE phpbb_categories ADD icon VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link_internal TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit_count TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit BIGINT(20) UNSIGNED NOT NULL;
ALTER TABLE phpbb_forums ADD icon VARCHAR(255);
#
#-----[ SQL ]-------------------------------------------------
#
# the next request is optional. Run it only if you plan to use the real sub-forums feature
#
ALTER TABLE phpbb_forums ADD main_type CHAR(1);
#
#-----[ SQL ]-------------------------------------------------
#
# This part is optional : do it only if you want your users to be able to choose their setup
# if you want so, you'll have to install the MOD-mods_settings mod included in the pack
#
ALTER TABLE phpbb_users ADD user_sub_forum TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_split_cat TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_last_topic_title TINYINT(1) DEFAULT '1' NOT NULL;
ALTER TABLE phpbb_users ADD user_sub_level_links TINYINT(1) DEFAULT '2' NOT NULL;
ALTER TABLE phpbb_users ADD user_display_viewonline TINYINT(1) DEFAULT '2' NOT NULL;
#
#-----[ COPY ]------------------------------------------------
#
copy language/lang_english/lang_extend_categories_hierarchy.php to language/lang_english/lang_extend_categories_hierarchy.php
#
#-----[ COPY ]------------------------------------------------
#
copy includes/def_auth.php to includes/def_auth.php
copy includes/def_themes.php to includes/def_themes.php
copy includes/def_tree.php to includes/def_tree.php
copy includes/def_words.php to includes/def_words.php
copy includes/functions_categories_hierarchy.php to includes/functions_categories_hierarchy.php
#
#-----[ COPY ]------------------------------------------------
#
copy includes/cache_tpls/def_themes_def.tpl to includes/cache_tpls/def_themes_def.tpl
copy includes/cache_tpls/def_tree_def.tpl to includes/cache_tpls/def_tree_def.tpl
copy includes/cache_tpls/def_words_def.tpl to includes/cache_tpls/def_words_def.tpl
#
#-----[ COPY ]------------------------------------------------
#
copy includes/mods_settings/mod_categories_hierarchy.php to includes/mods_settings/mod_categories_hierarchy.php
#
#-----[ COPY ]------------------------------------------------
#
copy templates/subSilver/index_box.tpl to templates/subSilver/index_box.tpl
#
#-----[ COPY ]------------------------------------------------
#
copy graph.gif/cat_folder_big.gif to templates/subSilver/images/cat_folder_big.gif
copy graph.gif/cat_folder_new_big.gif to templates/subSilver/images/cat_folder_new_big.gif
copy graph.gif/cat_folder_locked_big.gif to templates/subSilver/images/cat_folder_locked_big.gif
copy graph.gif/icon_down_arrow.gif to templates/subSilver/images/icon_down_arrow.gif
copy graph.gif/icon_minicat.gif to templates/subSilver/images/icon_minicat.gif
copy graph.gif/icon_minicat_new.gif to templates/subSilver/images/icon_minicat_new.gif
copy graph.gif/icon_minicat_lock.gif to templates/subSilver/images/icon_minicat_lock.gif
copy graph.gif/icon_minilink.gif to templates/subSilver/images/icon_minilink.gif
copy graph.gif/icon_minipost_lock.gif to templates/subSilver/images/icon_minipost_lock.gif
copy graph.gif/icon_up_arrow.gif to templates/subSilver/images/icon_up_arrow.gif
copy graph.gif/link_folder.gif to templates/subSilver/images/link_folder.gif
#
#-----[ COPY ]------------------------------------------------
#
# those ones are a relative to mods settings mod
#
copy mod-mods_settings/admin_board_extend.php to admin/admin_board_extend.php
copy mod-mods_settings/functions_mods_settings.php to includes/functions_mods_settings.php
copy mod-mods_settings/lang_extend_mods_settings.php to language/lang_english/lang_extend_mods_settings.php
copy mod-mods_settings/board_config_extend_body.tpl to templates/subSilver/admin/board_config_extend_body.tpl
#
#-----[ COPY ]------------------------------------------------
#
# this one is a relative to lang settings mod
#
copy mod-lang_settings/lang_extend_mac.php to includes/lang_extend_mac.php
#
#-----[ COPY ]------------------------------------------------
#
# this part is optional : do it only if you want to use the new admin forums tool (recommanded)
#
copy admin/admin_forums_extend.php to admin/admin_forums_extend.php
copy templates/subSilver/admin/forum_extend_body.tpl to templates/subSilver/admin/forum_extend_body.tpl
copy templates/subSilver/admin/forum_extend_edit_body.tpl to templates/subSilver/admin/forum_extend_edit_body.tpl
#-----[ SQL ]-------------------------------------------------ErNiEIII schreef:Ik stuit gelijk op een probleem:Willen jullie me uitleggen hoe ik dit moet doen??Code: Selecteer alles
blablabla
Als de MOD geen db_update.php aan boord heeft moet je deze SQL commands copy/pasten in het SQL tabblad van phpMyAdmin.Larz schreef:#-----[ SQL ]-------------------------------------------------
SQL opdracht, moet je uitvoeren in een schermpje in mysql o.i.d. (dit ken ik ook niet echt goed).
Klopt, alles wat in het ZIP acrhief mee wordt geleverd moet je in de goede mappen uploaden naar je server.Larz schreef:#-----[ COPY ]------------------------------------------------
De bestanden kopiëren naar jouw map
Wil iemand me [in stappen] uitleggen hoe ik dat precies moet doen?? Ik ben namelijk een n00bmosymuis schreef:Als de MOD geen db_update.php aan boord heeft moet je deze SQL commands copy/pasten in het SQL tabblad van phpMyAdmin.Larz schreef:#-----[ SQL ]-------------------------------------------------
SQL opdracht, moet je uitvoeren in een schermpje in mysql o.i.d. (dit ken ik ook niet echt goed).
'Sebastiaan2003 schreef:misschien beetje offtopic maar wat ik zelf heel fijn vind werken om de bestanden mee te bewerken is dreamweaver. Alles krijgt dan kleurtjes wat een zeer goed overzicht geeft!
Code: Selecteer alles
<a href=""></a>
ErNiEIII schreef:Wil iemand me [in stappen] uitleggen hoe ik dat precies moet doen?? Ik ben namelijk een n00bmosymuis schreef:Als de MOD geen db_update.php aan boord heeft moet je deze SQL commands copy/pasten in het SQL tabblad van phpMyAdmin.Larz schreef:#-----[ SQL ]-------------------------------------------------
SQL opdracht, moet je uitvoeren in een schermpje in mysql o.i.d. (dit ken ik ook niet echt goed).
Syntax highlighting heet dat, ieder zichzelf respecterende HTML ditor heeft dat. TextPad dus ook. 8)Sebastiaan2003 schreef:misschien beetje offtopic maar wat ik zelf heel fijn vind werken om de bestanden mee te bewerken is dreamweaver. Alles krijgt dan kleurtjes wat een zeer goed overzicht geeft!
Code: Selecteer alles
ALTER TABLE phpbb_categories ADD cat_main_type CHAR(1);
ALTER TABLE phpbb_categories ADD cat_main MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL;
ALTER TABLE phpbb_categories ADD cat_desc TEXT NOT NULL;
ALTER TABLE phpbb_categories ADD icon VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link VARCHAR(255);
ALTER TABLE phpbb_forums ADD forum_link_internal TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit_count TINYINT(1) NOT NULL;
ALTER TABLE phpbb_forums ADD forum_link_hit BIGINT(20) UNSIGNED NOT NULL;
ALTER TABLE phpbb_forums ADD icon VARCHAR(255);