| 1 |
/* $Id: README.txt,v 1.16 2009/05/17 15:25:56 sun Exp $ */ |
/* $Id: README.txt,v 1.17 2009/08/02 01:23:10 sun Exp $ */ |
| 2 |
|
|
| 3 |
-- SUMMARY -- |
-- SUMMARY -- |
| 4 |
|
|
| 5 |
DrupalvB integrates vBulletin forums with Drupal. It allows |
DrupalvB integrates vBulletin forums with Drupal. It allows |
| 6 |
|
|
| 7 |
- existing vBulletin users to log in to Drupal |
- new and existing vBulletin users to log in to Drupal |
| 8 |
- new vBulletin users to log in to Drupal |
- existing Drupal users to log in to vBulletin (*) |
|
- existing Drupal users to log in to vBulletin (after initial export) |
|
| 9 |
- new Drupal users to log in to vBulletin |
- new Drupal users to log in to vBulletin |
| 10 |
- a single/shared sign-on when logging in via Drupal |
- single/shared sign-on when logging in via Drupal |
| 11 |
- updating user data in vBulletin upon update in Drupal |
- updating user data in vBulletin upon update in Drupal |
| 12 |
- deleting users in vBulletin upon deletion in Drupal |
- deleting users in vBulletin upon deletion in Drupal |
| 13 |
|
|
| 16 |
to logon with their user data in Drupal) and does not require patches to Drupal |
to logon with their user data in Drupal) and does not require patches to Drupal |
| 17 |
core. |
core. |
| 18 |
|
|
| 19 |
DrupalvB currently ships with 3 blocks: |
*) requires initial export |
|
- Recent threads/posts |
|
|
- Forum users/posts/pm statistics for the current user |
|
|
- Overall forum statistics (administrative) |
|
|
|
|
|
Major parts of DrupalvB are based on my work for Migrator module. If you |
|
|
rather want to migrate an existing forum to Drupal (instead of integrating it), |
|
|
you might want to checkout Migrator. |
|
| 20 |
|
|
| 21 |
|
|
| 22 |
For a full description visit the project page: |
For a full description visit the project page: |
| 27 |
|
|
| 28 |
-- REQUIREMENTS -- |
-- REQUIREMENTS -- |
| 29 |
|
|
| 30 |
* vBulletin 3.6.x / 3.7.x |
* vBulletin 3.6 or newer (latest confirmed working version was 3.8.x) |
| 31 |
|
|
| 32 |
|
|
| 33 |
-- INSTALLATION -- |
-- INSTALLATION -- |