1

Topic: Integrate several forums to one

I only searched the forums superficially, so I am sorry if this has been asked before.

I have six separate forums, which I want to merge into one punbb. My problem is that I want to import usernames, posts etc to the new forum, but I want them to appear separate for the users. I.e. the users from forum1 should be a separate group and so on.

Is there a way to do this?

Many thanks!


-Lars

Any technology distinguishable from magic, is insufficiently advanced.
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/

2

Re: Integrate several forums to one

Can it be true? Noone has tried this? smile

Any technology distinguishable from magic, is insufficiently advanced.
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/

Re: Integrate several forums to one

The big problem with this would be the users and topics IDs because there would be a general conflict. I'm not sure if this is a good solution but since you have six board you could add a prefix to each topic and user ID so to turn user ID 2 to 102, 202, 302 and so on. Once your done export all the six database and append manually every data you need. I'm not sure it's gonna work, it probably won't but I can't think of anything else off the top of my head. Good luck.

Re: Integrate several forums to one

i'd imagine having a seperate DB for users and messages etc (if PM mod installed) to the other forums and then altering the PunBB code for each of the forums to then get the user info from this "central" user DB shouldn't be too hard to do. thus each user can log into all of the seperate forums with the same username and password, while each forum has seperate category, topic and post IDs to each other as usual.

5

Re: Integrate several forums to one

Thanks for your input! smile

Any technology distinguishable from magic, is insufficiently advanced.
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/

Re: Integrate several forums to one

Lars,

Is this the correct understanding...
you wish to setup several forums,
and then provide unique rights for viewing each one 
to differnt groups of users
?yes?

If so, then maybe it would work to import and setup your forums,
and then setup unique user group rights to each of them,
and then add your users to the relevant unique user group(s) that provides them access to the forum that that group has rights to view.

This is what I do.... does this make sense?

TwoHawks
Love is the Function
No Form is the Tool

7

Re: Integrate several forums to one

Yes that makes sense... BUT I wanted to keep the posts they made in the old forums, and that makes it a bit trickier, i.e. importing two separate forums, and still have them somewhat separated in the new forum...

Any technology distinguishable from magic, is insufficiently advanced.
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/

Re: Integrate several forums to one

Hmmm... I am wondering, couldn't you simply combine the tables after installing one forum at a time using the prefixing feature? ....and then simply either use the database manager, or even download the database tables and use a simple editor ...for combining the forum and users and groups tables?

BTW, I would conduct each installation, including the first one, utilizing a prefix.  You will see uniquely identifiable groups of tables in the database, which makes it easy to merge/copy/etc between the tables.  you should be able to easily test this.

Make sense?

TwoHawks
Love is the Function
No Form is the Tool

9

Re: Integrate several forums to one

We ended up using the multiforum mod for punbb... Historical data is only necessary for two forums, so the other dude is going to see if he can do it by hand wink

Any technology distinguishable from magic, is insufficiently advanced.
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/