This plugin grabs your recent phpBB forum topics for you to display in wordpress.
Yes.
Yes ! In the WordPress menu 'Options' -> 'phpBB Recent Topics', set 'The number of topics to show' to 10, and then in your sidebar include...
`<?php
if (function_exists('phpbb_topics')) {
phpbb_topics(3);
}
?>`
Yes, use the new 0.5.x feature in the admin settings
You're not an Administrator
The date settings effect both the template tag and the widget
Some people cannot GRANT priveliges from one DB to another; insecure connectivity allows you to store the phpbb database credentials within the WordPress database.
The phpbb database credentials are stored in the WordPress database in CLEAR TEXT, this is bad, as anyone with access to the WP DB can get full access to phpbb. Another reason is that usually the credentials given to the phpbb application are FULL access, we only need to read the database, so it's much better to restrict access.
Yes, use the Insecure Connectivity method, and change the host to the IP address of the server
Requires: 2.0.9 or higher
Compatible up to: 3.2.1
Last Updated: 2011-7-8
Downloads: 21,071
0 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?