goat wrote:seems like the populous is interested in knowing, I'm going to try it on my test board, I'll report back with what my results are in RC1
thx a lot
goat wrote:seems like the populous is interested in knowing, I'm going to try it on my test board, I'll report back with what my results are in RC1

Rafterman wrote:goat wrote:seems like the populous is interested in knowing, I'm going to try it on my test board, I'll report back with what my results are in RC1
thx a lot



<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- INCLUDE recent_panel.html -->
<a name="start_here"></a>General Error
SQL ERROR [ mysql4 ]
Table 'phpbb3.RECENT_PANEL_MODULES' doesn't exist [1146]
SQL
SELECT * FROM RECENT_PANEL_MODULES ORDER BY module_order ASC
BACKTRACE
FILE: includes/db/mysql.php
LINE: 133
CALL: dbal->sql_error()
FILE: includes/acp/acp_recent_panel.php
LINE: 115
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 460
CALL: acp_recent_panel->main()
FILE: adm/index.php
LINE: 80
CALL: p_master->load_active()
Table 'phpbb3.RECENT_PANEL_MODULES' doesn't exist [1146]
DROP TABLE IF EXISTS phpbb3.recent_panel_modules;
CREATE TABLE phpbb3.recent_panel_modules (
module_name varchar(255) DEFAULT '' NOT NULL,
module_active smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
module_order smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
check_permissions tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
PRIMARY KEY (module_name),
KEY module_order (module_order)
);
INSERT INTO phpbb3.recent_panel_modules VALUES ('recent_topics', 1, 0, 1);
INSERT INTO phpbb3.recent_panel_modules VALUES ('global_announcments', 1, 1, 0);
INSERT INTO phpbb3.recent_panel_modules VALUES ('recent_posts', 1, 2, 1);
INSERT INTO phpbb3.config (config_name, config_value) VALUES ('recent_panel_on', '1');
INSERT INTO phpbb3.config (config_name, config_value) VALUES ('recent_panel_module_width', '300');
INSERT INTO phpbb3.config (config_name, config_value) VALUES ('recent_panel_max_rows', '5');
INSERT INTO phpbb3.config (config_name, config_value) VALUES ('recent_panel_require_read', '1');
INSERT INTO phpbb3.config (config_name, config_value) VALUES ('recent_panel_exclude_forums', '');




cotp wrote:Anyone tried it on RC5 ? Suprised to not see more people on this thread...
Seems like a great mod
Cotp
I agree...sounds like a cool mod. Any screen shot or demo?





Return to Recent Topics, RSS / ATOM Syndication MODs
Users browsing this forum: No registered users and 3 guests