TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 728
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 694
  • Total: 694

First shout

Started by Skyi, March 27, 2009, 12:11:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Skyi

in my shoutbox (tp module, tp 1.0 beta3) the fist shout is fix between the smile row and the row "last 5 shouts". then there is the scrolling with shouts.

how can i remove the firstshout?

thanks


Skyi

#2
standard installation, no mods

TP1_beta3\tp-files\tp-modules\TPShout\Sources\TPShout.php



while($row = mysql_fetch_assoc($request))
{
if($first)
{
$first=false;
$firstshout = '<div class="firstshout">';
$firstshout .='<div style="margin: 4px;"><div class="shoutheader tborder"><b>'.$row['value3'].'</b></div><div style="padding: 2px;"> '.timeformat($row['value2']).'</div><div style="padding: 4px;">';
$myshout='';
$myshout=$row['value1'];
$firstshout .= doUBBC(censorText($myshout));
$firstshout .= '</div></div>';
$firstshout .= '</div>';

$nshouts .= '<div class="singleshout firstshout">';
$nshouts .='<div style="margin: 4px;"><div class="shoutheader windowbg2"><b>'.$row['value3'].'</b></div><div style="padding: 2px;"> '.timeformat($row['value2']).'</div><div style="padding: 4px;">';
$myshout='';
$myshout=$row['value1'];
$nshouts .= doUBBC(censorText($myshout));
$nshouts .= '</div></div>';
$nshouts .= '</div>';
}
else
{
$nshouts .= '<div class="singleshout">';
$nshouts .='<div style="margin: 4px;"><div class="shoutheader windowbg2"><b>'.$row['value3'].'</b></div><div style="padding: 2px;"> '.timeformat($row['value2']).'</div><div style="padding: 4px;">';
$myshout='';
$myshout=$row['value1'];
$nshouts .= doUBBC(censorText($myshout));
$nshouts .= '</div></div>';
$nshouts .= '</div>';
}
}
$nshouts .='</div>';



in the sources from web browser the incriminated raw is generated by that code (div class=firstshout ecc)

thanks

This website is proudly hosted on Crocweb Cloud Website Hosting.