phpbb

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

This is an attempt to organize a group around the phpbb module. The module provides single sign-on and shared user profiles for Drupal and phpBB. It is not a complete integration or a close substitute for the built-in forums in Drupal.

You can use this group to get help with configuration issues or to compare notes on possible bugs. Patches are always welcome :)

on Respecting (Drupal) Roles

Posted by silverwing on February 4, 2008 at 11:20pm

I'm looking for a way to have phpbb respect a particular user role when users in that role log into the forum.

On a project I'm working on I'm using Ubercart to give members who pay a special role (Membership). (And when their subscription is over they revert to regular authenticated users.) Naturally, I would like to give them private forums, too. Although I could use phpbb3 as a general message board and then use the built-in Drupal forums as a Membership board, I'd rather keep it all in phpbb3.

Read more

Cookies and InternetExplorer - again

Posted by derWitt on January 30, 2008 at 12:13am

Hello,

i got some more problems with cookies. I can login with Firefox an Opera and switch to my user profil without any problem. after logging off the cookies are flushed as supposed.
With IExplore 6.0 only the drupal login works. When i want to switch to my profil i got the forum login page. Login doesn ́t work.

So: Firefox, Opera ok
IExplore forum won ́t work.

When i run the diagnostic script after IE login, i got this:

Current domain: www.derwitt.de
_k cookie Missing!
_u cookie UID not matching, 1, Drupal: 1002

Read more
4 comments Categories:

Importing drupal forum posts

Posted by ceribik on January 26, 2008 at 10:09am

Hello,

I recently imported all content from a phpnuke site to a drupal installation and now I want to integrate phpbb into my drupal site. Is this possible easily and if so, is it done automatically by the module? (I could not find it in documentation).

Versions:
drupal - the lastest 5.x
phpbb3

Thanks :)

Read more

Error in html syntax in phpbb.module?

Posted by alexic on January 26, 2008 at 7:58am

Hello,

I noticed on my site that there was a link that was spreaded all over the page!

So i looked at phpbb.module and i found an error:

at about line 700
<?php
// New topics since last visit
$query = "SELECT COUNT(*) FROM {$phpbbcfg['db_topics']} LEFT JOIN {$phpbbcfg['db_users']} ON {$phpbbcfg['db_topics']}.topic_time > {$phpbbcfg['db_users']}.user_lastvisit WHERE user_id = ". $user->uid;
$res = db_query($query);
$row = db_fetch_array($res);
$url = $phpbbcfg['path_abs'].'search.php?search_id=newposts&sr=topics';

Read more
1 comment Categories:

phpbb module htaccess conflicts with image cache module

Posted by demon326 on January 20, 2008 at 8:42pm

Hello Arkepp, i just found a little conflict with the phpbb module htacces file and imagecache...when the htaccess is enabled it does not generate thumbsnails and does not display them lik they need to be..

when i Disable the htaccess file its all working like it has to be :), i found this problem after using google for more then a houre and found a rss feed frome this site..,so is there something that can fix it ?

Read more

phpbb/bypass not working

Posted by boyfly on January 18, 2008 at 2:24pm

I seem to successfully have set up Drupal and PHPBB3 so that user registration/login is linked between the two and all user access seems to be fine. However, I am unable to login to PHPBB3 as the admin to be able to configure the forums. I am able to get the phpbb/bypass node to come up in Drupal, but it will not log me in. By looking at the url when clicking submit in phpbb/bypass, I am guessing it is coded to assume you have installed the forum in a folder called "PHPBB3"; however, my install exists in just "PHPBB" without the "3".

Read more
13 comments Categories:

My Account Issues

Posted by chrisdebird on January 15, 2008 at 12:57pm

Hello,

I’ve integrated phpbb with a fresh install of Drupal 5.6, everything seems to work as expected (login, logout, private messages, recent posts etc) other than My Account.

(a) When I log in and click "My Account" I get "The requested URL /users/xxx was not found on this server."
(b) "My Account" doesn’t appear under the Menu in Drupal->Site Building->Menus either. This is different to another installation I have where "My Account" appears as a menu item with a status of locked.

I’ve checked "forums.htaccess " and "phpbb\configuration.inc" and they seem ok.

Read more

How to integrate thematically?

Posted by marius312 on January 13, 2008 at 12:06pm

Hello,

I've just installed the fantastic drupal module for my phpbb3 website. But the problem is how to make the drupal look like the phpbb3? I am using a modified version of prosilver. Is there anyone who hwas come up with a similar style?

Read more

"No Such File or Directory" error when click on "Users and Groups" in Admin Control Panel

Posted by RaviKotha on January 11, 2008 at 3:27pm

Hello All

My installation of PHPBB3.0 and Drupal5.5 is working fine. How-ever I am getting a "No Such File or Directory Error" when I click on "Users and Groups" tab in Admin Control Panel in PHPBB. The error is :

"[phpBB Debug] PHP Notice: in file /includes/acp/acp_users.php on line 12: require_once(includes/functions_drupal.php) [function.require-once]: failed to open stream: No such file or directory".

Read more
1 comment Categories:

can not loggin

Posted by kakajoe on January 11, 2008 at 10:43am

i got a little problem ... after i log out and im trying to logging .. i cant loggin to drupal and phpbb as an admin or forumadmin ... anymistake i done ?? please help me ..i cant manage my web :(

Read more

"Mark forums read" for new users

Posted by anami on January 11, 2008 at 3:53am

Hi
I have recently installed Drupal 5 and phpBB3 with the integration module. Everything seems Ok so far except this one thing that is bugging me:
When new users register, all of the forum posts are shown as "unread" to them. Is there some way for me to automatically set all forums as "read" for new users?

UPDATE: It seems I have fixed the problem by adding these two lines above the first break; in the phpbb.module file:

$query = "UPDATE {$phpbbcfg['db_users']} SET user_lastmark = ".time()." WHERE user_id = ".$user->uid;

Read more

DRUPAL 6 RC1 and the phpbb module

Posted by SpectralDart on January 10, 2008 at 8:03pm

Hi everyone,

Has anyone started to look into using adapting the code for the phpbb module and to make it work with DRUPAL 6? I havent been keeping up with all the changes but I wanted to experiment with it and found out that the DRUPAL_SEQUENCES table is no longer there. And it appears that DRUPAL 6's user table is using an AUTO INCREMENT. Thats not a big deal I guess since we just need to change the auto increment.

Read more

Removing integrated menu items from Drupal menu (or modifying)

Posted by prfctgdess on January 9, 2008 at 8:03pm

I figure this is probably in the php code somewhere, and I'll keep looking, but so far I haven't had much luck finding it:

I have a working, successful integration of Drupal 5 and phpBB 3. When users log into the Drupal site, they see the following menu items on the left nav menu (among others):
Forums
Private Messages
My Account

Read more

phpbb3 user statistics

Posted by jase951 on January 8, 2008 at 2:00pm

Hi

Do you know if it is possible to integrate users who are on the website into the phpbb count?

So for example: if people go to http://drupal.i1media.no (the homepage and not the forum) the statistics count at the bottom of phpbb will count those users. so, that the user stats are for the whole website.

Thanks!

Regards

Read more

Drupal Menu integration into phpBB

Posted by codemann on January 7, 2008 at 7:28am

Using the instructions described on http://drupal.i1media.no/ I made a Drupal website with phpBB included. Everything works fine, but like in the example I wanted to show the menu from my Drupal also in phpBB.
For now I've changed the phpBB templates and added the menu in simple HTML code, but off course when I want to add a menu item, I have to do this manually. Is there a way to link the menu from Drupal in my phpBB templates? How is it done in the example on http://drupal.i1media.no/?

Read more

drupal phpbb3 gallery integration

Posted by krisbfunk on January 6, 2008 at 8:18pm

Just wondering what peoples ideas are when it comes to integrating a gallery, and how to approach it within the drupal/phpbb forum context. Coming from a phpbb2 / FAP gallery (similar to Smartor's) site, where the users have their own personal galleries, as well as post & comment on images uploaded to categories.. and post images in threads on the forum.. I'd like to know what others think the best way to handle a similar gallery feature, either drupal or phpbb based, would be.

Read more

User integration isn't working: (Drupal => phpBB3)

Posted by flehmann on January 5, 2008 at 10:00pm

A few minutes ago I wanted to install a phpBB3 Forum in combination with my existing Drupal v5.1 installation. (I already used the phpbb module with Drupal 5.x and phpBB2! It's working without a problem.) I followed the instructions for installing the module on http://drupal.i1media.no/ .

I think that I've installed the module successfully, the blocks are working fine and I don't get any error mesasges. There is only one problem, it doesn't want to integrate the users from drupal into phpBB3.

Read more

Drupal redirecting to PHPBB login screen when clicked on "private message"

Posted by RaviKotha on January 4, 2008 at 3:10pm

Hi

I have installed Drupal 5.5, PHPBB3.0 and the integration module by following http://drupal.org/project/phpbb.

I have enabled the PHPBB module in Drupal Module Management. However I can only see one new link i.e "Private Messages" on the left hand side after I login. I am not able to see any of the links for PHPBB forum.

Please let me know How to get the link.

Also when I click on "Private Messages" link, web browser redirecting me to the login screen of PHPBB forum. Please let me know how to overcome this.

Thanks
Ravi Kotha.

Note:

Read more

phpBB 3.0 module is now 'silver'

Posted by arkepp on December 30, 2007 at 3:43am

I cleaned up a bit and rewrote parts of the instructions based on your feedback, everything should now be at http://drupal.i1media.no. It has been brought to my attention that the module doesn't work with PHP 4.x anymore. I don't have PHP 4.x, but I suspect it only breaks on less than 10 lines. Please submit a patch if you can. The only change in the latest version is the .htaccess file, I had not realized that phpBB 3.x now comes with its own. Thanks to Devis for pointing this out.

Read more
12 comments Categories:

Preserving User 2

Posted by exterminatorx on December 26, 2007 at 10:50pm

I'm wanting to integrate a new install of phpbb-2 with an existing Drupal 5 site. Seems straightforward, but in my case, User 2 on my existing Drupal site happens to be one of site's main contributors. Simply taking over his uid and changing the username/password/email is problematic.

Read more
1 comment Categories:
Categories:
Subscribe with RSS Syndicate content

phpbb

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /