Seite 1 von 1

Multiple separate! boards - brauche Hilfe!

Verfasst: 31.08.2003 12:44
von m-a-b
Hi!

Hoffe mir kann jemand helfen!

hab mir den mod DEV]Multiple separate! boards - sharing files to save space von phpBB.com runtergeladen
http://www.phpbb.com/phpBB/viewtopic.php?t=63636

so funktioniert der Mod:
This mod makes it possible to have like 10 completely different boards, with different users, and different moderators. While using the same set of files. So instead of having phpBB in dir's 1, 2, 3 and 4. You now have it in one directory, which saves a lot of space when you have very much boards

Here's the post which I started this topic with:
I was looking for a way to have a x number of boards without having to copy all the files over and over again in different dir's. With this very small mod I made it is possible to have an unlimited amount of boards. The only thing that increases are the number of config files (each board has it's own id, like http://domain.com/index.php?id=123) and the amount of tables in your database.
der Mod funktioniert soweit ganz (allerdings nur bis zur phpBB-Version 2.0.3) bei den Folge-Versionen funktioniert der Link zum Admin-Panel nicht mehr!

aber das ist nicht das Problem!
mein Problem ist, dass in verschickten e-mails z.b.
Bei der Forum Notify(e-mail bei neuem Beitrag) oder bei der Account-Aktivierung per e-mail
keine id=test angeängt wird.
Das führt dazu, wenn man darauf klickt, dass man im falschen board landet!

ich denke auch, das ich weis, wo man die entsprechenden Dateien editieren muss, nur das wie weis ich eben nicht :oops:

in "includes/usercp_register.php" suche nach (kommt 3 mal vor):

Code: Alles auswählen

U_ACTIVATE' => $server_url . '?mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)
				);
aber ich weis eben nicht wie ich es anstell, dass immer die id des richtigen Boards eingetragen wird id=test

ausserdeum muss denk ich die functions_post.php geändert werden
suche nach:

Code: Alles auswählen

U_TOPIC...

(für die e-mail-benachrichtigung bei neuem Beitrag)

und
functions_selects.php für das Dropdwon-Menü
gehe zu Forum auswählen

Ich hoffe mir kann jemand helfen!

mfg

Markus 8)

Verfasst: 01.09.2003 12:44
von m-a-b
is wohl ziemlich speziell mein Anliegen, oder???

:cry: