View Single Post
  #4  
Old 8th July 2011, 17:22
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Question
Quote:
Originally Posted by joeroberts View Post
there well be a few areas you well need to edit

first file is blocks/shoutbox.php
find
PHP Code:
[<span class=\"shout_time\">".$shout_time."</span>] 
and remove it there is 2 counts there

Now open ajax.php and do the same there is 5 counts there.
Now open shoutdetach.php and remove the 2 counts there.
do i remoove ?
PHP Code:
$shout_time gmdate("Y-m-d H:i:s"sql_timestamp_to_unix_timestamp($shout['posted'])+(60 get_user_timezone($user->id))); 
do i remove all this line
PHP Code:
."[<span class=\"shout_time\">".$shout_time."</span>] 
Reply With Quote