Kann mir das jemand genau erklären?
Code: Alles auswählen
<author-notes lang="en-gb"><![CDATA[Please don't forget to set the forums for the default-Template, because at start every new user will only see the forums in this template and those who have the static-flag.
If you want you can use the pre-patched files contained in the 'prepatched_<VERSION_OF_YOUR_FORUM>'-directory. Please make sure that you don't overwrite other modifications and that you only use the files for YOUR phpbb-Version.]]></author-notes>
<author-notes lang="de"><![CDATA[Bitte vergiss nicht die Foren für das default-template eintzstellen, da jeder neue Userr am Anfang nur diese und die als statisch markierten Foren sieht.
Wenn du willst kannst du die Dateien aus dem Ordner 'prepatched_<VERSIONSNUMMER_DEINES_FORUMS>' nutzen. Wenn du dies tust, achte bitte darauf dass du keine schon vorhandenen Mods überschreibst und du die Dateien für DEINE phpbb-version nutzt.]]></author-notes>
</header>
<action-group>
<sql><![CDATA[CREATE TABLE `phpbb_forums_selected` (`user_id` MEDIUMINT( 8 ) NOT NULL , `forum_id` MEDIUMINT( 8 ) NOT NULL , PRIMARY KEY ( `user_id` , `forum_id` ) )]]></sql>
<sql><![CDATA[ALTER TABLE `phpbb_forums` ADD `static` TINYINT( 1 ) NOT NULL DEFAULT '0']]></sql>
<sql><![CDATA[CREATE TABLE `phpbb_selection_templates` (`template_id` MEDIUMINT( 8 ) NOT NULL ,`forum_id` MEDIUMINT( 8 ) NOT NULL ,PRIMARY KEY ( `template_id` , `forum_id` ))]]></sql>
<sql><![CDATA[CREATE TABLE `phpbb_selection_template_names` (`template_id` MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT ,`template_name` VARCHAR( 255 ) NOT NULL ,PRIMARY KEY ( `template_id` ))]]></sql>
<sql><![CDATA[INSERT INTO `phpbb_selection_template_names` (`template_id` ,`template_name`)VALUES ('-1', 'Default'), ('0', 'reserved');]]></sql>