[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-05-24T02:11:19-07:00 https://integramod.com/forum/feed.php?f=17&t=815 2006-05-24T02:11:19-07:00 2006-05-24T02:11:19-07:00 https://integramod.com/forum/viewtopic.php?t=815&p=7102#p7102 <![CDATA[Re: topic count synchronise]]> With the code changes I suggest it is

Statistics: Posted Author: obiku — Wed May 24, 2006 2:11 am


]]>
2006-05-24T00:26:20-07:00 2006-05-24T00:26:20-07:00 https://integramod.com/forum/viewtopic.php?t=815&p=7093#p7093 <![CDATA[topic count synchronise]]>
A

Statistics: Posted Author: Adrian Rea — Wed May 24, 2006 12:26 am


]]>
2006-05-23T23:16:09-07:00 2006-05-23T23:16:09-07:00 https://integramod.com/forum/viewtopic.php?t=815&p=7087#p7087 <![CDATA[Re: topic count synchronise]]>
open: /mods/webmedic/find_input/news_insert.php
find:
if ( $secure_check && !$flood_attempt ) {     // do the news insert     $msg = retrieve_rss_content();


after add:
board_stats(); cache_tree(true);


open: modcp.php
find:

 sync('forum', $forum_id);


after add:

board_stats(); cache_tree(true);  


find:
sync('forum', $new_forum_id); sync('forum', $old_forum_id);  


after add:
board_stats(); cache_tree(true);  



find:
sync('topic', $new_topic_id); sync('topic', $topic_id); sync('forum', $new_forum_id); sync('forum', $forum_id);



after add:

board_stats(); cache_tree(true);

Statistics: Posted Author: obiku — Tue May 23, 2006 11:16 pm


]]>
2006-05-21T01:57:43-07:00 2006-05-21T01:57:43-07:00 https://integramod.com/forum/viewtopic.php?t=815&p=6754#p6754 <![CDATA[Re: topic count synchronise]]>
Hope to see a reaction.

Statistics: Posted Author: obiku — Sun May 21, 2006 1:57 am


]]>
2006-05-18T23:51:55-07:00 2006-05-18T23:51:55-07:00 https://integramod.com/forum/viewtopic.php?t=815&p=6501#p6501 <![CDATA[topic count synchronise]]>
Also if i move a topic, the topic count on index isn't synchronised

Only when I edit, or make a new post, the topic count is corrected.

Hope this make sence (bad english <img> )

Statistics: Posted Author: obiku — Thu May 18, 2006 11:51 pm


]]>