PhpBB Integration Module

Register an Account
Closed Thread
 
Thread Tools
PhpBB Integration Module
Developed by Yankidank Yankidank is online now
Developer Last Online: Feb 2012 Show Printable Version Email this Page
Designed for: Pligg 1.0.1
License: Creative Commons Attribution-Noncommercial-Share
Released: 12-15-2008
Last Update: 01-22-2009
Installs: 38
Makes Database Changes
Template Edits Not Required
Can Reuse Source Code
Includes Files to Upload
In Beta Stage
Not Supported by Author
This module creates users in PhpBB automatically when they register, synchronizes info when it is changed from the Pligg admin or from the Pligg user's profile and allows user to login automatically to PhpBB when they log in to Pligg. The admin "convert all" feature allows admins to add all Pligg users to PhpBB at once.

There is only one problem for integrating existing PhpBB users:
As soon as passwords are encrypted in Pligg , this feature can't make their PhpBB password same as in Pligg. They can't login to PhpBB with same login/password manually, they can login there from Pligg only, until they go to profile and update their passwords. So you should try to force a password update from Pligg or force them to log in to Pligg every time.

Installation:
  1. Upload the phpbb folder (zip attached to this thread) to your /modules folder.
  2. Navigate to Admin > Modules and activate the phpbb module.
  3. Navigate to the phpbb module settings page (a link is placed on the admin homepage)
  4. Enter the database information for phpbb. In the attached image example the database name is pligg_pligg and the prefix used by phpbb is phpbb_
  5. Set the cookie name (probably phpbb3_sv889)
  6. Hit submit to save your settings. Now when you create a user in Pligg it should become a phpbb user in your forums.



-----------------------
Everyone should thank forum users lpapworth for covering the majority of the ChipIn fund (started on another thread). His financial contribution is what allowed us to develop this module.

Download Now

File Type: zip phpbb_module.zip (11.9 KB, 840 views)

Screenshots

File Type: png phpbb.png (19.7 KB, 1230 views)

License Agreement

Creative Commons Attribution-Noncommercial-Share Alike License
You are free to Share and Remix this work under the following conditions: You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
You may not use this work for commercial purposes.
If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

Supporters / CoAuthors

Show Your Support

  • If you like this download support the author by donating.
  • This download may not be copied, reproduced or published elsewhere without author's permission.

Similar Downloads
Download Developer Category Replies Last Post

Comments
  #2 (permalink)  
Old 12-19-2008, 05:45 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
Changelog:

Version 0.11
- Removed a test file from templates directory
- Fixed an error in phpbb_main.php

Version 0.10
- Release of module

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
  #3 (permalink)  
Old 12-20-2008, 12:01 PM
New Pligger
Pligg Version: 9.9.5
 
Join Date: Nov 2008
Posts: 11
As the required donation of integrating pligg with phpbb3 is completed

Will it be release with pligg version 1 or not?

Because its great to integrate two best script in one
  #4 (permalink)  
Old 12-20-2008, 07:58 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
The release is this thread. You will need to be using the latest SVN (or the upcoming 1.0 release) to use this module though. After you install 1.0 you need to download the attached files from the original post for this thread and install the module.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
  #5 (permalink)  
Old 12-25-2008, 11:30 PM
Pligg Donor
Pligg Version: 1.0.1
Pligg Template: The Standard
 
Join Date: Dec 2008
Location: Canada
Posts: 16
Great mod. Thanks for doing this.
I do get this error message when trying to go in to configure my phpbb db info though:
Quote:
Fatal error: TPL: [in line 0]: syntax error: file '/admin/admin.tpl' does not exist in /{my path}/class.template.php on line 923
  #6 (permalink)  
Old 12-26-2008, 12:06 AM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,440
Quote:
Originally Posted by Stirling View Post
Great mod. Thanks for doing this.
I do get this error message when trying to go in to configure my phpbb db info though:
Try reading post 3


Social Pro Kit For Pligg 1.2.0 is now available.


  #7 (permalink)  
Old 12-26-2008, 10:38 PM
Pligg Donor
Pligg Version: 1.0.1
Pligg Template: The Standard
 
Join Date: Dec 2008
Location: Canada
Posts: 16
Thank you, that was it.

For the configuration field "MySql Database and Prefix:" what is the entry format? Is it database_prefix?

Last edited by Stirling; 12-26-2008 at 10:49 PM.
  #8 (permalink)  
Old 12-27-2008, 12:45 AM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
Quote:
Originally Posted by Stirling View Post
Thank you, that was it.

For the configuration field "MySql Database and Prefix:" what is the entry format? Is it database_prefix?
Basically it's just asking for your database name. Often database names are forced to have a prefix. For example one of my sites requires the prefix "eric_" ahead of each database name so my Pligg database name "pligg" would be "eric_pligg".
Experiment with the fields, I assume you will figure out the correct settings quickly.
I still have to test out this module myself, I don't have a phpbb site to test out and hired a freelancer to produce this module for Pligg. Any feedback if you get it working would be appreciated just so that I know that it works fine.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
  #9 (permalink)  
Old 12-27-2008, 12:44 PM
Pligg Donor
Pligg Version: 1.0.1
Pligg Template: The Standard
 
Join Date: Dec 2008
Location: Canada
Posts: 16
I've tried some different configurations with no success. I'm not getting an error messages, just no update of the user tables in phpBB.

I've got a clean install of Pligg and phpbb 3.0. If you'd like to use my setup to test out this mod for yourself let me know and I'll pm you the details.

The new admin panel looks great btw.
  #10 (permalink)  
Old 12-27-2008, 08:43 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 4,931
Send a message via AIM to Yankidank
I just tried this module out for the first time last night on my local machine. I can confirm that all of the configurations that I could think of weren't resulting in any shared usernames. I'll have to get the freelancer who wrote this to either provide me with some documentation or fix whatever it is that isn't allowing it to work for me.

Thanks for the comment on the new admin panel, took me a while to design it.

The Twitter Module for Pligg CMS!
Register, Login, and Submit Stories with Twitter. An absolute MUST HAVE for all Pligg sites!
Closed Thread

Tags
bulletin board, forum, integration, phpbb, user

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upload Module (File and Image Attachment) Yankidank Free Modules 268 Today 12:19 PM
Fixes to Profile Extra Fields Module v0.2 and Extended Profile Module v0.1 redwine Questions and Comments 11 12-20-2010 04:18 PM
PHPBB integration help sbanerjee Questions and Comments 0 07-23-2008 05:39 AM
PHPBB Integration with Pligg Yankidank Questions and Comments 64 06-07-2008 07:54 AM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development