Please help me bridge PHPBB3 with Joomla 1.5

Discuss the integratoin of phpbb and Joomla! here.

Moderator: General Support Moderators

Forum rules
Locked
lightyear
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Nov 10, 2008 6:41 pm

Please help me bridge PHPBB3 with Joomla 1.5

Post by lightyear » Tue Nov 11, 2008 12:30 am

Hi :)

I just finished installing Joomla 1.5 to my site, and I have been using PHBB 3.02 for a few months now. I would like to integrate the BBS into my Joomla CMS, but after reading through the threads here on the topic, I am just more confused that when I started....could someone please point me in the right direction for a step by step tutorial that's written in plain english?

Thank you!!!

btw, I am running on GoDaddy's shared host option #2

mikovchain
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Fri Nov 09, 2007 5:35 am

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by mikovchain » Wed Nov 19, 2008 3:38 pm

Read this: http://www.phpbbchina.com/forum/viewtop ... f=4&t=4048

#######################################################
## Title: phpBB3 - Joomla1.5 Bridge
## Author: IOsetting (N/A) http://www.phpbbchina.com
## Description:
## Integrate Joomla1.5 with phpBB3. Joomla becomes the add-on CMS of phpBB, share the user data.
## This bridge is for the already running forum -- Joomla will share the user data from phpBB
##
##
## Version: 1.2 - Build 20081108, for Joomla 1.5.7 and phpBB3.0.2
##
## New Features
## 1. Allow Joomla and phpBB being installed in different databases
## 2. Login/Logout sync from both sides
##
## Install: Easy
## Time: 10 Minutes
## Download Mirror 1 Mirror 2
##
## DEMO
#######################################################

lightyear
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Nov 10, 2008 6:41 pm

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by lightyear » Wed Nov 19, 2008 3:56 pm

Thanks!!! I'm gonna try that :)

OverMachoGrande
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Fri Nov 21, 2008 8:30 pm

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by OverMachoGrande » Fri Nov 21, 2008 8:33 pm

Oh my gosh... FINALLY a freaking bridge that worked for me! lol... I've been struggling with this for a while!

Thanks for that link, mikovchain!

-O.M.G.

prudhvirayala
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sat Nov 01, 2008 6:21 am

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by prudhvirayala » Wed Nov 26, 2008 12:45 pm

i got an error message ...
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in
i
followed all the steps "which is posted in phpbbchina.com" but i got error at this step:
"
Login phpbb ACP as admin, General -> Authentication, select joomla_pbc and submit"

User avatar
Imago
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 113
Joined: Fri May 12, 2006 8:37 am
Location: Sofia
Contact:

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by Imago » Wed Nov 26, 2008 1:03 pm

Prof. Dr. Plamen Gradinarov - CEO and Founder, Eurasia Ltd

fendermn
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Wed Dec 03, 2008 2:22 pm

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by fendermn » Wed Dec 03, 2008 2:24 pm

I logged in the Joomla But My forum is not logging in I logged forum but joomla is not loggin in
define( 'JPATH_BASE', $phpbb_root_path.'/../joomla');
My joomla installed Root and my forym installed root/forum
then i set it
define( 'JPATH_BASE', $phpbb_root_path.'/../');
is it right

mikovchain
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Fri Nov 09, 2007 5:35 am

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by mikovchain » Thu Dec 04, 2008 7:14 am

fendermn wrote:I logged in the Joomla But My forum is not logging in I logged forum but joomla is not loggin in
define( 'JPATH_BASE', $phpbb_root_path.'/../joomla');
My joomla installed Root and my forym installed root/forum
then i set it
define( 'JPATH_BASE', $phpbb_root_path.'/../');
is it right
It should be

Code: Select all

define( 'JPATH_BASE', $phpbb_root_path.'/..');

nakalskit
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Thu Aug 16, 2007 4:39 am

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by nakalskit » Thu Jul 30, 2009 5:49 am

mikovchain wrote:
fendermn wrote:I logged in the Joomla But My forum is not logging in I logged forum but joomla is not loggin in
define( 'JPATH_BASE', $phpbb_root_path.'/../joomla');
My joomla installed Root and my forym installed root/forum
then i set it
define( 'JPATH_BASE', $phpbb_root_path.'/../');
is it right
It should be

Code: Select all

define( 'JPATH_BASE', $phpbb_root_path.'/..');
i've follow every step in the guide. it works. but for the JPATH. i put like this

Code: Select all

define( 'JPATH_BASE', $phpbb_root_path.'../');
thanx for the link tho :)

vsabah
Joomla! Apprentice
Joomla! Apprentice
Posts: 5
Joined: Tue Nov 20, 2007 11:03 am

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by vsabah » Wed Sep 02, 2009 10:31 am

Imago wrote:JFusion works fine for me
http://extensions.joomla.org/component/ ... Itemid,35/
Thanks thanks thanks... :)

Works for me 8)

AjnabiLarka
Joomla! Apprentice
Joomla! Apprentice
Posts: 47
Joined: Mon Sep 03, 2007 8:46 pm

Re: Please help me bridge PHPBB3 with Joomla 1.5

Post by AjnabiLarka » Mon Dec 07, 2009 7:56 am

well this is gud one but i lost my joomla admin login name coz i have disable user plugin in joomla what should i do now
hello can any one tell me how to get back user plugin enable in joomla


Locked

Return to “phpbb - Joomla! Integration”