Seite 4 von 5

Verfasst: 25.09.2003 18:03
von Gast
halllO?

Verfasst: 25.09.2003 19:30
von Gast
PLZ HELP

ich warte auf hilfe schon seid 1 monat oder so!

Verfasst: 27.09.2003 10:41
von Gast
man jetzt weiss ich es das ihr nichts drauf habt

Verfasst: 27.09.2003 12:21
von Mungo
Öffne die overall_header.tpl.

Suche:

Code: Alles auswählen

<!-- BEGIN switch_enable_pm_popup -->
und füge folgendes davor ein:

Code: Alles auswählen

<script language="JavaScript">
<!--
function openBrWindow666(PopUpURL)
{

var PopUpLocationX=0;
var PopUpLocationY=0;

splashWin = window.open(PopUpURL,'clanbanzai','width=800,height=533,directories=no,toolbar=no,location=no,menubar=no,scrollbars=yes,status=no,resizable=no,dependent=no');

splashWin.moveTo(PopUpLocationX, PopUpLocationY);
}
//-->
</script>
Öffne die Datei viewforum.php

Suche:

Code: Alles auswählen

$topic_author = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $topic_rowset[$i]['user_id']) . '">' : '';
		$topic_author .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : ( ( $topic_rowset[$i]['post_username'] != '' ) ? $topic_rowset[$i]['post_username'] : $lang['Guest'] );
und ersetze mit:

Code: Alles auswählen

      $topic_author = ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $topic_rowset[$i]['user_id']) . '" target="clanbanzai" onclick="javascript:openBrWindow666(\'' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $topic_rowset[$i]['user_id']) . '\')">' : '';
      $topic_author .= ( $topic_rowset[$i]['user_id'] != ANONYMOUS ) ? $topic_rowset[$i]['username'] : ( ( $topic_rowset[$i]['post_username'] != '' ) ? $topic_rowset[$i]['post_username'] : $lang['Guest'] );
suche:

Code: Alles auswählen

		$last_post_author = ( $topic_rowset[$i]['id2'] == ANONYMOUS ) ? ( ($topic_rowset[$i]['post_username2'] != '' ) ? $topic_rowset[$i]['post_username2'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $topic_rowset[$i]['id2']) . '">' . $topic_rowset[$i]['user2'] . '</a>';
und ersetze mit:

Code: Alles auswählen

      $last_post_author = ( $topic_rowset[$i]['id2'] == ANONYMOUS ) ? ( ($topic_rowset[$i]['post_username2'] != '' ) ? $topic_rowset[$i]['post_username2'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $topic_rowset[$i]['id2']) . '" target="clanbanzai" onclick="javascript:openBrWindow666(\'' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $topic_rowset[$i]['id2']) . '\')">' . $topic_rowset[$i]['user2'] . '</a>';
Alle Dateien speichern und hochladen.

Verfasst: 27.09.2003 13:36
von Gast
thx !!!
entlich :)

Verfasst: 27.09.2003 13:41
von codemonkey
Und halt dich mit dem Meckern demnächst etwas zurück.
Wir machen das ganze auch nur auf freiwilliger Basis.

Verfasst: 28.09.2003 18:14
von Mungo
Hast du eigentlich gemacht, was ich oben gepostet habe?

Verfasst: 29.09.2003 13:14
von Gast
ja!

Verfasst: 29.09.2003 13:16
von Gast
kannst du mir nochmal helfen? :)

was muss ich hier machen damit sich wieder in gleichen fenster öffnet (java fenster)

Code: Alles auswählen

		$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $board_config['board_timezone']);

								$last_post = $last_post_time . '<br />';

								$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $forum_data[$j]['user_id']) . '">' .$forum_data[$j]['username'] . '</a> ';
								
								$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?"  . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
							}

Verfasst: 29.09.2003 13:17
von Gast
bei "last post"