phpbb_recent_topics is a plugin which will allow you to display recent phpbb posts and topics in your sidebar, post content and anywhere you can call a function.
This software is provided free of charge, support is provided by the WordPress comminity in this forum and you can use this form to ask questions and get support.
If you are a bit of a wizard, you can use the WordPress trac for feature request, Open a ticket here for patch sumission and bug reports..
Remember to show your love to WordPress plugin developers by dontaing to the author.
How does this plugin work?
To display your phpbb content this plugin must make a mysql (database) connection from WordPress to the phpbb database, therefore it is important that you understand this and configure it correctly; failling to configure the database connection is the most common issue users have!
What are all these options then?
Below is a list descibing what each option does, good luck and may the force be with you!
- phpbb MySQL Database Name: This is the name of your phpbb database. In the config.php of your phpbb installation this is what you have filled in for $dbname
- Enable Insecure Database Connection: Enabling this is not advisable, but is necessary for some users. The best option is to GRANT access to the mysql wordpress user to access the phpbb mysql database, instructions on what to do are found in the readme. If your WordPress and phpbb database are on separate servers then insecure connectivity is your only option.
- phpbb MySQL Database UserName: Only vailable with insecure connectivity. In the config.php of your phpbb installation this is what you have filled in for $dbuser
- phpbb MySQL Database Password: Only vailable with insecure connectivity. In the config.php of your phpbb installation this is what you have filled in for $dbpasswd
- phpbb MySQL Database Server: Only vailable with insecure connectivity. In the config.php of your phpbb installation this is what you have filled in for $dbhost
- phpbb Topics Table Name: This is the table in the phpbb database that lists all the topics. If you have change $table_prefix in the phpbb config.php from phpbb_ to something else then you need to change this, most people do not.
- phpbb Forums Table Name: This is the table in the phpbb database that lists all the forums. If you have change $table_prefix in the phpbb config.php from phpbb_ to something else then you need to change this, most people do not.
- phpbb Posts Table Name: This is the table in the phpbb database that lists all the posts. If you have change $table_prefix in the phpbb config.php from phpbb_ to something else then you need to change this, most people do not.
- phpbb forum URL: This is the link to your forum such as www.domain.com/phpbb3.
- Number of Topics to show: This is the number of items to show.
- Date and Time Formmating: This is tweaks the output of the date and time, more infomation can be found in codex here, make this blank if you want to suppress the date and time.
- Sort Results by Post Date: By default the topic list is sorted by the creation date of the subject, tick this box to sort by the date of the most recent post in a subject.
- Enable Tooltip: This option enables a fancy tooltip showing the first post.
- Tooltip Size: Only available if the tooltip is enabled, you can tweak how long the tooltip should be.
- Excluded Forums: Tick boxes to exclude forums from the output.
- Open link in new window: This will cause the links to open new windows when clicked..
There is no fancy javasript on this page (yet) you will need to click SAVE OPTIONS each time you make a change.
If all else fails, check the latest README.