I didnt run the install_rpc.php
I just created a table
PHP Code:
CREATE TABLE reportedpost
(
reportedpostid int(10) unsigned NOT NULL auto_increment,
postid int(10) unsigned NOT NULL default '0',
userid int(10) unsigned NOT NULL default '0',
dateline int(10) unsigned NOT NULL default '0',
comments text NOT NULL,
PRIMARY KEY (reportedpostid)
) TYPE=MyISAM
and modified report.php, created 4 new templates
PHP Code:
error_postalreadyreported
reportedposts
reportedposts_bit
reportedposts_emptybit
my mods really cant see the report center! :dead:
is there anything i didnt to do?