Verbindung von 2 Boards
Verfasst: 30.05.2006 14:06
Kann man 2 Boards mit einander verbinden sodass man mittels Link auf das andere Board kommt aber beide Boards die gleiche db benutzen?
MfG Xedos
MfG Xedos
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Ach ja, noch zu beachte gilt: Das sollte nicht bei einem bereits aktiven Board getan werden!xedos hat geschrieben:Kann man 2 Boards mit einander verbinden sodass man mittels Link auf das andere Board kommt aber beide Boards die gleiche db benutzen?
MfG Xedos
Es geht... ist auch nicht so schwer... Ist eigentlich auch egal ob in beiden Foren schon User angemeldet sind. Ist nur ein bischen schreiberei in der DB. Ich habe bei mir 16 Foren miteinander gekoppelt. Läuft auchxedos hat geschrieben:Ja das von wegen Regestrierung wäre mal richtig aber jetzt möchte ich noch wissen ob das geht das man mit einem Log-in bei beiden Boards angemldet ist und über einen Link dann zwischen den Seiten switchen kann.
zB.:
Ein Board für die Mainally und eins für den Wing einmal einloggen in beiden schreiben.
GEHT DAS?
Ähmm.. bissl stürmisch? Ich schau leider nicht täglich hier rein und mails bekomm ich auch ned auf die Beiträge... sorry...xedos hat geschrieben:Ähm ich bitte um eine Antwort
Code: Alles auswählen
define('CONFIRM_TABLE', $table_prefix.'confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('COLOR_GROUPS_TABLE', $table_prefix.'color_groups');
define('CONFIG_TABLE', $table_prefix.'config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'posts');
define('POSTS_TEXT_TABLE', $table_prefix.'posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');
Code: Alles auswählen
define('CONFIRM_TABLE', $table_prefix.'confirm');
define('AUTH_ACCESS_TABLE', $table_prefix.'auth_access');
define('BANLIST_TABLE', $table_prefix.'banlist');
define('CATEGORIES_TABLE', $table_prefix.'1categories');
define('COLOR_GROUPS_TABLE', $table_prefix.'color_groups');
define('CONFIG_TABLE', $table_prefix.'1config');
define('DISALLOW_TABLE', $table_prefix.'disallow');
define('FORUMS_TABLE', $table_prefix.'1forums');
define('GROUPS_TABLE', $table_prefix.'groups');
define('POSTS_TABLE', $table_prefix.'1posts');
define('POSTS_TEXT_TABLE', $table_prefix.'1posts_text');
define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $table_prefix.'privmsgs_ignore');
define('PRUNE_TABLE', $table_prefix.'forum_prune');
define('RANKS_TABLE', $table_prefix.'ranks');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');
define('SESSIONS_TABLE', $table_prefix.'sessions');
define('SMILIES_TABLE', $table_prefix.'smilies');
define('THEMES_TABLE', $table_prefix.'themes');
define('THEMES_NAME_TABLE', $table_prefix.'themes_name');
define('TOPICS_TABLE', $table_prefix.'1topics');
define('TOPICS_WATCH_TABLE', $table_prefix.'topics_watch');
define('USER_GROUP_TABLE', $table_prefix.'user_group');
define('USERS_TABLE', $table_prefix.'users');