| 1 |
phpBBforum Integration module
|
| 2 |
==============================================================================
|
| 3 |
phpBBforum Integration module (Ñ) 2007-2009 by Vadim G.B. (http://vgb.org.ru)
|
| 4 |
==============================================================================
|
| 5 |
|
| 6 |
phpBBforum Integration module provides integration with phpBB3 Forum
|
| 7 |
http://www.phpbb.com/.
|
| 8 |
|
| 9 |
The module requires php5 to run.
|
| 10 |
|
| 11 |
The following blocks are provided to integrate phpBB with your Drupal site:
|
| 12 |
|
| 13 |
1) phpBBforum: Hidden authentication
|
| 14 |
Allows forum users to login to your Drupal site and provides advanced
|
| 15 |
authentication and synchronyzation with the forum.
|
| 16 |
|
| 17 |
2) phpBBforum: New forum topics
|
| 18 |
Display a list of the latest forum topics.
|
| 19 |
|
| 20 |
3) phpBBforum: New forum posts
|
| 21 |
Display a list of the latest forum messages.
|
| 22 |
|
| 23 |
4) phpBBforum: Online forum users
|
| 24 |
Display a list of all on-line forum users.
|
| 25 |
|
| 26 |
5) phpBBforum: Forum statistics
|
| 27 |
Display forum statistics including: number of users, threads, messages,
|
| 28 |
newest member, etc.
|
| 29 |
|
| 30 |
6) phpBBforum: Personal messages
|
| 31 |
Display your forum personal messages if you are logged in.
|
| 32 |
|
| 33 |
7) phpBBforum: Top posters
|
| 34 |
Display a list of the top posters.
|
| 35 |
|
| 36 |
To install the module follow instructions in INSTALL.txt file
|
| 37 |
|
| 38 |
Use at you risk on production site.
|
| 39 |
|
| 40 |
------------------------------------------------------------------------------
|
| 41 |
Module written by Vadim G.B. vb on http://drupal.org, http://drupal.ru
|
| 42 |
------------------------------------------------------------------------------
|