Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Most active topics problem

Post by Solidjeuh »

I did .. I went from 1.0.6 to 1.0.8 yesterday..

Most active topics problem

Post by Stoker »

Sorry, my memory is corrupted.
Most viewed and most replied are cached for an hour.

Most active topics problem

Post 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

Post by Stoker »

Yes, exactly.

Most active topics problem

Post by Solidjeuh »

ok problem solved then .. haha
Thank you :D

Most active topics problem

Post 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?

Most active topics problem

Post by Stoker »

Caching is done to improve performance.
Its not that most viewed and most replied changes that much, so my advice is to keep the caching as it is.

Most active topics problem

Post by Solidjeuh »

Any idea why sometimes there are lots of forums / categories missing in most replied then?
Like on the screenshot a few posts back..

Most active topics problem

Post by Stoker »

Because theremare no forums or topics to display?

Compatibility with other styles?

Post by Savant »

Do you have any input with regard to installing this mod into other styles? The other styles I have supposedly have 'inheritance' from prosilver and can thus run any mod that prosilver/subsilver can. What the developers of them said was: "When doing edits remember that the style files for each style are inherited from the base phpbb3 parent style. Most phpbb3 mods modify a mix of files and sometimes those files are only in the base style parent dirs.

The rule is if the files to be modified are not in the specific style dir is to make a copy of the file that needs the edit, place it in the specific styles dir and do the edits there. This keeps the inheritance in place and keeps the modification from affecting any other styles installed in phpbb3."

Thanks in advance.