Title: phpBB Recent Posts
Last modified: August 18, 2016

---

# phpBB Recent Posts

 *  [ealvin](https://wordpress.org/support/users/ealvin/)
 * (@ealvin)
 * [21 years ago](https://wordpress.org/support/topic/phpbb-recent-posts/)
 * I found the “phpBB Recent Posts” plugin but I have some questions about it’s 
   use.
 * I opened the php file. Inside I find this info …
 * function show_posts($limit = 10)
    { global $wpdb; //Put your phpBB and wordpress
   database info here: $WPDB = “wordpress”; //WP db name $PHPBBDB = “phpbb”; //phpBB
   db name $USERS_TABLE = “phpbb_users”; //phpbb user table $TOPICS_TABLE = “phpbb_topics”;//
   phpbb topics table $POSTS_TABLE = “phpbb_posts”; //phpbb posts table $SITEURL
   = “[http://yoda.gatewayy.net/forum/&#8221](http://yoda.gatewayy.net/forum/&#8221);;//
   Forum URL with trailing / //Do not edit beyond this point
 * I know the name of my WP database but I’m not sure about the name of my phpBB
   db name. I assume that’s my db user name, is that correct? And as far as site
   url I guess that’s my [http://www.urlname.com/blog](http://www.urlname.com/blog).
   Would I then save and upload this to the Plugins folder?
 * If all of that is correct I have no idea how I activate it and place the posts
   where I want them in one of my side panels. Can someone help? And of course, 
   if there is anything I’ve left out please let me know that as well. Thanks so
   much.

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/phpbb-recent-posts/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/phpbb-recent-posts/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/phpbb-recent-posts/page/2/?output_format=md)

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [21 years ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169215)
 * Hmmm… I don’t think this plugin is for WP, rather for phpBB (which is a wll known
   forum software >> [http://www.phpbb.com/](http://www.phpbb.com/)
 * For WP customizable post listings see:
    [http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/](http://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/)
 *  [Usayd](https://wordpress.org/support/users/usayd/)
 * (@usayd)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169260)
 * moshu is incorrect – the plugin is here:
 * [http://yoda.gatewayy.net/index.php/wp-phpbb/wp-phpbb/](http://yoda.gatewayy.net/index.php/wp-phpbb/wp-phpbb/)
 * And yes you need a seperate database name for the
 * `
    $PHPBBDB = "phpbb"; //phpBB db name
 * After completing the neccerssary requirements upload, activate and post
 * `
    <? show_posts("Number of posts wanted here"); ?>
 * Wherever you want the posts. (ie. in sidebar.php)
 * I’ve not tried it yet but i will
 *  [Usayd](https://wordpress.org/support/users/usayd/)
 * (@usayd)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169261)
 * Well tbh i couldn’t get it to work but really just check what databases you are
   using and you might be luckier!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169262)
 * Sorry, I was wrong. However the OP did not have phpBB installed and what he wanted
   was the “recent posts” for WP 🙂
 *  [borge](https://wordpress.org/support/users/borge/)
 * (@borge)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169266)
 * link is down.. I’d really need this plugin. If someone has it, please email it
   for me theflowermarket a icmail dot net. Or if you have a link for it somewhere
   else. I couldn’t find one. thanks
 *  [borge](https://wordpress.org/support/users/borge/)
 * (@borge)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169269)
 * anyone?
 *  [kensav](https://wordpress.org/support/users/kensav/)
 * (@kensav)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169271)
 * yes this link has been down for a few weeks now
 *  [borge](https://wordpress.org/support/users/borge/)
 * (@borge)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169272)
 * Is there a way to do syndicate wp and phpbb with some other mod. Fech All?
 *  [tmcq](https://wordpress.org/support/users/tmcq/)
 * (@tmcq)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169273)
 * Hi,
    I was wondering if anyone knew of a place to get the phpBB latest posts 
   plug-in? The author’s site is down.
 * Many thanks,
 * Neil
 *  [cpjolicoeur](https://wordpress.org/support/users/cpjolicoeur/)
 * (@cpjolicoeur)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169283)
 * The link for this plugin does not seem to be working anymore.
 * [http://yoda.gatewayy.net/index.php/wp-phpbb/wp-phpbb/](http://yoda.gatewayy.net/index.php/wp-phpbb/wp-phpbb/)
 * Does anyone know of a mirror or another site where I can download this plugin?
   If not, can someone who is using this plugin, make it available for download 
   or email it to me at twistshow[at]gmail[dot]com
 *  [cpjolicoeur](https://wordpress.org/support/users/cpjolicoeur/)
 * (@cpjolicoeur)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169284)
 * any help with this? I’d really like some kind of phpbb plugin that will display
   the most n number of recent posts to my phpbb forums.
 *  [jaseone](https://wordpress.org/support/users/jaseone/)
 * (@jaseone)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169285)
 * Does phpBB have an RSS feed for that like most major forum software does? If 
   so just use one of the RSS plugins for WP and feed it the phpBB RSS feed.
 *  [cpjolicoeur](https://wordpress.org/support/users/cpjolicoeur/)
 * (@cpjolicoeur)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169286)
 * I’ve looked for a MOD for phpbb and found a “supposed” RSS 0.92 MOD but can’t
   seem to get it to work. I don’t really want an RSS 0.92, I would need an RSS 
   2.0 feed and can’t seem to find anything like that.
 *  [alans17](https://wordpress.org/support/users/alans17/)
 * (@alans17)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169312)
 * That link to the above-mentioned plugin is still down. In fact, it looks like
   that entire subdomain is down. I’m really interested in this plugin, though. 
   I need it for a site I’m building as a Christmas gift.
 * If anybody has it or knows where to get, please contact me. My email address 
   at yahoo is alans17. Thanks in advance.
 *  [andresen](https://wordpress.org/support/users/andresen/)
 * (@andresen)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/#post-169314)
 * I want this plug-ins. Can somebody give me a copy of files?

Viewing 15 replies - 1 through 15 (of 37 total)

1 [2](https://wordpress.org/support/topic/phpbb-recent-posts/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/phpbb-recent-posts/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/phpbb-recent-posts/page/2/?output_format=md)

The topic ‘phpBB Recent Posts’ is closed to new replies.

## Tags

 * [phpBB](https://wordpress.org/support/topic-tag/phpbb/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 37 replies
 * 23 participants
 * Last reply from: [clublakers](https://wordpress.org/support/users/clublakers/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/phpbb-recent-posts/page/3/#post-169365)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
