Closed (fixed)
Project:
phpBB Forum Integration
Version:
6.x-2.0-beta12
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 01:16 UTC
Updated:
9 Jan 2012 at 06:22 UTC
its pretty difficult to read Id be for rewriting it if there was others willing to help...
Comments
Comment #1
hyperlinkedI've been wrestling with it the past two weeks and I've come to understand what it's supposed to mean. I'd be willing to do the initial work on it.
This will sound stupid, but I'm a bit new to contributing stuff back to Drupal. How do I submit my INSTALL.TXT changes back?
Comment #2
vb commentedThanks for help.
You may attach it here. I will rewiew it and will include all or partly in the next release.
Comment #3
hyperlinkedOk, thanks VB! BTW, great work on this integration module!
There's only one thing in the phpBBforum settings that I'm completely unsure about. It's the "phpBB Authentication Test." Is that a setting or is it a status that changes depending on if the phpBB Authentication process succeeds or not?
Comment #4
captaingeek commentedI had a pretty tough time with the module. It or somthing else cause my test site to crash. Will take another shot at it soon and will include my notes.
I think sections would help a lot but here's some quick thoughts:
1) Requirements
- Clean URLS
- Mysql / php 5.x
2) Working configuration examples
- IIS 7
- Apache 6
3)Basic setup
- basic installation
- syncronizing drupal with phpbb
-accounts / perms
-block config
4) Advanced configuration
- integrating phpbb into drupal
- theme config
Comment #5
hyperlinkedCaptaingeek, what do you mean by "cause my test site to crash?" Are you getting fatal errors or blank screens?
BTW, I'm hoping to get around to rewriting the INSTALL.TXT file in about a week.
Comment #6
captaingeek commentednot sure what it was and im not saying this module caused it. yeah it was blank screens. it was just a test site and is gone now.
Comment #7
hyperlinkedI assume that you have display_errors set to on. If that's indeed the case, just about every time that I get an error that results in only a blank screen and no error message the cause is a function name collision. I'll have something like a function named "user_node" in my template.php file instead of "mytheme_user_node" and since Drupal isn't object oriented, we can't have two identically named functions executed at the same time.
Comment #8
Toxid commentedI recently had problems with the spacer.gif. I had copied the images folder to drupal, but I used a custom theme, so the editor.js pointed to the wrong location. Please include that in the INSTALL.txt. Something like "Unless you're using one of the embed themes, you need to edit the template/editor.js and change the path to spacer.gif, even if you've copied the image folder to drupal.".
Comment #9
snlnz commentedSo what happened to the new install.txt ?
did anyone actually get round to writing it?
Comment #10
captaingeek commentedI posted somthing of a start or a guide in #4. Will take another run through during my next devo cycle.
Comment #11
fizk commented