phpBBforum Integration module

vb - February 3, 2008 - 13:24

phpBBforum Integration module provides integration with phpBB3 Forum
http://www.phpbb.com/.

Features:

  • can be used on a working site and forum with existing users;
  • authentication and synchronyzation in both directions;
  • automatic creation of users;
  • synchronyzation of account info usernames, passwords, emails, signatures, avatars (for drupal admin id = 1 and phpBB admin id = 2 username, password, email do not sync for security)
  • synchronyzation of profile info when drupal profile module is enabled;
  • support of drupal profile, signatures_forum, avatar_selection, birthdays modules;
  • forum can work in the full window or in frame inside drupal, integration in a drupal page is under development.

The following blocks are provided to integrate phpBB with your Drupal site:

1) phpBBforum: Hidden authentication
Allows forum users to login to your Drupal site and provides advanced
authentication and synchronyzation with the forum.

2) phpBBforum: New forum topics
Display a list of the latest forum topics.

3) phpBBforum: New forum posts
Display a list of the latest forum messages.

4) phpBBforum: Online forum users
Display a list of all on-line forum users.

5) phpBBforum: Forum statistics
Display forum statistics including: number of users, threads, messages,
newest member, etc.

6) phpBBforum: Personal messages
Display your forum personal messages if you are logged in.

7) phpBBforum: Top posters
Display a list of the top posters.

For discussion about the module please visit forum topic http://drupal.org/node/217369

How to make Drupal 5 dev release from Drupal 6 release.

Change in phpbbforum.module constant
define('PHPBB_DRUPAL_MODULE_VERSION', 6);
to
define('PHPBB_DRUPAL_MODULE_VERSION', 5);

You may download latest Drupal 5 dev version from http://vgb.org.ru/download page.

Releases

Official releasesDateSizeLinksStatus
6.x-1.032008-Jul-13126.24 KBRecommended for 6.xThis is currently the recommended release for 6.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Jul-14126.25 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.