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

Attachments most downloaded

Post by Stoker »

I will definitely do this cause I love the Idea.
BUT we need one thing more so we have an even number of boxes.
What could the last thing be?

Attachments most downloaded

Post by FTH »

5 Most Downloaded Attachments and 5 Last Topics Created ?

Attachments most downloaded

Post by Stoker »

Its possible. I will go thinking :)

Exclude forums from Recent Active

Post by RMcGirr83 »

doktornotor wrote:
Stoker wrote:Could be: AND t.forum_id <> 11 AND t.forum_id <> 18
Or maybe something like:

Code: Select all

$recent_forums_excluded = array(1,2,3,4,5);

...

AND !in_array($data['t.forum_id'], $recent_forums_excluded)

Code: Select all

AND ' . $db->sql_in_set('t.forum_id', $recent_forums_excluded, false)
;)

1.0.7

Post by martin123456 »

Installed by auto mod and used the update option on automod it installed ok but im seeing

3 { LAST_VISITED_BOTS } 3 { LAST_REGISTERED_USERS }

i also uploaded the files by ftp to my host machine just incase there was a automod file upload problem but its still the same.

any idea ? aint no big deal

1.0.7

Post by Stoker »

Looks like aotumod forgot the language edit.
Check the very first edit in the update xml file in the contrib folder.

NV who was here?

Post by Blackwolf »

I am using NV_who_was_here_1_2_1 by nickvergessen.

Updated Top Stats to 1.0.7.

Any way that that this can be modified to enable the viewing of bots & last visitors, as the option is in ACP but obviously wont work at the moment due to the different modifications?
Hope you don't mind me asking!
NV_who_was_here_1_2_1_1.zip
You do not have the required permissions to view the files attached to this post.

NV who was here?

Post by Stoker »

I dont understand your question.
Are you asking me to modify the Who was here mod?

NV who was here?

Post by Blackwolf »

Only if its possible.....see ..I did all your edits but the bots & last users are not displayed....I assumed you had your own version of who was here that I was not aware of?...hence them not showing up. :roll:
not showing on forum.png
You do not have the required permissions to view the files attached to this post.

NV who was here?

Post by Stoker »

Last registered users and last visited bots has absolutely nothing to do with the Who was here mod.

There might be an error in the included ca_black files: https://www.ultimateeditionoz.com/forum ... _body.html
You need the add the blocks there. Just copy them from the prosilver file.