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

It will not Scroll ? How to Do it

Post by martin123456 »

lucid_lime style :D

you have 2 jqueries running the rule is 1 so remove one of the below and give it a shot if that fails add it back and remove the other

Code: Select all

<script src="./prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>

Code: Select all

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
you should be calling your query from here

Code: Select all

<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
notice script ?

Translated Language Czech Version Mod 1.0.8

Post by JaLoMe »

Translated Language Czech Version Mod 1.0.8
Top_Stats_1.0.8_czech.zip
You do not have the required permissions to view the files attached to this post.

I'm a bot in top stats

Post by martin123456 »

Any idea why top stats is picking me up as a bot ?

Would it have any thing to do with my isp being in the bot list ? my isp have a few bots that follow there customers around and scan the sites we visit and if the site we visit gets flagged by the bot we get a warning in our isp account informing us of a bad site we visited

make sense ?
2012-04-28_011916.gif
2012-04-28_012604.gif
You do not have the required permissions to view the files attached to this post.

I'm a bot in top stats

Post by Stoker »

Open functions_top_stats.php and find:

Code: Select all

FROM ' . USERS_TABLE . ' WHERE user_inactive_time = 0 AND user_ip = 0
Replace with:

Code: Select all

FROM ' . USERS_TABLE . ' WHERE user_type = ' . USER_IGNORE . '

I'm a bot in top stats

Post by martin123456 »

That seems to have worked (so far) i had a feeling it was the bot entry i had placed in the spider's section as there is no such thing as a talktalk bot ;) as such so i have a funny looking Agent match in place hence i thought it was also picking up me.

I'm a bot in top stats

Post by Stoker »

Or maybe your system is so clever it detected you as a spambot :D

I'm a bot in top stats

Post by themission »

Botty boy :)

I'm a bot in top stats

Post by martin123456 »

themission wrote:Botty boy :)
does that mean i can come spam you ? :lol:

Moving blocks

Post by vin91 »

Hello,

sorry for my English, I use google translation.

I'm using phpBB 3.0.10 + 1.0.8 Top stats
I wish I could change the placement of blocks.
I would like the block "Most Active" and "Last registered" either side by side, how to please?

thank you in advance :)

Masked subjects [resolved]

Post by vin91 »

Hello,

sorry for my English, I use google translation.

I would like some hidden forums topics in "recent active topics"
I find a topic on your forum that talks about it, but unfortunately it concerns an old version of your mod.
How please?

Thank you in advance;)
Last edited by vin91 on 04 May 2012, 16:30, edited 1 time in total.