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

Question

Post by Stoker »

As the doktor said, permissions are respected.
No need to worry ;)

But its alwways a good idea to test such things yourself. I know I do :)

Question

Post by Silent »

Stoker wrote:As the doktor said, permissions are respected.
No need to worry ;)

But its alwways a good idea to test such things yourself. I know I do :)
Thanks for the heads up Stoker! I will definitely be adding this soon. :)

Moved Topics?

Post by Blackwolf »

Stoker wrote:I cant reproduce the error. I tried moving some topics here. That went fine.
Even when a topic is moved, the old url to the topic is still working.
So the problem is probably something else than this mod.

You are not using latest version, which you should because I dont support old versions of any of my mods.
Just resurrecting this issue. I forgot that about 10 months ago one of the Moderators accidentally deleted the Wallpaper thread.....could this be an issue...I have enabled last 5 Most viewed topics and 5 Most replied topics so you can see the issue. At the moment I usually have it set to 2....as it looks stupid right now.

Yours shows completely different forums etc.....hope I have explained this ok....... :)
Most viewed.png
see there all by mmesantos1 on Mon Jan 24, 2011 11:02 pm :?:

Which is the day it was deleted....
You do not have the required permissions to view the files attached to this post.

Moved Topics?

Post by Stoker »

There is for sure something very wrong with your board. But its not related to this mod.
This mod pulls its info from the topics table. If a topic is deleted it_just_doesnt_exist_no_more in the topics table.

For some reason the topic(s) doesnt get deleted on your board.
It could be caused by some modification of yours or that you have restored a database table with only some of the topic info.

Moved Topics?

Post by Blackwolf »

Is there any way I can delete the non existent ones via phpMyAdmin?

Moved Topics?

Post by Stoker »

Its probably something like that which got you into trouble in the first place so I wouldnt advice it.
Also I am not sure how to do this in the correct way.

Moved Topics?

Post by Blackwolf »

I'll not play around with it. This may have happened when the forum crashed some 12 months back.I helped crash it trying to install sitemap FX Mod....Found this.....last post.....http://www.phpbb.com/community/viewtopi ... p=11792095 I am reluctant to try this as my knowledge is limited. :oops:

I'll leave it for now as nothing else is affected.

Can't display Most Viewed Topics & Most Replied Topics

Post by Blackwolf »

Can this also be added to the Top Stats post to please? Obviously with the relevant code as if you disable Most Viewed Topics & Most Replied Topics in ACP, Most Active Users & Most Active Forums does not display.

Code: Select all

sudo please
:D

Can't display Most Viewed Topics & Most Replied Topics

Post by Stoker »

Use this on index_body.html

Code: Select all

<!-- IF S_TSMVT_ENABLE or S_TSMRT_ENABLE or S_TSMAU_ENABLE or S_TSMAF_ENABLE or S_TSLVB_ENABLE or S_TSLRU_ENABLE -->
<!-- INCLUDE top_stats_body.html -->
<!-- ENDIF -->
Will be fixed in 1.0.7

Can't display Most Viewed Topics & Most Replied Topics

Post by Blackwolf »

Thank you :thumb: