[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2007-02-03T05:46:46-07:00 https://integramod.com/forum/feed.php?f=18&t=2938 2007-02-03T05:46:46-07:00 2007-02-03T05:46:46-07:00 https://integramod.com/forum/viewtopic.php?t=2938&p=21217#p21217 <![CDATA[[BUG & FIX]Period before word script; news block.]]>
The fix is as follows...

OPEN includes/news.php
FIND
    $text = str_replace("\n", "\n<br>\n", $text);

AFTER ADD
   if ( strpos($text, '..script') !== false){
   $text = str_replace("..script", ".script", $text);
   }

Statistics: Posted Author: Teelk — Sat Feb 03, 2007 5:46 am


]]>