Dos foros con los mismos usuarios
Publicado: 02 Ene 2005, 16:24
Hola,
antes que nada presentarme. Soy nuevo por aquí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í? pero estoy encantado de haber encontrado esta pí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡gina.
Mi problema, es que yo quiero tener dos foros pero con los mismos usuarios.
He estado buscando informacií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n y he visto que tengo que instalar el segundo foro en la base de datos del primero. y cambio table_prefix.
Esto ya estí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡, pero luego me habí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Âan dicho que tengo que cambiar el table_prefix en el archivo constants.php.
Tengo esto, pero no se que hacer
Muchas gracias.
antes que nada presentarme. Soy nuevo por aquí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í? pero estoy encantado de haber encontrado esta pí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡gina.
Mi problema, es que yo quiero tener dos foros pero con los mismos usuarios.
He estado buscando informacií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n y he visto que tengo que instalar el segundo foro en la base de datos del primero. y cambio table_prefix.
Esto ya estí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡, pero luego me habí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Âan dicho que tengo que cambiar el table_prefix en el archivo constants.php.
Tengo esto, pero no se que hacer
Código: Seleccionar todo
// Table names
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('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');
define('WORDS_TABLE', $table_prefix.'words');
define('VOTE_DESC_TABLE', $table_prefix.'vote_desc');
define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results');
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');