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

Can Most Active be changed to "Most Active [""] this week"?

Post by Steve »

yeah but the code needs adjusted i will post back when i have time, the mod file by stoker is a mess I'm sure i had fixed it at some point... :lol:

Can Most Active be changed to "Most Active [""] this week"?

Post by corleoner »

I appreciate it Steve, that's probably why it wasn't working for me, I tried that same code in the different sections.

Thanks a ton!

Can Most Active be changed to "Most Active [""] this week"?

Post by Steve »

you can use

Code: Select all

		AND topic_time > ' . (time() - (int) (7 * 24 * 3600)) . '
for // Most viewed topics && // Most replied topics ,but the rest is a good hrs work... ;)

Can Most Active be changed to "Most Active [""] this week"?

Post by corleoner »

It worked! Thanks Steve!

Anyway to incorportate Top likes into Top Stats?

Post by corleoner »

OK, I realize there's the top 5 mod and I read this topic

https://www.phpbb.com/customise/db/mod/ ... 67#p182767

But I like the way Stoker's top stats mod looks on my index, I like the scrolling active topics and really didn't like the way the top 5 looked on my forum compared to the top stats which has a very nice look on my index.

Besides the active topics, I use top 5 replied topics (adjusted for the week, since I have a sports forum which needs fresh topics). The other stat I use is 5 most active users.

I'd love to be able to replace 5 most active users with "5 most liked users this month"

I like to create a bit of competition to increase quality and encourage positive contribution. Is there any way at all to incorportate this into the top stats mod?

Anyway to incorportate Top likes into Top Stats?

Post by Stoker »

Sure its possible. But I dont have that MOD installed on any board, so Im not going to do it.

Anyway to incorportate Top likes into Top Stats?

Post by corleoner »

Ok. Thanks

Anyway to incorportate Top likes into Top Stats?

Post by Stoker »

Maybe the thanks for posts author will do it.

Anyway to incorportate Top likes into Top Stats?

Post by corleoner »

That would be nice but I think he's lost interest in responding, I believe it's been a long while since he's responded to questions.

I appreciate the response and maybe as I learn more about the codes, I can learn how to make it work like they have been able to for the top five mod.

If I am able to make it work one day, I will definitely share the coding. Thanks Stoker

Nick

Anyway to incorportate Top likes into Top Stats?

Post by Stoker »

Does Rich code work on his Top 5 mod?
If so we can do some testing this weekend. Should be easy to adapt his code to My mod.
But it will be without ACP control.