Programmieren - alles kontrollieren 4.934 Themen, 20.613 Beiträge

autoscroll im chat

simba2 / 0 Antworten / Flachansicht Nickles

hallo zusammen...

ich habe einen chatmodul von 4nchat. das problem ist, dass dieser chat nicht autoscrollt d.h. man muss das fenster immer manuell nachziehen. das ist sehr lästig.

ich bilde hier mal den teil des moduls ab = chat.php. diese datei enthält als einzige die option..allerdings mehrfach... scrolling *ein* oder *aus* zu stellen.

doch zuerst noch meine fragen:
1. welche/r scrollbefehl/e ist/sind "Yes" zu stellen?
2. ist das überhaupt das richtige script? wenn ja:
3. kann man diese php- datei als textdatei abspeichern und sie anschliessend in name.php umändern? oder brauche ich dazu dementsprechende software? ich sehe da nur html code, bin aber nicht sehr erfahren um das richtig beurteilen zu können.

ich würde mich über hilfe von euch sehr freuen und schicke schon mal einen dank in voraus.

ich habe nicht darstellbare zeichen durch "-" ersetzt!
chat.php:


-?

/************************************************************************/
/* 4nChat Version 0.9 */
/* for phpNUKE Version 5.5 & 5.6 (http://phpnuke.org) */
/* ==================================================================== */
/* By WarpSpeed (warp_speed@gmx.net) @ 01/September/2oo2 */
/* http://www.warp-speed.de @ 4thDimension.de Networking */
/* ==================================================================== */
/* Based on: */
/* PHPNukeWebChat v2.0 */
/* =================== */
/* Author: Frank Wallacher */
/* Web: http://www.saarport.net */
/* ==================================================================== */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/

require("./inc/config.php");
if($showsmiles == "1")
$input_ht = 60;
else
$input_ht = 40;
$chatroom = stripslashes($chatroom);

? -

-html -
-head -
-title -4nChat [ -?=$chatroom ? -] -/title -
-/head -

-frameset cols="100,*" border="0" onUnload="
window.open(\'quit.php?rid= -?=$rid? -&uid= -?=$uid? -&reason=0 target=_top -=\' ,\'\',\'width=500,height=400,resizable=yes,toolbar=no,location=no, directories=no,status=no\')" -
-frame name="wUsers" scrolling="NO" noresize src="users.php?rid= -?=$rid ? -&uid= -?=$uid ? -&username= -?=$username ? -" -
-frameset rows="30,*, -?echo $input_ht? -" border="0" -
-frameset cols="*,*" border="0" -
-frame name="wReceive" scrolling="NO" noresize src="receive.php?rid= -?=$rid ? -&uid= -?=$uid ? -&username= -?=$username ? -&tz= -?=$tz ? -&first=1&allowsounds=1&lang= -?=$lang ? -" -
-frame name="wSend" scrolling="NO" noresize src="send.php?rid= -?=$rid ? -&uid= -?=$uid ? -&tz= -?=$tz ? -&chatroom= -?=$chatroom ? -&lang= -?=$lang ? -" -
-/frameset -
-frame name="wOut" src="out.php" frameborder=0 -
-frame name="wIn" scrolling="NO" noresize src="in.php?rid= -?=$rid ? -&uid= -?=$uid ? -&lang= -?=$lang ? -" -
-/frameset -
-/frameset -
-/html -

bei Antwort benachrichtigen