Mod einbau probleme:
Verfasst: 22.10.2007 12:07
hallo ich hab ein problem beim einbau eines mods
in der installations anleitung steht folgendes:
Was soll das bedeuten?

in der installations anleitung steht folgendes:
Code: Alles auswählen
# This MOD need a database update.
# Do this before editing files !!
CREATE TABLE `phpbb_headerlinks` (
`id` int(15) unsigned NOT NULL auto_increment,
`url` varchar(150) collate latin1_general_ci NOT NULL,
`active` int(2) NOT NULL default '1',
`name` varchar(150) collate latin1_general_ci NOT NULL,
`icon` varchar(150) collate latin1_general_ci NOT NULL,
`row` int(5) NOT NULL default '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM;
INSERT INTO `phpbb_headerlinks` (`id`, `url`, `active`, `name`, `icon`, `row`) VALUES (1, 'faq.php', 1, 'FAQ', 'icon_mini_faq.gif', 1);
INSERT INTO `phpbb_headerlinks` (`id`, `url`, `active`, `name`, `icon`, `row`) VALUES (2, 'search.php', 1, 'Suche', 'icon_mini_search.gif', 1);
INSERT INTO `phpbb_headerlinks` (`id`, `url`, `active`, `name`, `icon`, `row`) VALUES (3, 'memberlist.php', 1, 'Mitgliederliste', 'icon_mini_members.gif', 1);
INSERT INTO `phpbb_headerlinks` (`id`, `url`, `active`, `name`, `icon`, `row`) VALUES (4, 'groupcp.php', 1, 'Benutzergruppen', 'icon_mini_groups.gif', 1);
INSERT INTO `phpbb_headerlinks` (`id`, `url`, `active`, `name`, `icon`, `row`) VALUES (5, 'privmsg.php', 1, 'Persönliche Nachrichten', 'icon_mini_message.gif', 1);
Was soll das bedeuten?



