SMFforum Integration module

vb - February 10, 2007 - 20:38

SMFforum Integration module provides integration with SMF: Simple Machines Forum
http://www.simplemachines.org/.

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

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

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

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

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

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

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

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

Installation
------------------------------------------------------------------------------

1) Download the SMFforum module from http://drupal.org/project/smfforum or
from http://vgb.org.ru/download

2) Download the latest smf_api_2 archive from http://vgb.org.ru/download
See the "license.txt" file for details of the Simple Machines LLC license.

3) Copy smfforum directory to your modules directory .../modules/smfforum/

4) Unpack smf_api_2 archive and copy it to subdirectory
.../modules/smfforum/includes/

5) Follow the instructions in README.txt file.

Use at you risk on production site.

How to make Drupal 5 release from Drupal 6 release.

Change in smfforum.module constant
define('SMF_DRUPAL_MODULE_VERSION', 6);
to
define('SMF_DRUPAL_MODULE_VERSION', 5);

Releases

Official releasesDateSizeLinksStatus
6.x-1.212008-Jun-2124.17 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.212008-Jun-2124.15 KBRecommended for 5.xThis is currently the recommended release for 5.x.
4.7.x-1.012008-Apr-0222.57 KBRecommended for 4.7.xThis is currently the recommended release for 4.7.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2008-Jun-2124.15 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.