phpbb
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 :)
How can the module be potx compatible
Are there any instruction on how and where to ad the translation marks
on the phpbb module code?
Simple for plain text , but not when includes links and other markups.
Thanks,
The requested page could not be found.
My phpbbforum module successfully installed but when I tried logging into my phpbb forum at http://www.blackshotforce.com/forum/ucp.php?mode=login, I get a "The requested page could not be found." Any ideas? What file controls the login page on phpbb?
Integrating Drupal 6.4 with phpBB 2.0?
I have a Drupal 6.4 installation that I want to integrate with my phpBB 2.0 installation. Both are installed on the same database. Anyone know how to do it?
Drupal ignores "uid" number in sequences table
(I found an older topic with the exact same question, but no answer. I started a new topic, though, because I was afraid nobody would notice my answer in an ages old topic. Sorry for any inconvenience).
The problem is simple:
Roles of Drupal and phpBB3
Hi there,
Drupal 6.4
I integrated a phpbb3 Forum in my Drupal Site. It works!! :-) I used the the modul for Drupal. Do I have to make some more changes ?
Pehaps this?
http://drupal.i1media.no/drupal+phpbb/modify_phpbb
Only one thing is not clear - how is the role management working? Is it possible that a user take his roll with him?
Because I like to cluster my users and I want to have different roles in phpBB3.
Cheers Apfel007
Making another superuser...
Well the integration went perfectly and the users are synced and everything is running fine.
Only one problem though, I cannot log into PHPBB as the superuser meaning I cannot make another user superuser which means I have a forum that works 100% but I can't make threads or customize the settings. Is there anyway I can get it so the superuser can login or is there anyway to grant a user full permissions (make them founder for example) via the MySQL database?
Thanks!
How I can import my existing Drupal users into PHPBB3?!
Hi every one,
Is there any body that knows, how I can import my existing Drupal users into PHPBB3?!
My Drupal site have over 800 users, and I install the PHPBB3 by arkepp guide.
Every thing is OK, it means that new user can register and PHPBB3 is recognising them! But my existing user can not login to PHPBB3!
How i can fix this problem!? Please help me!
Drupal Menu in the PHPbb Forum
Hello,
I installed the 6.0 version of this mod and so far it seems to be working great. Thank you! I have a question though, and hope someone would be able to help me.
Why are the install instructions so bad?
OK I think I got everything set, although I'm not sure if users are syncing, and also, why don't the instuctions include how to actually integrate/link to the forum? Isn't that kind of the point of the whole thing?
Anyone help me out please?
Both Drupal and phpBB databases already exist, but are not prefixed with drupal_ or phpbb_...
What do I do? The Drupal ones have no prefix, and the ones for the phpBB are just bb_.
Any help you can offer would be much appreciated, thanks.
Error when enabling recent topics block...
I get this error when I tried to turn on the block for recent forum topics (PHP3.x). It's giving me an error, and now I can't even access administration to disable the block. Would the phpBB being version 3.02 have anything to do with it?
Query failed: Unknown column 'bb_forums.auth_view' in 'where clause' SELECT bb_topics.topic_id, bb_topics.topic_title, bb_topics.topic_last_post_id FROM bb_topics LEFT JOIN bb_forums ON bb_topics.forum_id = bb_forums.forum_id WHERE bb_forums.auth_view = 0 ORDER BY topic_last_post_id DESC LIMIT 10;
Unable to log into phpbb
Hi all, new to drupal groups, hope this is posted in the correct place.
I'm having trouble with the phpbb module for drupal.
I have drupal installed with the gallery 2 module successfully installed.
I have the PHPBB module installed, and the PHPBB3 forum.
When i attempt to log into the PHPBB forum, i find i am redirected to the home page of the forum, and do not appear to be loged in. This is the case for all users.
The login button links to the correct location, but it is for some reason being redirected it seems.
Work on the Drupal 6 port... need help
Views and CCK have both released Release Candidates for Drupal 6 and that means it's time to get the show on the road for the phpbb module. As I've said in another topic, I've been working on the problems identified in Drupal 6 conversion notes, but I need some help getting everything figured out.
I've figured out the two main issues identified in that topic...
a) "$phpbbcfg['allow_drupal_profiles'] is broken" because the variable was set to 'false' with the quotation marks and so php was treating it as a string.
phpBB module with two database
Is possible to install drupal in one database (with his username and password) and phpBB in another database (with other username and password), using phpBB module?
In my "configuration.inc.php" file, i've add this:
$db_prefix = 'phpBbDatabaseName.phpbb_';
instead of
$db_prefix = 'phpbb_';
but i've got this error:
<
pre>user warning: Access denied for user 'drupalDBuser'@'%' to database 'phpBbDatabaseName' query:
SELECT user_unread_privmsg FROM phpBbDatabaseName.phpbb_users WHERE user_id = 1 in
move from phpbbforum
Hello,
I'm wondering if it would be difficult to move an existing phpbb system from phpbbforum to this module?
I already have several users and a lot of content so starting over is not an option at the moment.
Would it be difficult and most importantly, would it work?
Thanks in advance for any help,
Wayne
Which one!
I'm building a new drupal site, i'm using drupal 5.7 (6 is no go because I'm using ubercart) and I'd like to integrate it with a phpbb 3.0.1.
Looking around on drupal.org I understand there are two modules to do this phpBBforum and the phpbb module, both of them seem to be actively maintained. Anyone have experience using both of them ? Which one should I use ? Which one is more stable and featured?
I'm now using phpbb and seems to work ok... still need to do an extensive test but user get created and login works ok.
Thanks
Diego.
Can't login to phpbb forums
I installed drupal 5.7 w/phpbb 3.0.1 and integrated the database using the phpbb drupal module.
I'm having problems logging in to the phpbb forums (i.e. to http://mysite/phpbb or in my case http://mysite/forum). It doesn't matter whether I try to login as admin or regular user to phpbb, I'm redirected to "Access forbidden. Error 403" by the browser. I know that whenever I add a new user to drupal that user is also being added to phpbb because the username of the newest drupal user shows up at the bottom of the phpbb login page as the "Our newest member: newest drupal member".
Help, please...
Hello,
I have installed Drupal 5.7, phpBB3.0.1 and the latest version of this mod.
The registered users' accounts work wonderfully! But the thing is, I can not login to the Admin Control Panel for phpBB. When I log in, the login page just reloads, nothing happends. When I login to drupal, I get
(The Drupal superuser is never logged into phpBB). You should create a new user and give this user admin rights in both Drupal and phpBB.
From here, what should I do? Register a new drupal account and edit it through drupal somehow?
Questions On Module
So I'm reading on this module and it seems great, the default forums, to me, don't cut it and I like what this can do, but here are my questions.
*Since there will always be the forum profile and the Drupal profile, could there be a way that in the forums something is automatically included in the forum profiles for a user directing people to their Drupal site profile? So if the user is bob, under their name in a forum post, or viewing their profile on the forum there would be a button for you to click to go to the Drupal profile, which would be www.site.com/users/bob
Recent forum topics not updating in Drupal
Hello guys, I've set up drupal 5.7 and phpBB 3.0.1 and managed to get things working right, but one small bug I can't seem to work out.
The recent forum topics were initially updating when I set it up, but after editting and adding some Forums in phpBB, the Recent forum topics are no longer updating, it's just blank.
I've gone over everything twice and it looks right, just wondering in anyone has run into this problem before or has any suggestions to try.
Thanks in advance!!
drupal already installed without drupal_ prefix
Hi guys, I am currently trying to get the module to work with an existing drupal install.
The database name is willdcou_unfamilia
I'm not the best at sql and phpmyadmin.
I tried to run this query
UPDATE willdcou_unfamilia.sequences SET id = '1000' WHERE sequences.name = 'users_uid' LIMIT 1 ;
which comes back with the following error
ERROR: Unclosed quote @ 52
STR: '
SQL: UPDATE willdcou_unfamilia.sequences SET id = \'1000\' WHERE sequences.name = \'users_uid\' LIMIT 1 ;
SQL query:
Importing forum
Hi,
I just got my hands into a new exciting project, which involves the upgrading an exisiting forum from Drupal system to PHPBB.
Being an existing forum, it has some content on it and my clients wants it into the new system. Is there anything already built to perform this task?
Thanks,
Ed
Beter install instructions
Hello Arkepp, i made youre install instructions if it comes to editing the phpbb files a little bit more clear :), i used the phpbb3 mod install template to tell the users howto edit..
you can download it here:
http://panzerkampf.be/phpbb/phpbb-drupal.zip
i hope you dont mind it that i did it :)
Auto-import phpBB Users to Drupal patch
I've made patch which allows to import existing users from phpBB 3 to Drupal 5.5
This hook must be added to phpbb.module to import users.
Brief overview: on login try phpbb_auth() (implementation of hook_auth()) tries to check if user with such name exists in phpBB user database and if it exists and entered password matches password in phpBB database it copies account information to Drupal users table and loggs user in. Then imported user can login using default Drupal auth system even if phpBB integration doesn't exist anymore.
<?php
/**
* Implementation of hook_auth
Recent forum topics not working right
ok here's the deal I am testing out drupal/phpbb3 on my local server. Everything is working out right but for some weird reason the forum titles on the block instead of linking to: http://192.168.0.100/dwmt/forum/viewtopic.php?t=1 it's linking to: http://192.168.0.100/forum/viewtopic.php?t=1
and of course that doesn't work because the forum resides in /var/www/dwmt/forum
How do I fix this?
Connecting to phpBB through Drupal
I know this module uses Drupal's database abstraction layer to get to phpBB's database. But what I don't understand is, how do the Drupal functions like db_query() and db_result() know to go into the phpBB database rather than the Drupal database? If I were to try to get some information from phpBB outside of this module, say like this:
<?php
echo db_result(db_query("SELECT post_text FROM {$phpbbcfg['db_posts']} WHERE post_id = 1"))
?>I would get an error from Drupal saying:
Drupal Forum or PHPbb3?
I am wondering which user forum would be a better fit if it comes to speedy response times. The Drupal forum or the PHPbb3?
Has anybody accomplished an amazing and real-estate saving forum layout (.asp) like the guys from dpreview.com which quite frankly supposed to become a standard in the "industry"!?
Thanks for your input!
How to allow any kind or all characters in username
Please tell me how can I enable or allow all or any kind of characters for user name creation because characters like !@#$%^&*()_+|}{":?>< are not allowed and considered as illegal characters.
Please advise ... Please know that I did searched for such a thing in the main forum and posted asking for a solution, but no reply and I did not found any module can does this job.
Thanks
Is it safe to delete users?
I thought I remember hearing a while back that it's not safe to delete users when using this module. Is this true, or am I just not remembering correctly. It was awhile ago anyway and the module has progressed a lot since. I'd really like to be able to delete users, as I've found a lot of spam registrations lately.
Can not log-in using IE7 while able to log-in using FF
Hi
Just installed a fresh install for another new website and suddenly found that I can not login to the forum using IE7 while login fine using FF. Any reason why?
Thanks
Am I able to upgrade from 3.0.0 to phpbb 3.0.1
Hi
I'd like to know what if I want to upgrade phpbb3.0.0 to phpbb3.0.1?
Will the module still work?
What is the best scenario to do the update?
Thanks
Bug when changing password
Hi,
Just found a bug.. When changing a password, certain user settings like signatures will be wiped clean. Can anyone else confirm this?
Thanks
Moderator bans not transferd to drupal
Hello Arkepp, i found a little bug i think:
when a moderator bans a user trough the MCP(Moderator Control Panel) the ban is not transferd to drupal cause the user is still active in drupal..
Delete members from Drupal does not delete them from the phpbb
Hi
I've just created some temp accounts to test registrations, and after I've finished checking phase I've deleted these accounts from Drupal acp, but when I went to the phpbb forum I've found these users still exist and had to delete them again. Is this normal that I had to delete users twice, or there is something need to be adjusted.
Thanks
Enable Clean URLs
Hi,
I've just faced some troubles on my hosting and had to move to another one, and I am afraid that I was not able to do a backup (not a big loss because I did not had any thing installed yet except the drupal and the phpbb), so I had to redo the installation again (Thanks for archard for the amazing help that he told me many things to let it work, I think he is busy now to reply me).
So I've installed 5.7 again and as soon as I go to enable Clean URLs it was not active, so I hit run the test, so I've got the error 404 error, and 403 error. Please advise how can I fix it.
Thanks
Refine recent topics block to particular forum
What I want to do, is make a forum called "Announcements", and post important site updates in that forum. I'd also like to have links to these topics displayed prominently on the front page of drupal. So I was wondering if there is a way to maybe duplicate the recent posts block but confine it to a particular forum. Maybe it's just matter of adding a simple if statement to the existing code - maybe it's a lot harder than that. I haven't taken a good look at it yet, but I hope to get a general idea of the feasibility of something like this.
Printing the phpbb3 avatar in page.tpl.php
Is there a way of printing the avatar used in phpbb3 in page.tpl.php if a user is logged in?
Another question while I'm at it... Any way of synchronizing the avatars between drupal and phpbb3?
Couldn't find any information on that on http://drupal.i1media.no/
I'm using Drupal 5x and phpbb3...
Thanks
Global Header
Hi All
I do hope to find some help with this issue. I've installed the drupal 5.7 fine, phpbb3.0.0 fine, and done the integration fine. I've edited the primary links to have a link for the forum fine. Now when I hit the forum link it displaying the whole board and nothing from the home page links at all. I would like to know how can I have the header from Drupal when viewing the forum.
Thanks
Please help because I am trying since a long time but no result at all.
Follow up
Hi Arkepp,
I've been very busy lately and didn'T get much chance to look into what has been done. I was wondering if you had the chance to take a look into the fixes/changes I have submitted and if you had the chance to integrate them into a new package available to download?
Creating a new account is currently not possible.
Hi,
I've decided to drop the phpforum module by the Russian guy VB, and go on with your module, I've downloaded Drupal 5.7 and phpBB 3.0.0, with the latest version of your module.
I've added the phpbb forum software under drupal folder as mentioned and added the module file under modules folder. So the layout now is:
/public_html/ --> Contains Drupal files installed on the root of the public_html folder so Drupal is displayed on the website home page.
/public_html/forum/ --> Contains phpbb 3.0.0 forum files.
/public_html/modules/phpbb/ --> Contains the phpbb module files.
latest phpbb3 - latest drupal
Hi
I've searching since three days and spent more then 30 hours in my computer to try to let it work but no way.
I've downloaded the module to integrate phpb3.0.0 with latest drupal 6.1 http://drupal.org/project/phpbbforum , and did tried my best to follow up instructions to install them correctly, and after a lot of work I was not able to let the forum display in a window but it is able to play in iframe, so I posted in the associated topic http://drupal.org/node/217369#comment-777184 but really no support or reply at all so far.
Gallery2, Drupal, phpBB3, phpbb_module
Did anybody tried installing Gallery2 with this module?
Gallery works fine with phpBB3 and drupal (gallery2 module).
-http://codex.gallery2.org/Integration
I'm going to try it, but first i'm asking here:
Shoud i install it as part of phpBB3 (our module works with phpBB), or should i install it as part of drupal where could be (more) problems?
Tnx for any advice.
Changing usernames
Hm - can anybody tell me what's the intended route to change a member's username? I've tried it from both ends, from phpBB's ACP and from Drupal editing the name in the user profile, but neither changed both databases. Not sure, is this how it's supposed to be, or did I break something? ;) I also noticed that sometimes Drupal won't let me edit a user profile, instead I get a message that the email address has already been taken. A prominent situation this happens to me when I try do edit Drupal's master user profile. Is this something that anyone can reproduce?
User modification in Drupal?
Whenever I try to modify a user with the phpBB integration, when I click to update a member in Drupal into a role, it takes me to one of their user profiles. How can I fix this? Thanks.
2 Possible Bugs ?!
I made a fresh Drupal 5.7 installation and also a fresh phpbb 3.0 installation without any moduls, login etc. all worked fine, with only the 2 problems below.
The 1st problem occurs when you have forgotten your old password and want to retrieve a new one. You get the email with the link to change the password, no problem until now. But when you changed the password in the Drupal-formular and submits it you will be forwarded to the phpbb-ucp without the password-change.
This error occurs also on your page http://drupal.i1media.no.
Localization
I'm using i18n module.
This make /en/forum links (/sl/ - for me). This can be fixid in .htaccess ?
Or where should i look for make module more "flexible"?
PhpBB deactivation does not result in Drupal deactivation
I finally discovered that deactivating a user's account is the proper way to "ban" a user in phpBB3 (I think, maybe I'm still wrong). I noticed that when I used to ban users by username/email in phpBB that the account was also deactivated in Drupal. But now that I choose the "Deactivate User" option instead, the account remains active in Drupal. I'm not sure if this is by design or whatever but I thought I would give a heads up.
"bug" report
Hello arkepp, i want to report a "bug".. the module puts the user into the "registerd user group" but the module is not setting that group to be the default one for the user.., i always need to go in to the phpbb ACP to make the group standard for the new users..
"Forum Stuff" question
I noticed that the "Forum Stuff" block fell victim to last month's refactoring - is it safe to re-add it again for those who found it useful, or was there any problem with the code?
Also seems like the phpbb_block function contains a tiny glitch:
$block[0]['info'] = $phpbbcfg['block0_title'];
should be:
$block[0]['info'] = $phpbbcfg['block_recent_topics_title'];
Otherwise the block title doesn't show in the admin section.
People to install Drupal with phpbb for you?
Hey all.
I've recently created my own site and after having some major and rather good looking site design applied to it, I have decided it really isn't what I want.
Basically I want to use a CMS but the heart of my site will be at my phpbb forums. Now I can see that it is possible for you to integrate the two but I'm scared of doing something wrong and that there will be too many bugs for people to stick with me.
Would anybody be willing to install drupal and integrate my forums into it for me?
Tyvm in advance!
Lex




