| Hi, If the maximum aging time is not given in the Joomap configuration for the SMF plugin, it does not dump any topics. Is this the intended operation ? Change the code as follows to dump ALL topics if the time is not given. Line 252: Code: /* dump all topics if time not given */ if( $jsmfConfig->jm_from ) { if ($jsmfConfig->jm_sticky) { $query .= "\n AND (m.posterTime > {$topics_from} OR t.isSticky = 1)"; } else { $query .= "\n AND m.posterTime > {$topics_from}"; } } Thanks, Patrick |
Forum 





Author



Logged








