phpBB

Printing the phpbb3 avatar in page.tpl.php

public
group: phpbb
NeoID@drupal.org - Sun, 2008-03-30 19:06

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

User modification in Drupal?

public
group: phpbb
UCFPowell - Fri, 2008-03-21 02:44

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.

Drupal 6 conversion notes

public
group: phpbb
arkepp@drupal.org - Sun, 2008-03-02 18:36

These are just some notes on the module SpectralDart has converted to Drupal 6. Logins and logouts (= sessions) appear to work fine, just remember to increase phpBB's session lifetime (see instructions, item 4). Changes to the profile (email, password) also appear to work fine, the same is true for the recent topics block.

I haven't tested avatars yet. I'm very tempted to shut down all of phpBB's fancy avatar protection system, since it's a performance hog too, and can be replace with a simple mod_rewrite rule.

Duplication?

peligrorice's picture
public
group: phpbb
peligrorice - Mon, 2008-02-25 03:30

Not sure if I'm in the right place, and I consider myself a smart man, but I am thoroughly confused.

I went looking for the phpBB integration module for Drupal 5.x and I cannot find it? I see the project and appropriate tags in the cvs tree, I can retrieve it from there, but there are no releases on the Drupal project page. Also, it seems that there needs to be some clarification as it seems there is possibly some duplication, why are there two projects that claim to do the same thing:

http://drupal.org/project/phpbb
page edited about one and a half months ago


Comparison btw. phpbb modules and phpBBforum Integration module

mennonot's picture
public
group: phpbb
mennonot - Mon, 2008-02-18 23:44

I'm new to phpbb and Drupal integration. I've come across both the phpbb module and the phpBBforum Integration module. Can anyone compare these two modules? Are they complimentary or two ways of doing the same thing?


Postgresql, Drupal 5.7, phpBB 3.0.0 - creating a new user (at the end of step install_module)

public
group: phpbb
_Mitto_ - Mon, 2008-02-18 23:35

Fresh install this time with Drupal 5.7 and stabile release of phpBB3 forum.

First time i had problems with sequences.
This can be easy done like this:

connect with database:
~ $ psql drupal_db

To view sequence tables:
drupal_db=> \ds

And there i found sequence table that i looking for
drupal_db=> SELECT * FROM drupal_users_uid_seq;

First have to restart it
drupal_db=> ALTER SEQUENCE drupal_users_uid_seq RESTART WITH 1000;
and than fix minimal value

phpbb and drupal databases not sync

public
group: phpbb
airali - Sun, 2008-02-17 15:50

I installed phpbb module. (drupal 5.3 and phpbb3)
If I change a password in phpbb profile, it doesn't works in drupal.
if drupal admin deletes a user in drupal, that user doesn't work any longer, because I have to log from drupal; but if I try to create again that username, it says

Login/logout redirects: page not found

public
group: phpbb
airali - Sat, 2008-02-16 01:04
  • I login in Drupal.
  • I click on forum link and enter the phpbb forum, where i'm correctly logged in.
  • I click on Logout in the phpbb forum: i get "Page not found" in Drupal.

I also had another problem with redirects, described here, which I paste here too, if it can be useful:
"Forum stuff" block shows 3 links: private messages, unread topics, unread posts. Links to topics and posts work, but "private messages" links to a "forum/inbox" which doesn't exist. But inbox exists, I can use it from the forum.

"Private messages" link in "Forum stuff" block doesn't work

public
group: phpbb
airali - Fri, 2008-02-15 19:37

I installed phpbb3 and phpbb module.

"Forum stuff" block shows 3 links: private messages, unread topics, unread posts. Links to topics and posts work, but "private messages" links to a "forum/inbox" which doesn't exist. But inbox exists, I can use it from the forum.

Why?

phpbb module htaccess conflicts with image cache module

public
group: phpbb
demon326@drupal.org - Sun, 2008-01-20 20:42

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 ?

Syndicate content