Seite 1 von 1

intro+portal

Verfasst: 15.06.2006 12:47
von Legendkiller007
Kann mir jemand sagen was das heißt also wo die hin sollen?


COPY IntroPortalMOD_root/intro_portal_mod_db_install.php TO intro_portal_mod_db_install.php
copy IntroPortalMOD_root/admin/admin_introportalmod.php to admin/admin_introportalmod.php
copy IntroPortalMOD_root/admin/admin_introportalmodnav.php to admin/admin_introportalmodnav.php
copy IntroPortalMOD_root/language/lang_english/lang_introportal.php to language/lang_english/lang_introportal.php
copy IntroPortalMOD_root/language/lang_german/lang_introportal.php to language/lang_german/lang_introportal.php
copy IntroPortalMOD_root/templates/subSilver/intro_body.tpl to templates/subSilver/intro_body.tpl
copy IntroPortalMOD_root/templates/subSilver/portal_body.tpl to templates/subSilver/portal_body.tpl
copy IntroPortalMOD_root/templates/subSilver/admin/introportalmod_body.tpl to templates/subSilver/admin/introportalmod_body.tpl
copy IntroPortalMOD_root/templates/subSilver/admin/introportalmodnav_body.tpl to templates/subSilver/admin/introportalmodnav_body.tpl
copy IntroPortalMOD_root/templates/subSilver/admin/introportalmodnavedit_body.tpl to templates/subSilver/admin/introportalmodnavedit_body.tpl
copy IntroPortalMOD_root/.htaccess to .htaccess
copy IntroPortalMOD_root/intro.php to intro.php
copy IntroPortalMOD_root/portal.php to portal.php
copy IntroPortalMOD_root/portal_heise_ticker.php to portal_heise_ticker.php
copy IntroPortalMOD_root/portal_poll.php to portal_poll.php


Ich kapier das nicht wen dran steht

COPY IntroPortalMOD_root/intro_portal_mod_db_install.php TO
intro_portal_mod_db_install.php

das ist doch das gleiche kan mir hier mal jemand weiter helfen?

Verfasst: 15.06.2006 12:52
von Pingu625
COPY IntroPortalMOD_root/intro_portal_mod_db_install.php TO intro_portal_mod_db_install.php
Das bedeutet:

Kopiere die Datei IntroPortalMOD_root/intro_portal_mod_db_install.php aus dem Ordner auf deiner Festplatte in den Ordner deines Forums. Dort muss die Datei folgend heißen: intro_portal_mod_db_install.php (das ist aber meist dasselbe wie auf der Festplatte ;) )
copy IntroPortalMOD_root/admin/admin_introportalmod.php to admin/admin_introportalmod.php
Das bedeutet ungefähr dasselbe, nur wird die Datei diesmal in den Ordner deines Forums kopiert, aber dort wiederum in einen Unterordner:

admin/admin_introportalmod.php

Dieser heiß in diesem Fall admin.

mfg Pingu

Verfasst: 15.06.2006 13:08
von Legendkiller007
Soweit danke jetzt bin ich hier und weiß nicht wo die hin

copy IntroPortalMOD_root/.htaccess to .htaccess
copy IntroPortalMOD_root/intro.php to intro.php
copy IntroPortalMOD_root/portal.php to portal.php
copy IntroPortalMOD_root/portal_heise_ticker.php to portal_heise_ticker.php
copy IntroPortalMOD_root/portal_poll.php to portal_poll.php

Verfasst: 15.06.2006 13:18
von spritzpistole
Diese Datein müssen dort hin, wo auch die Index.php ist etc. in das sogenannte root. Dort befindet sich u.a. index.php, viewonline.php, search.php usw.

Verfasst: 15.06.2006 13:41
von Legendkiller007
Kann mir das jemand von euch einbauen ich habe 3 mal veruscht und 3 mal fast mein forum zerstört

Verfasst: 15.06.2006 13:46
von gloriosa
Hallo,,
auch Du solltest besser im Forum >>> Jobbörse <<< posten ! :oops:

Verfasst: 15.06.2006 16:04
von Andree1205
Hallo!

Seitdem ich mein Forum auf die neueste Version gebracht habe, funktioniert mein Intro und Portal Mod nicht mehr, woran kann das leigen und wie behebe ich dies!

Verfasst: 15.06.2006 16:08
von gloriosa
Hallo Andree1205,
kein Input demzufolge auch kein Output :oops: und dann noch [ externes Bild ] ! :D

Verfasst: 16.06.2006 09:38
von Andree1205
Es kommt dieser Fehler:

Code: Alles auswählen

Could not query announcements information

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND t.topic_time <= 1150443335 AND t.topic_poster =

SELECT t.topic_id, t.topic_time, t.topic_title, pt.post_text, u.username, u.user_id, t.topic_replies, pt.bbcode_uid, t.forum_id, t.topic_poster, t.topic_first_post_id, t.topic_status, pt.post_id, p.post_id, p.enable_smilies FROM phpbb_topics AS t, phpbb_users AS u, phpbb_posts_text AS pt, phpbb_posts AS p WHERE t.forum_id IN () AND t.topic_time <= 1150443335 AND t.topic_poster = u.user_id AND t.topic_first_post_id = pt.post_id AND t.topic_first_post_id = p.post_id AND t.topic_status <> 2 ORDER BY t.topic_time DESC

Line : 86
File : portal_poll.php