PhpBB component ????

17 years 11 months ago #10120 by Worldworier
PhpBB component ???? was created by Worldworier
is it possible to get the community builder / connector work together with the "internal" phpBB component

if so please tell me the way ...

thanks in advance

Please Log in to join the conversation.

17 years 11 months ago #10133 by geeffland
Replied by geeffland on topic Re:PhpBB component ????
Currently you will have to hack the Connector to work with the phpBB Component. Phil_roy has done this in the past but I received a notice the other day that he swirched from phpBB so don't know if he saved how he did it...

At some point in the future the connector will work with the component as well... just mot in the next upcoming version. beyond that I don't know.. have not planned version after next yet.

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 11 months ago #10141 by Worldworier
Replied by Worldworier on topic Re:PhpBB component ????
Ok i have installed the phpbb as is and the connectionbuilder

work fine for me
the onla question is could i call the forum in an inframe without the need to scroll to the right ???ß

i have tested to callit about wrapper but two problems appear
1.) i have the newsflash box at the right so the space for the board is to small :S


2.) if i call the register button the whole site comes up within the "wrapper iframe and nat as i hope bring back the user to the normal registration ....

[code:1]
If you manually want to hack their registration form to redirect to the CB registration follow these steps:

1) Open phpBB's profile.php file (located in their main directory)
2) In their file (do a search for "register" without the quotes)... near line 100 you should see


include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);


replace it with the following code (changing URL to your site)


if (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE')))
{
header('Refresh: 0; URL="mysite.com/index.php?option=com_comprofiler&task=registers"');
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><meta http-equiv="refresh" content="0; url="mysite.com/index.php?option=com_comprofiler&task=registers">Redirect
If your browser does not support meta redirection please click mysite.com/index.php?option=com_comprofiler&task=registers">HERE to be redirected
';
}
else
{
// Behave as per HTTP/1.1 spec for others
header('Location: mysite.com/index.php?option=com_comprofiler&task=registers');
}

[/code:1]

URL changed to my site url ( at the moment only as offline )
regarding my need s to bring up the site online when all mods installed and some content inserted ....


sorry for my bad english i hope someone understand what exactly i need

Post edited by: Worldworier, at: 2006/04/12 17:23

Post edited by: Worldworier, at: 2006/04/12 17:26
Attachments:

Please Log in to join the conversation.

17 years 11 months ago #10142 by Worldworier
Replied by Worldworier on topic Ok second image
here is the image after calling the register


Post edited by: Worldworier, at: 2006/04/12 17:20

Post edited by: Worldworier, at: 2006/04/12 17:30
Attachments:

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.145 seconds

Facebook Twitter LinkedIn