select($lnx_PRT_options['prt_phpbb_db']); # Run The query $tt_results = $wpdb->get_results("SELECT * FROM $lnx_PRT_options[prt_phpbb_tt] LIMIT 3"); // Topic Table Querey - check connectivity $ft_results = $wpdb->get_results("SELECT forum_id,forum_name FROM $lnx_PRT_options[prt_phpbb_ft]"); // Forum Table Querey - for exclusions $pt_results = $wpdb->get_results("SELECT * FROM $lnx_PRT_options[prt_phpbb_pt] LIMIT 3"); // Posts Table Querey - to check recent posts functionaility # Connect back to wordpress :-) $wpdb->select(DB_NAME); } else { # Make new DB Connection $phpbbdb = new wpdb($lnx_PRT_options['prt_phpbb_dbinsecureuid'], $lnx_PRT_options['prt_phpbb_dbinsecurepw'], $lnx_PRT_options['prt_phpbb_db'], $prt_phpbb_dbinsecurehos); # Run The query $tt_results = $phpbbdb->get_results("SELECT * FROM $lnx_PRT_options[prt_phpbb_tt] LIMIT 3"); // As above $ft_results = $phpbbdb->get_results("SELECT forum_id,forum_name FROM $lnx_PRT_options[prt_phpbb_ft]"); $pt_results = $phpbbdb->get_results("SELECT * FROM $lnx_PRT_options[prt_phpbb_pt] LIMIT 3"); } # Now print the admin form! ?>

".__('Database Error.')." ".sprintf(__('Connectivity to phpBB failed. See README for help'), "http://wordpress.org/extend/plugins/phpbb-recent-topics/")."

"; } ?>
Enable/> Connectivity Established, Only do this if you really have too! Please see README for more details
See WP Codex Documentation on date formatting
Enable/>By default results are sorted by the Date of Topic creation, this will sort topics by freshness.
Enable/> The post content will be shown as a tooltip over the hyperlink.
Please add new GRANT permissions `GRANT SELECT ON phpbb_database.phpbb_posts TO wp_user@localhost;`
See README for more details
How many characters show we show in the tooltip bubble?
forum_name;?>forum_id) { echo "checked"; } } } ?>/>
Please add new GRANT permissions GRANT SELECT ON phpbb_database.phpbb_forums TO wp_user@localhost;
See README for more details
Enable/>


phpBB Recent Topics News

Subcribe to this feed

Sorry you do not have access to this page