| View previous topic :: View next topic |
| Author |
Message |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
Posted: 11.04.2005 20:34 Post subject: Re: forum |
|
anleitung ist für 9.x
kannst aber deine 8.x dateien verwenden und wie beschrieben anpassen
diese punkte bleiebn auch für 8.x
anleitung multiple foren:
1. modules/Forums ordner dublikat erstellen und umbennen
z.b. = Forums2
2.modules/Forums2/common.php editieren bzw ändern
!!vorsicht nicht alle tabellen sind doppelt !!
Code:
define('AUTH_ACCESS_TABLE', $prefix.'_bb2auth_access');
define('BANLIST_TABLE', $prefix.'_bbbanlist');
define('CATEGORIES_TABLE', $prefix.'_bb2categories');
define('CONFIG_TABLE', $prefix.'_bbconfig');
define('DISALLOW_TABLE', $prefix.'_bbdisallow');
define('FORUMS_TABLE', $prefix.'_bb2forums');
define('GROUPS_TABLE', $prefix.'_bbgroups');
define('POSTS_TABLE', $prefix.'_bb2posts');
define('POSTS_TEXT_TABLE', $prefix.'_bb2posts_text');
define('PRIVMSGS_TABLE', $prefix.'_bbprivmsgs');
define('PRIVMSGS_TEXT_TABLE', $prefix.'_bbprivmsgs_text');
define('PRIVMSGS_IGNORE_TABLE', $prefix.'_bbprivmsgs_ignore');
define('PRUNE_TABLE', $prefix.'_bb2forum_prune');
define('RANKS_TABLE', $prefix.'_bbranks');
define('SEARCH_WORD_TABLE', $prefix.'_bb2search_wordlist');
define('SEARCH_MATCH_TABLE', $prefix.'_bb2search_wordmatch');
define('SMILIES_TABLE', $prefix.'_bbsmilies');
define('THEMES_TABLE', $prefix.'_bbthemes');
define('THEMES_NAME_TABLE', $prefix.'_bbthemes_name');
define('TOPICS_TABLE', $prefix.'_bb2topics');
define('TOPICS_WATCH_TABLE', $prefix.'_bb2topics_watch');
define('USER_GROUP_TABLE', $prefix.'_bbuser_group');
define('USERS_TABLE', $user_prefix.'_users');
define('WORDS_TABLE', $prefix.'_bbwords');
define('VOTE_DESC_TABLE', $prefix.'_bb2vote_desc');
define('VOTE_RESULTS_TABLE', $prefix.'_bb2vote_results');
define('VOTE_USERS_TABLE', $prefix.'_bb2vote_voters');
// attach mod
define('ATTACH_CONFIG_TABLE', $prefix . '_bbattachments_config');
define('EXTENSION_GROUPS_TABLE', $prefix . '_bbextension_groups');
define('EXTENSIONS_TABLE', $prefix . '_bbextensions');
define('FORBIDDEN_EXTENSIONS_TABLE', $prefix . '_bbforbidden_extensions');
define('ATTACHMENTS_DESC_TABLE', $prefix . '_bb2attachments_desc');
define('ATTACHMENTS_TABLE', $prefix . '_bb2attachments');
define('QUOTA_TABLE', $prefix . '_bbattach_quota');
define('QUOTA_LIMITS_TABLE', $prefix . '_bbquota_limits');
// Topic icons
define('TOPIC_ICONS_TABLE', $prefix . '_bb2topic_icons');
jetzt noch forum tabellen anlegen und wie oben anpassen
wo bb2 steht muss neue tabelle erstellt werden
struktur & inhalt wie original
_________________ .: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr
Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
Posted: 11.04.2005 20:38 Post subject: Re: forum |
|
tut mir leid, ich bin wohl zu blöd
ich versteh noch immer nicht was ich in der common.php editieren soll und was ich mit der tabelle machen muss(neue tabelle anlegen oder was??)
trotzdem mal danke
[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! |
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
Posted: 11.04.2005 20:42 Post subject: Re: forum |
|
1. du must neue tabellen anlegen
bb2auth_access' , 'bb2categories', 'bb2forum_prune', 'bb2forums' , 'bb2posts', 'bb2posts_text' , 'bb2search_wordlist', 'bb2search_wordmatch' , 'bbtopic_icons', 'bb2topics', 'bb2topics_watch' , 'bb2vote_desc', 'bb2vote_results', bb2vote_voters','bb2attachments_desc' ,'bb2attachments','bb2topic_icons'
am besten phpmaydmin vorhandende tabellen exportieren
dan sql datei tabellen namen anpassen (bb->bb2)
und wider importieren
danach sollte obigen tabellen in db sein
2. jetzt noch modules/Forum in modules/Forum2 kopieren
3. vorhandene modules/Forum/common.php anpassen - damit die neuen bb2 tabellen verwendet werden
_________________ .: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr
Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
 |
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
|
| Back to top |
|
 |
Ertan Webmaster


Joined: Mar 19, 2004 Posts: 1247 Location: Germany
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
pcnet Investigator


Joined: Mar 19, 2005 Posts: 38 Location: Pinggau
|
|
| Back to top |
|
 |
|
|