[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 2006-06-14T03:19:15-07:00 https://integramod.com/forum/feed.php?f=17&t=1183 2006-06-14T03:18:49-07:00 2006-06-14T03:18:49-07:00 https://integramod.com/forum/viewtopic.php?t=1183&p=9424#p9424 <![CDATA[Re: Edited by is missing in posts]]> Statistics: Posted Author: Morpog — Wed Jun 14, 2006 3:18 am


]]>
2006-06-12T15:25:53-07:00 2006-06-12T15:25:53-07:00 https://integramod.com/forum/viewtopic.php?t=1183&p=9312#p9312 <![CDATA[Re: Edited by is missing in posts]]> Statistics: Posted Author: Teelk — Mon Jun 12, 2006 3:25 pm


]]>
2006-06-14T03:19:15-07:00 2006-06-12T03:58:35-07:00 https://integramod.com/forum/viewtopic.php?t=1183&p=9266#p9266 <![CDATA[[SOLVED]Edited by is missing in posts]]>
I've got a small problem on my Integramod installation. After editing a post there is no Edited by message in that post. I have already checked in the viewtopic.php if there is something missing, but the code is there. Also in the tpl file there is the call for the edited text.

I seems it uses the Else path instead of If path. (in viewtopic.php)

this is from my viewtopic.tpl file
<span>{postrow.EDITED_MESSAGE}</span>  


and this is from my viewtopic.php
 // Editing information               //               if ( $postrow[$i]['post_edit_count'] )               {                           $l_edit_time_total = ( $postrow[$i]['post_edit_count'] == 1 ) ? $lang['Edited_time_total'] ];                               $l_edited_by = '<br><br>' . sprintf($l_edit_time_total, $poster, create_date($board_config['default_dateformat'],    $postrow[$i]['post_edit_time'], $board_config['board_timezone']), $postrow[$i]['post_edit_count']);               }               else               {                           $l_edited_by = 'test';               }      
I have put the test in the else path to check if it really uses else instead of if.

Anyone can help? Could it be because im using mysql 5 ?

Statistics: Posted Author: Morpog — Mon Jun 12, 2006 3:58 am


]]>