How to integrate phpBB with Wordpress

Is there a way to integrate phpBB with Wordpress. I already have a wordpress blog and I need to integrate phpBB. I want to sync a user table with both phpBB and wordpress. The user can access both sites by logging into any of the sites. Can anyone help me on this ...

+3
source share
5 answers

You can integrate / synchronize user tables. There's even a plugin for this, see WP phpBB Bridge .

Aside: I agree that as a standalone forum phpBB is the best solution for open source / free. There is also a great simple one for WP : click on the forum. Using this instead of phpBB is certainly a more reliable future, less maintenance, requiring installation and simplifying optical integration on the site. It might look pretty ugly at first, but its css is very flexible and with a bit of messing around, you can integrate it very well.

EDIT

He just got the upper hand, I looked at this answer again. And I'm 2 years old, I want to add that, given the recent decisions of the development team, I feel less inclined to recommend simply: click on the extra mile and integrate phpBB ...

+9
source

, BBPress Forum - wordpress. BBPress wordpress. BBPress Forum http://www.bloggingalerts.com/2011/11/how-to-integrate-forum-with-wordpress.html

+2
+2

, , .

  • Wordpress phpbb .
  • , Wordpress ( phpbb, Wordpress).
  • Wordpress ( Wordpress ) , .
  • , div .. ( ), , .
  • total_header.php phpbb.
  • phpbb , , "" , global_header.php .
  • , html Wordpress, , general_footer.php.
  • , css phpbb.

phpbb, wordpress.

0

wp-phpbb-bridge :

1) , ;

2) phpbb .

3) Go to Widgets and place Bridge Phpbb Bridge users (or one of them) in the sidebar.

then users (login or other data) will be automatically synchronized.

this method worked for me.

0
source

All Articles