Posted by novan_as on April 18, 2009 at 8:18am
Jump to:
| Project: | phpBB Forum Integration |
| Version: | 6.x-1.04 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have
1 main domain (www.example.com),
4 subdomain (1.example.com, 2.example.com, 3.example.com, 4.example.com),
5 different user groups in 5 database in 5 those domain
My request is to put 5 different phpBBforum in that 5 domain (main and sub)
Is it hard to do?
thanks
novan_as
Comments
#1
It is just like doing the same site five times. you will need 5 different forum installation of course, but beside that I don't see anything particularly challenging.
#2
I'm running a Drupal multisite-setup (only sharing the codebase) and for each phpBB I add I use a custom prefix as: domain1_phpBB3, domain2_phpBB3...
That way I only have one Drupal-core to take care of and update... else you can do as EkaMei mentioned and just do the same site 5 times :p
#3
For both performance and maintenance purpose, using one code base should be a lot better.
#4