
Опять я что-то не так делаю?




zolti писал(а):Хм. На 3.0.3 поставили?

zolti писал(а):таблица создана

CREATE TABLE `phpbb_reputations` (
`rep_id` mediumint(8) NOT NULL auto_increment,
`rep_from` mediumint(8) NOT NULL,
`rep_to` mediumint(8) NOT NULL,
`rep_time` int(11) NOT NULL,
`rep_post_id` mediumint(8) NOT NULL,
`rep_point` int(11) NOT NULL,
`rep_comment` mediumtext NOT NULL,
`bbcode_uid` varchar(8) NOT NULL,
`bbcode_bitfield` varchar(255) NOT NULL,
`enable_bbcode` tinyint(1) unsigned NOT NULL,
`enable_smilies` tinyint(1) unsigned NOT NULL,
`enable_urls` tinyint(1) unsigned NOT NULL,
PRIMARY KEY (`rep_id`)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
CREATE TABLE `phpbb_reputations_ranks` (
`rank_id` mediumint(8) unsigned NOT NULL auto_increment,
`rank_title` varchar(255) collate utf8_bin NOT NULL,
`rank_points` int(11) NOT NULL default '0',
PRIMARY KEY (`rank_id`)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;
ALTER TABLE `phpbb_users` ADD `user_reputation` INT( 11 ) NOT NULL DEFAULT '0';
ALTER TABLE `phpbb_users` ADD `user_hide_reputation` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `phpbb_groups` ADD `group_reputation_power` TINYINT( 4 ) NOT NULL DEFAULT '0';
INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES
('rp_block_per_points', '50'),
('rp_comment_max_chars', '255'),
('rp_disable_comment', '0'),
('rp_display', '3'),
('rp_enable', '0'),
('rp_force_comment', '1'),
('rp_forum_exclusions', ''),
('rp_max_blocks', '10'),
('rp_max_power', '3'),
('rp_membership_days', '0'),
('rp_min_posts', '1'),
('rp_power_rep_point', '0'),
('rp_recent_points', '5'),
('rp_reg_bonus', '0'),
('rp_time_limitation', '12'),
('rp_total_posts', '0'),
('rp_user_spread', '10');
INSERT INTO `phpbb_acl_options` (`auth_option`, `is_global`, `is_local`, `founder_only`) VALUES
('u_rp_give', 1, 0, 0),
('u_rp_disable', 1, 0, 0),
('u_rp_ignore', 1, 0, 0),
('m_rp_moderate', 1, 0, 0),
('a_reputation', 1, 0, 0);
INSERT INTO `phpbb_reputations_ranks` (`rank_title`, `rank_points`) VALUES
('{USERNAME} doesn''t have reputation', 0);DennisVV писал(а):странно... FF3 и IE норм открывают у меня
ну тогда держи, надеюсь не заругабт, что не аттачем
Вернуться в Поддержка модов для phpBB 3.0.x
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1