Top Stats
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
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
Sorry, my memory is corrupted.
Most viewed and most replied are cached for an hour.
Most viewed and most replied are cached for an hour.
Most active topics problem
ow ok, so it changed automatically every hour?Stoker wrote:Sorry, my memory is corrupted.
Most viewed and most replied are cached for an hour.
Most active topics problem
Or not, just one more question lol
What if I change that from 1 hour to 0 ?
Like this:
Would that effect the mod in any way? Or is it necessary to cache it first?
What if I change that from 1 hour to 0 ?
Like this:
Code: Select all
$cache->put('_ts_most_active_forums', $active_forums, 0);
Most active topics problem
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.
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
Any idea why sometimes there are lots of forums / categories missing in most replied then?
Like on the screenshot a few posts back..
Like on the screenshot a few posts back..
Compatibility with other styles?
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.
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.