sub-site forums

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Mr.Jester
Registered User
Posts: 25
Joined: Sun Sep 12, 2004 9:28 pm

sub-site forums

Post by Mr.Jester »

I am not real sure where this should be posted, if in the wrong place, I do appologize.

My question is, will 2.2 support the ability to have a single DB, primarily User tables, for forums on seperate sites?

As examples, http://www.clanbbf.com/index.php We would like to link the forums at http://www.clanbbf.com/x and http://www.clanbbf.com/ps2 to the primary forums. We would settle for just the user tables, but would like to use the same tables/DB for everything. One place for administration, etc.

I don't expect this to be a function, if not, do you have any suggestions for existing mods? or ideas on how difficult this design would be?

Wert
Registered User
Posts: 400
Joined: Tue Jul 03, 2001 8:33 pm

Re: sub-site forums

Post by Wert »

I strongly doubt it.
Need good web hosting? I recommend Hostrocket.

User avatar
Viperal2
Registered User
Posts: 223
Joined: Tue Jun 08, 2004 9:28 pm
Contact:

Re: sub-site forums

Post by Viperal2 »

Mr.Jester wrote:I am not real sure where this should be posted, if in the wrong place, I do appologize.

My question is, will 2.2 support the ability to have a single DB, primarily User tables, for forums on seperate sites?

As examples, http://www.clanbbf.com/index.php We would like to link the forums at http://www.clanbbf.com/x and http://www.clanbbf.com/ps2 to the primary forums. We would settle for just the user tables, but would like to use the same tables/DB for everything. One place for administration, etc.

I don't expect this to be a function, if not, do you have any suggestions for existing mods? or ideas on how difficult this design would be?
it is posible to have it on the same db but with different sites.
you can change in common.php with tables you want to share.

eveything sould be ok, but to share the config table you have to modify on of the forums, well just the part that extract and cahes the config table, mainly the setting for cookie domain.
What is The Viperal ?

http://developer.berlios.de/projects/viperals/" target="_blank

Mr.Jester
Registered User
Posts: 25
Joined: Sun Sep 12, 2004 9:28 pm

Re: sub-site forums

Post by Mr.Jester »

Thank you for the reply. I had just realized that myself. common.php, the holy grail of what I was trying to accomplish. When combined with the a slightly moded Catagory Alternate Index mod. It allows 100% of the functionality I was looking for.

User avatar
Ptirhiik_
Registered User
Posts: 526
Joined: Tue Nov 18, 2003 8:35 am

Re: sub-site forums

Post by Ptirhiik_ »

Viperal2 wrote:eveything sould be ok
I strongly doubt of that too, because of the users-level caches :). I think your advice will drive him in a perfect mess with the forums accesses :).

Mr.Jester
Registered User
Posts: 25
Joined: Sun Sep 12, 2004 9:28 pm

Re: sub-site forums

Post by Mr.Jester »

Ptirhiik_ wrote:
Viperal2 wrote:eveything sould be ok
I strongly doubt of that too, because of the users-level caches :). I think your advice will drive him in a perfect mess with the forums accesses :).
Thankfully, this is a non-issue. I have 2 vanillia installs of 2.0.10. Sharing the same DB as pointed out above. Session management is working just fine since the DB handles it. =) Cookie info, has to be the same, but otherwise, works like a champ.

User avatar
Ptirhiik_
Registered User
Posts: 526
Joined: Tue Nov 18, 2003 8:35 am

Re: sub-site forums

Post by Ptirhiik_ »

This will (at least at this time facing 2.1) with phpBB 2.2. Also, I'm far from sure it works like a charm with phpBB 2.0.x : what if you visit one board, close the window, and then visit the second ? I think not much unreaded topics remains ... ;)

Mr.Jester
Registered User
Posts: 25
Joined: Sun Sep 12, 2004 9:28 pm

Re: sub-site forums

Post by Mr.Jester »

That is true. But, I do think that it falls within acceptable. The 3 sites that I am merging are http://www.clanbbf.com" target="_blank http://www.clanbbf.c/x/forum" target="_blank and http://www.clanbbf.com/ps2" target="_blank

Only the system specific forums will be seperate, so I don't think it will be a real issue. but, thank you for pointing it out. It is something to keep in mind.

Roberdin
Registered User
Posts: 1546
Joined: Wed Apr 09, 2003 8:44 pm
Location: London, United Kingdom

Re: sub-site forums

Post by Roberdin »

Why not just have one forum, with three subfora? You can setup different styles and permissions... Even use mod_rewrite to point http://www.clanbbf.com/ps2" target="_blank to http://www.clanbbf.com/forums/viewforum.php?f=3" target="_blank or whatever so that that it is transparent to the viewer.
Rob

Mr.Jester
Registered User
Posts: 25
Joined: Sun Sep 12, 2004 9:28 pm

Re: sub-site forums

Post by Mr.Jester »

The sites and forums already exist and we are trying to keep the change as transparent as possible. With doing it this way, we are able to keep the existing layout with minimal coding changes.

You can see how it will start to work by going to http://eq2.clanbbf.com/forum/" target="_blank
Once I make a few changes to the Catagory/Forum layout, I will be able to have it only display the EQ2 forums. With a few more changes and the integration of the DBs, I will be able to have the XBox and PS2 forums do the same while keeping the existing posts. We also have a set of forums for the leadership that we will have universally displayed.

Post Reply