PhpBB Integration Module

Register an Account
Pligg Chat Room
Reply
 
LinkBack Thread Tools
PhpBB Integration Module
Developed by Yankidank Yankidank is offline
Developer Last Online: Mar 2010 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: 28
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, 480 views)

Screenshots

File Type: png phpbb.png (19.7 KB, 653 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
  #62 (permalink)  
Old 12-02-2009, 07:12 PM
lowster11's Avatar
Pligg Donor/Designer
Pligg Version: 1.0.3
Pligg Template: custom
Donation Level 1 
 
Join Date: Oct 2009
Location: Sacramento
Posts: 227
You just take your time and design away - or shall I say "pligg away"

when's the last time you donated your Pligg
Reply With Quote
  #63 (permalink)  
Old 12-02-2009, 08:04 PM
Yankidank's Avatar
Pligg Founder/Coder/Designer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Dec 2005
Location: Ocala, FL
Posts: 3,803
Send a message via AIM to Yankidank Send a message via Skype™ to Yankidank
It does not have to bee the same database. As you see in the screenshot for the settings page you can specify a database name and prefix in the first input field.

Now Available: Facebook Connect Module !
Reply With Quote
  #64 (permalink)  
Old 12-02-2009, 11:36 PM
Pligg Donor
Donation Level 2 
 
Join Date: Nov 2009
Posts: 11
Quote:
Originally Posted by Yankidank View Post
It does not have to bee the same database. As you see in the screenshot for the settings page you can specify a database name and prefix in the first input field.
Thank you for the fast response! I genuinely appreciate it.

I followed the example correctly.

I had renamed my db, and put the new name in, but apparently phpbb was still using my old db. Anyways, I got this straightened out it seems, as I was able to login to phpbb with an account created only through pligg.

Now I have to redo everything else, because I was dumb.

Thanks again!
Reply With Quote
  #65 (permalink)  
Old 12-03-2009, 12:46 AM
Pligg Donor
 
Join Date: Nov 2009
Posts: 11
..........

Last edited by geniusiknowit; 12-04-2009 at 12:00 PM. Reason: issue of ignorance resolved
Reply With Quote
  #66 (permalink)  
Old 12-04-2009, 01:14 PM
Pligg Donor
 
Join Date: Nov 2009
Posts: 11
Quote:
Originally Posted by fatfish View Post
I had the same issue, but have fixed it myself.

that means the cookie setting is not working. to resolve the problem, make sure you did 2 things:
1), the setting of cookie, is the same as the setting of cookies on your phpBB.
2), make sure the 3 functions below are not commented out on phpbb_main.php(they are commented out by default):
function phpbb_get_userid($username,$password)
function phpbb_hash_crypt($password, $setting)
function phpbb_hash_encode64($input, $count, &$itoa64)
I have done this, but the module does not create any cookies for phpbb. Anyone figure this out yet? It creates the account in the phpbb database. Just doesn't create any cookies. I've tried in Chrome, IE, and FF on multiple computers.

Thanks.
Reply With Quote
  #67 (permalink)  
Old 12-04-2009, 03:39 PM
New Pligger
 
Join Date: Feb 2007
Posts: 17
i'm pretty sure you can't use the same database because when you install pligg and phpbb they add different tables to the db... i would imagine this would cause some conflicts
Reply With Quote
  #68 (permalink)  
Old 12-06-2009, 06:50 PM
New Pligger
 
Join Date: Feb 2007
Posts: 17
bump for a fix for the template break when updating your profile
Reply With Quote
  #69 (permalink)  
Old 12-15-2009, 06:24 PM
oobie11's Avatar
Constant Pligger
Pligg Version: 1.0
Pligg Template: Custom, wistie
 
Join Date: Apr 2009
Location: Monterey, CA
Posts: 148
HI, I'm having trouble with this. I think I have everything setup correctly, but it isn't working. What am I doing wrong? Does this mod work phpbb 3.0.6?
Reply With Quote
  #70 (permalink)  
Old 01-22-2010, 02:04 AM
New Pligger
Pligg Version: 1.0.3b
Pligg Template: Wistie
 
Join Date: Jan 2010
Location: india
Posts: 13
I'm confused about database name

1-insatlled pligg [DB name->'b32_4615096_newpligg'] successfully .

2-installed phpbb3 [DB name->'b32_4615096_phpbb'] successfully .

3-added phpbb module for pligg and activated from ACP successfully .

Now i don't know what credentials to enter into the Phpbb-pligg module .




Q1-should i create new DB,username&password for this module?
or
Q2-should i use the DB credentials which i used for PHPBB insatllion?
or
Q3-should i used the DB credentials which i used for Pligg installation?

&

Is it necessary to use 'root' for Mysql Database User & 'localhost' for Mysql Database Host?
Reply With Quote
  #71 (permalink)  
Old 02-08-2010, 01:50 AM
princevio's Avatar
Casual Pligger
Pligg Version: 1.0.2
Pligg Template: wistie
 
Join Date: Nov 2009
Posts: 77
Thanks you very muck for this module, i was looking for it. I will integrate it on my cssleaf.com.

Thanks
Link: cssleaf.com
Reply With Quote
Reply

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 158 03-19-2010 04:49 PM
Fixes to Profile Extra Fields Module v0.2 and Extended Profile Module v0.1 redwine Questions and Comments 8 01-04-2010 07:06 PM
PHPBB integration help sbanerjee Questions and Comments 0 07-23-2008 04:39 AM
PHPBB Integration with Pligg Yankidank Questions and Comments 64 06-07-2008 06: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