PhpBB Integration Module

Register an Account
Closed Thread
 
Thread Tools
PhpBB Integration Module
Developed by Yankidank Yankidank is offline
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, 841 views)

Screenshots

File Type: png phpbb.png (19.7 KB, 1236 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
  #72 (permalink)  
Old 02-26-2010, 05:03 PM
New Pligger
 
Join Date: Aug 2007
Posts: 24
So... is there any definitive guide on how to make this work? It would be greatly appreciated.

Hitting a brick wall myself, people are saying it can work in different DBs... but there's no real word on if the information can go from one to the other... at least, reading the thread it seems that way.
  #73 (permalink)  
Old 03-16-2010, 01:50 AM
New Pligger
 
Join Date: Mar 2010
Posts: 1
Hello,
I have joomla+phpbb and I have installed the pligg & now I have installed this JPligger, but when I try to enable it I have seen 2 errors in my forum. When login in forum got this message ( Fatal error: Call to undefined method ezSQL_mysql::sql_query() in /home/user/public_html/forum/includes/session.php on line 569 ) when logout got this message line ( Fatal error: Call to undefined method ezSQL_mysql::sql_query() in /home/user/public_html/forum/includes/session.php on line 869 ) Can someone help me please!

Last edited by rahul10; 03-16-2010 at 02:39 AM.
  #74 (permalink)  
Old 03-19-2010, 03:49 PM
New Pligger
 
Join Date: Sep 2009
Posts: 8
how do I access the settings page :/
  #75 (permalink)  
Old 04-08-2010, 12:28 PM
Pligg Donor
Pligg Version: 1.1.1
Pligg Template: arthemia
 
Join Date: Nov 2009
Posts: 15
Quote:
Originally Posted by vigge_sWe View Post
how do I access the settings page :/
On the main Admin page, near the bottom. Click phpBB Module. Do not go into Module Management.
  #76 (permalink)  
Old 04-08-2010, 12:42 PM
Pligg Donor
Pligg Version: 1.1.1
Pligg Template: arthemia
 
Join Date: Nov 2009
Posts: 15
Okay, so I've not yet gotten this working 100% correctly.

Creating an account in Pligg creates an account in phpBB.
Changing a password in Pligg changes the password in phpBB.

Logging into Pligg does not log into phpBB.

Using IE8, I cleared all my cookies, then logged into Pligg. This generated a cookie for the forum.
I cleared the cookies again, and then logged directly into phpBB. This generated a cookie for the forum.

Here is a comparison of the two cookies:

Generated by Pligg:
Quote:
style_cookie
null
forum.mywebsiteurl.com/
1088
729376000
30144000
3000932096
30070574
*
Generated by phpBB:
Quote:
phpbb3_sjgo8_u
53
forum.mywebsiteurl.com/
9216
2499310592
30143998
208989392
30070573
*
phpbb3_sjgo8_k

forum.mywebsiteurl.com/
9216
2499310592
30143998
209149392
30070573
*
phpbb3_sjgo8_sid
3cc3331648d7fbff05e691795bad431e
forum.mywebsiteurl.com/
9216
2499310592
30143998
209149392
30070573
*
style_cookie
null
forum.mywebsiteurl.com/
1088
2259310592
30143998
239479392
30070573
*
It seems like the Pligg module is generating an incomplete cookie.
  #77 (permalink)  
Old 04-08-2010, 12:50 PM
Pligg Donor
Pligg Version: 1.1.1
Pligg Template: arthemia
 
Join Date: Nov 2009
Posts: 15
Quote:
Originally Posted by fatfish View Post
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've also already done this.
  #78 (permalink)  
Old 05-21-2010, 10:36 PM
New Pligger
Pligg Version: 1.0.4
 
Join Date: May 2010
Posts: 10
can anyone help me get the settings right. i have tried every thing. http://hogblog.org jeremiahmathews@gmail.com
  #79 (permalink)  
Old 05-21-2010, 10:58 PM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
Quote:
Originally Posted by jeremiah View Post
can anyone help me get the settings right. i have tried every thing. hog blog. - Your Source for Social News and Networking jeremiahmathews@gmail.com
Never used this module personally but I can tell that you are using Pligg 1.0.3 on http://hogblog.org even though your profile here says you are using Pligg 1.0.4
This module clearly says Designed for: Pligg 1.0.1
So your first problem might be that the registration and login are different.
  #80 (permalink)  
Old 05-22-2010, 11:46 AM
New Pligger
Pligg Version: 1.0.4
 
Join Date: May 2010
Posts: 10
Quote:
Originally Posted by chuckroast View Post
Never used this module personally but I can tell that you are using Pligg 1.0.3 on http://hogblog.org even though your profile here says you are using Pligg 1.0.4
This module clearly says Designed for: Pligg 1.0.1
So your first problem might be that the registration and login are different.
in most cases (cms) it seems you can use plug ins for versions in the same build so is 1.0.1 not the same as 1.0.4 as long as its not 1.0.0 or 2. or what ever.

and I thought the download link on the front page when i downloaded this script said says 1.0.4 i guess i might be wrong.
--
went back and looked at my install package and i clearly installed 1.0.4 onto the server.

where did you see 1.0.3?

anyway, so can i use this module. it installs perfectly just cant get a clear understanding of the configuration. do i use the same database for both pligg and phpbb? etc...

Last edited by jeremiah; 05-22-2010 at 12:05 PM.
  #81 (permalink)  
Old 06-29-2010, 12:01 PM
Casual Pligger
Pligg Version: 1.04
 
Join Date: Jun 2010
Posts: 32
Any news on this module?
Does it work with 1.04 and also I read a lot of opinions of people that couldnt make it work.
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 02-03-2012 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