WP-Recent-phpBB
1.0
October 29, 2008
The WP-Recent-phpBB plugin defines a sidebar widget to show the most recent posts of phpBB 2.x or phpBB 3.x forums on your WordPress blog.
The widget submits only one SQL query to gather all the required information from phpBB. Your phpBB
tables can be located on the same database of your WordPress tables, another database, or even another host.
The look of the widget is fully customizable. This widget introduces two templates, one for new topics and another for replies. So that, you have complete freedom to define your own display format for forums’ posts on the widget.
Here is the list of template variables that you can use to format each post:
{POST_URL}
Absolute URL of the post{POST_DATE}
Date of the post (date format is determined according to your WordPress settings){POST_TIME}
Time of the post (time format is determined according to your WordPress settings){POST_SINCE}
Time elapsed since publishing the post (e.g. 5 minues ago, 2 weeks ago, …){TOPIC_URL}
Absolute URL of the post’s topic{TOPIC_TITLE}
Title of the post’s topic{FORUM_URL}
Absolute URL of the post’s forum{FORUM_TITLE}
Title of the post’s forum{USER_URL}
Absolute URL of the poster’s profile{USER_NAME}
The poster’s user name
In addition, this widget allows you to choose the forums that you would like their posts to be included in or excluded from the listing.
If you have more than one forum, you can use multiple instances of this widget on your sidebar.
Download
WP-Recent-phpBB (13.8 KiB, Last updated on October 29, 2008)
Defines a fully customizable sidebar widget to show the most recent phpBB posts on your WordPress blog.

hi, I can’t seem to edit the New Topics/Reply template in the widget. No matter how many times I click “change” it’s still reverts back to the original.
Also, I was wondering if you can also include the Contents of the Post (POST_TEXT, mabbe?) as one of the variables?
Thanks!
Oops my bad.. Pls delete my previous comment…
It’s a great plugin! Thanks!
Good idea, thanks. I will consider adding POST_CONTENT and POST_EXCERPT template variables for the next release.
Great plug-in! Thanks!
Russian .po and .mo files for this plugin:
http://dkp.ruwow.org/2009/06/19/russian-wp-recent-phpbb/
Thank you Grib.
Hi,it is great plugin, but how to use this plugin in theme without widgets??
Sorry, but I didn’t consider that while writing the plugin.
Hi,
how i can use the plugin a second time in the same Blog, i like to show recent topice from a second forum
thanks for your help
Pete
Simply drag the widget from “Available Widget” section and drop it on “Sidebar” as many times as you want.
Hi,
I tried to add image but I don’t know how to do this
Can anyone be kind to tell me how?
thanks a lot
Where you want to put the image?
Hi guys! What kind of access to remote forum’s SQL database needed for this plugin (if I want to receive posts from not my forum)?
Hi! You need the SELECT permission only.
Hi 2 all! Have you ever done or seen the sql-script that uses push-method for delivering last messages from wp forum? I have problems with access to remote SQL-database because of security considerations and I want to receive messages without contacting with sql-server at all.
The latest release of phpBB has RSS feed. You can consider using it.
Hi, I would like to show the recent phpBB-posts in a static WP-Page.
How can I do this with WP-Recent-phpBB ?
The current version of WP-Recent-phpBB can be used only as a sidebar widget. In its future release, I’ll add a shortcode, so that you can add it to any post/page.