Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 Root 2011-07-06 kronsh [r8]
 ReadMe.txt 2010-07-10 kronsh [r3] Before the candidate release
 nuke_users(changes).sql 2010-07-10 kronsh [r3] Before the candidate release

Read Me

Description
This mode integrates well known forum engine phpBB3 as module for CMS phpNuke 7.9 and higher.
PhpBB3 embedded as module of phpNuke, and use it infrastructure, such as list of users and references.
In the same time module has own administration panel, whith is not integrated with phpNuke admin panel.

Installation
1. Copy  package files from root directory to the base of phpNuke site.
2. Run nuke_users(changes).sql sql script on the phpNuke databese. This script adds additional phpBB3 fields to user table of PhpNuke.
3. Install PhpBB 3 forum: 
	a. Run http://<nuke_server_name>/modules/phpBB3/install/index.php setup program and follow to setup instructions. Note, that you must enter new account attributes for forum admin user creation.
	b. Run phpNuke2.0 -> phpNuke3.0 conversation if needed.
4. Activate phpBB3 module from administration pannel of phpNuke system.
5. Remove /modules/phpBB3/install folder.

Access to admin panel.
1. Run http://<nuke_server_name>/modules/phpBB3/ucp.php?mode=login...
2. Login as admin user enterd at installation.
3. Run http://<nuke_server_name>/modules/phpBB3Tmp/adm/index.php , and login as admin user again.

System changes (uncompleted)
To allow proper user behaviour after registration (to have appropiate common rights), you should insert the following line in the registration handlig procedure:
-------------------------------------------------------------------------------------------------------------------------
		global $table_prefix;
		include("nukebb3.php");
		include("modules/" . MODULE_NAME . "/config.php");
		$db->sql_query("INSERT INTO ".$table_prefix."user_group Select g.bb_group_id, user_id, 0, 0 From ".$user_prefix."_users u, ".$table_prefix."groups g Where username = '$row[username]' and g.group_name = 'REGISTERED'");
--------------------------------------------------------------------------------------------------------------------------
Unfortunately, I cannot do this now, becouse my registration procedure placed in file modules/Your_Account/index.php had some customer changes. So I cannot identify proper plase to insert.

(C) Mullakhmetov Roman, 2010-06-20 - 2010-07-10 r_mmm_r@mail.ru , designed for site http://balashiha-park.ru