Seite 9 von 15
Verfasst: 10.07.2004 21:29
von wolford
Salut,
ich benutze für ein Fansite-Forum das deutsche phpbb 2.0.8.
Ich hab es beiderseits mit der Anleitung für das 2.0.4. bzw. mit der
Anleitung für das 2.0.5 probiert. Jedoch führt beides nicht zum Erfolg,
sprich, man sieht keine einzige Änderung.
Vielleicht findet jemand Zeit das für mich zu ändern (hab nicht so
das Händchen für Quellcodes =( ) Betreffende index.php:
http://bs81.de/index.php.txt
Bedanke mich schon im voraus für die Hilfe.
bastian
Verfasst: 10.07.2004 22:54
von rabbit
versuch's mal hiermit:
*gelöscht*

Verfasst: 10.07.2004 23:19
von jello
ich möcht' noch mal zu meiner frage zurückkommen, allerdings mit einer text-änderung, wie ich grad' mitbekommen hab'.
ich würd' mir wünschen, dass der link zum letzten thema bei ungelesenem thema auf den - natürlich - ersten neuen beitrag und nur bei gelesenem thema bzw. wenn man nicht eingeloggt ist auf den wirklich letzten beitrag verweist.
ist das irgendwie möglich?
hilfe
Verfasst: 11.07.2004 23:44
von mausier
Habe das mod per Easy Mod Installer installiert kamm auch keine fehler meldung doch jetzt habe ich im Kopf des Boards Folgendes stehen:
default: $sql = "SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, t.topic_title, t.topic_last_post_id " . " FROM ((( " . FORUMS_TABLE . " f " . " LEFT JOIN " . POSTS_TABLE . " p ON p.post_id = f.forum_last_post_id )" . " LEFT JOIN " . USERS_TABLE . " u ON u.user_id = p.poster_id ) " . " LEFT JOIN " . TOPICS_TABLE . " t ON t.topic_last_post_id = p.post_id ) " . " ORDER BY f.cat_id, f.forum_order"; break; } if ( !($result = $db->sql_query($sql)) ) { message_die(GENERAL_ERROR, 'Could not query forums information', '', __LINE__, __FILE__, $sql); } $forum_data = array(); $topic_last_ary = array(); $i=0; while( $row = $db->sql_fetchrow($result) ) { if (!in_array($row['topic_last_post_id'], $topic_last_ary) || $row['topic_last_post_id']==0) { $topic_last_ary=$row['topic_last_post_id']; $i++; $forum_data[] = $row; } } unset($topic_last_ary); if ( !($total_forums = count($forum_data)) ) { message_die(GENERAL_MESSAGE, $lang['No_forums']); } // // Filter topic_title not allowed to read // if ( !($userdata['user_level'] == ADMIN && $userdata['session_logged_in']) ) { $auth_read_all = array(); $auth_read_all=auth(AUTH_READ, AUTH_LIST_ALL, $userdata, $forum_data); $auth_data = ''; for($i=0; $i Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site139/fst/var/www/html/phpbb/index.php:8) in /home/virtual/site139/fst/var/www/html/phpbb/includes/sessions.php on line 293
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site139/fst/var/www/html/phpbb/index.php:8) in /home/virtual/site139/fst/var/www/html/phpbb/includes/sessions.php on line 294
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site139/fst/var/www/html/phpbb/index.php:8) in /home/virtual/site139/fst/var/www/html/phpbb/includes/page_header.php on line 491
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site139/fst/var/www/html/phpbb/index.php:8) in /home/virtual/site139/fst/var/www/html/phpbb/includes/page_header.php on line 497
Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site139/fst/var/www/html/phpbb/index.php:8) in /home/virtual/site139/fst/var/www/html/phpbb/includes/page_header.php on line 498
Ich hoffe mir kann wer helfen habe das Forum vorher nähmlich nicht gesichert
Danke erstmal
Verfasst: 16.07.2004 10:44
von wolford
Vielen lieben Dank, rabbit!
Funktioniert hervorragend
Dankende Grüße,
Bastian
Verfasst: 21.07.2004 19:02
von danysahne333
könnte mir das bitte auch mal jemand einbauen???
http://www.cottbustalk.de/bilder/index.php.txt
danke m voraus schonmal

Verfasst: 21.07.2004 21:52
von rabbit
hast du's denn schon selber versucht? der einbau ist extrem einfach..

Verfasst: 21.07.2004 23:36
von danysahne333
welche version muss ich denn zum einbau nehmen? die 2.0.4 oder die 2.0.5 ?
Verfasst: 21.07.2004 23:42
von Andy120
Steht ja oben
2.0.4
Verfasst: 21.07.2004 23:54
von jello
und wenn's in die v2.0.4 eingebaut ist und man immer schön updatet, dann läuft's auch in v2.0.8a und ich hoffe doch in 2.0.10, wenn ich die heut' nacht noch auf meinen webspace bekomme.