Patch for topic count issues with automated OCF forum messages
|
Posted
#57410
(In Topic #12481)
|
|
|---|---|
|
Fan in action |
Patch for version 4.2.2Turns out that this is caused by both the automated spacer message and the contributed message being designated as a "first post", causing the forum to believe that two topics have been opened instead of one for cached count purposes. To fix: In sources/ocf_forum_driver_helper.php on line 125, change: Code
$is_new=true;
to Code
$is_new=false;
This way, while the spacer post is submitted as a new post, the actual post is now not designated as a new post, preserving the topic count. |
|
Posted
|
|
|
ocStaff (admin) |
If I answered something that you think should be in the documentation, please take the initiative and add it to the community documentation. We really need people to help out here and build a well-organised large support resource. |
1 guests and 0 members have just viewed this: None
Control functions:







