ich hab mir gerade die scrollbare shoutbox runtergeladen und installiert.
Sie funktioniert problemlos, allerdings hab ich das Problem, dass sie zu breit ist.
Im Forum habe ich gefunden, dass ich die width und height daten ändern muss, um sie anzupassen.
Ich hab dann mal in der shoutbox.php geguckt und folgendes gefunden:
<?php # Copyright by Manuel Staechele # Support www.ilch.de # modifieziert von: Burli defined ('main') or die ( 'no direct access' ); function shoutboxsmileys($string){ $smileys = array( ':-)' => ':smilie:#@#-_-_-#@#smile.gif', ':-$' => ':unknow:#@#-_-_-#@#dntknw.gif', ':-(' => ':sad:#@#-_-_-#@#sad.gif', ';-)' => ':blinking:#@#-_-_-#@#blinking.gif', '8-)' => ':cool:#@#-_-_-#@#cool.gif', ':-P' => ':tongueout:#@#-_-_-#@#tongueout.gif', ':´-(' => ':cray:#@#-_-_-#@#cray.gif', 'lol' => ':*lol*:#@#-_-_-#@#lol.gif', 'joke' => ':joke:#@#-_-_-#@#jokingly.gif', 'tease' => ':tease:#@#-_-_-#@#tease.gif' , 'yahoo' => ':yahoo:#@#-_-_-#@#yahoo.gif', 'happy' => ':happy:#@#-_-_-#@#happy.gif', 'good' => ':good:#@#-_-_-#@#good.gif', 'quiet' => ':quiet:#@#-_-_-#@#quiet.gif', 'blush' => ':blush:#@#-_-_-#@#blush.gif', 'give_rose' => ':give_rose:#@#-_-_-#@#give_rose.gif', 'give_heart' => ':give_heart:#@#-_-_-#@#give_heart.gif', 'n8' => ':n8:#@#-_-_-#@#n8.gif', 'help' => ':help:#@#-_-_-#@#help.gif', 'grr' => ':grr:#@#-_-_-#@#diablo.gif', 'prost' => ':prost:#@#-_-_-#@#drinks.gif' ); foreach ($smileys as $icon => $info) { list($emo, $url) = explode('#@#-_-_-#@#', $info); $string = str_replace($icon,'<img src="include/images/shoutboxsmileys/'.$url.'" border="0" alt="'.$emo.'" title="'.$emo.'" />',$string); } return $string; } $shoutbox_VALUE_name2 = getenv("REMOTE_ADDR"); $datum=date("j.n.Y"); $zeit=date(" H:i "); $width = $allgAr['sbbox_width']; $height = $allgAr['sbbox_height']; echo '<style type="text/css"> { width: '.$width.'; height: '.$height.';
Das ist nur ein Auszug vom denk ich mal relevanten Teil.
Was muss ich jetzt eingeben, so dass es passt? Numerische Werte stehen ja keine drin.
Vielen Dank im Voraus.
MfG ng-racing
betroffene Homepage: ngracing.ng.ohost.de