26

Re: 4 forums in one database

flx wrote:

you have to search your whole punbb folder for
$db->prefix.'users
then change the prefixes

it's working ?

27

Re: 4 forums in one database

How would I do this, if I have two seperate databases, i.e.

mudkips1

mudkips2

mudkips1(main)

Would I do this?

$sql = str_replace($this->prefix ."users", "mudkips1_users", $sql);

Re: 4 forums in one database

this works in the new version? (1.3)

Re: 4 forums in one database

I did nothing, i don't work them