[x] Navigation

[x] Wer ist wo
 Bots:
1: Google > Forum 9.x
2: YANDEX > Forum 9.x
 Visitors:
1: Benutzerbereich
2: Startseite
3: Forum 9.x
4: Bildergalerie

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

[x] Downloads (Top)

forum
Post new topic   This topic is locked: you cannot edit posts or make replies.   Printer Friendly Page    Forum Index > > Module & Blöcke

Author Message
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: forum
Posted: 09.04.2005 18:59
Reply with quote

ich möchte, so wie das auch auf cpgnuke.de ist eine zweites Forum haben(Forum 8.x, Forum 9.x)

wie kann ich das machen --> bitte genaue beschreibung


[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 10.04.2005 18:09
Reply with quote

www.cpgnuke.de/index.p...1&start=15
_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 10.04.2005 18:17
Reply with quote

Das gewählte Thema oder der Beitrag existiert nicht. Crying or Very sad

ich bitte um hilfe


[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 10.04.2005 18:20
Reply with quote

www.cpgnuke.de/Forums/...t=562.html

Wink
cpg_install
www.cpgnuke.de/Forums/.../id=7.html

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 10.04.2005 18:26
Reply with quote

wo kann ich die cpg_install downloaden??

[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 10.04.2005 18:30
Reply with quote

und was muss ich in der common.php ändern?

voerst mal danke


[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 10.04.2005 19:24
Reply with quote

liegst vllt daran dass ich noch 8.2c hab?
hab wohl ins falsche forum geschriebn? Laughing


[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 11.04.2005 20:34
Reply with quote

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
View user's profile Send e-mail Visit poster's website Photo Gallery
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 11.04.2005 20:38
Reply with quote

tut mir leid, ich bin wohl zu blöd Embarassed

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! Crying or Very sad
Back to top
View user's profile ICQ Number
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 11.04.2005 20:42
Reply with quote

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
View user's profile Send e-mail Visit poster's website Photo Gallery
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 11.04.2005 20:44
Reply with quote

und was genau soll ich in der common.php anpassen? Embarassed

[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 11.04.2005 20:49
Reply with quote

sorry hatte lange nicht mit 8.x zutun

dort ist es in includes/constant.php abgelegt
wird nicht einfach gehen

warum machts du kein update auf 9.x?

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1247
Location: Germany

PostPost subject: Re: forum
Posted: 11.04.2005 20:51
Reply with quote

hab doch noch was für dich

viperal.com hat da auch eine lösung für 8.x

kannst es ja mal testen

ForumsPack 1.0RC1

www.viperal.com/index....load&cid=4

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 11.04.2005 21:05
Reply with quote

aber prinzipiell muss ich die includes/phpbb/constants.php nicht abändern oda?

[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
pcnet
Investigator


Joined: Mar 19, 2005
Posts: 38
Location: Pinggau

PostPost subject: Re: forum
Posted: 11.04.2005 21:29
Reply with quote

gut ich hab das viperal jetzt runtergesaugt!

problem:
ich kann es nicht installieren, da es unter module als installiert ist;
und funktionieren tuts auch nicht


[Moderatoren]: pcnet trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile ICQ Number
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.   Printer Friendly Page    Forum Index > > Module & Blöcke
Page 1 of 2
All times are GMT + 1 Hour
Go to page 1, 2  Next



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy