Page 1 of 2

Most active topics problem

Posted: 07 Jan 2012, 23:30
by Solidjeuh
Hello,

I noticed that the most recent topics are not renewing..
I have always the same topics there.. Message number also stays the same .. even when I reply on a topic..
When I empty my forum Cache, It changes...

Is this normal?

Most active topics problem

Posted: 08 Jan 2012, 00:09
by Stoker
Recent active topics are not cached in any version.
Most replied and most viewed are cached in older versions, but not newest version.

Most active topics problem

Posted: 08 Jan 2012, 00:32
by Solidjeuh
So why are the not renewing then until I empty the forum cache?
I checked all edits, And the are all good..

Also, sometimes not all topics are showing..
See the right part .. only 7 forums...
http://i41.tinypic.com/2pyq32f.png
After I refresh template and clear cache It's normal
http://i40.tinypic.com/dxe7tf.png

Most active topics problem

Posted: 08 Jan 2012, 08:09
by Stoker
According to my answer above you need to update to newest version ;)

Most active topics problem

Posted: 08 Jan 2012, 13:12
by Solidjeuh
I did .. I went from 1.0.6 to 1.0.8 yesterday..

Most active topics problem

Posted: 08 Jan 2012, 17:10
by Stoker
Sorry, my memory is corrupted.
Most viewed and most replied are cached for an hour.

Most active topics problem

Posted: 08 Jan 2012, 19:22
by Solidjeuh
Stoker wrote:Sorry, my memory is corrupted.
Most viewed and most replied are cached for an hour.
ow ok, so it changed automatically every hour?

Most active topics problem

Posted: 08 Jan 2012, 19:28
by Stoker
Yes, exactly.

Most active topics problem

Posted: 08 Jan 2012, 19:32
by Solidjeuh
ok problem solved then .. haha
Thank you :D

Most active topics problem

Posted: 08 Jan 2012, 21:20
by Solidjeuh
Or not, just one more question lol
What if I change that from 1 hour to 0 ?
Like this:

Code: Select all

$cache->put('_ts_most_active_forums', $active_forums, 0);
Would that effect the mod in any way? Or is it necessary to cache it first?