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

Collapsible Categories / Top Stats

Post by Stoker »

Hmm, I would say a browser issue. I see no reason for it not to work when logged in.

Messed up

Post by martin123456 »

top stats is perfect on all themes but prosilver on full screen

here is prosilver on full screen
snapshot7.png
and then take it off full screen its perfect
snapshot8.png
so if i expand the window on prosilver its messed up and shrink the window its perfect

any ideas ? im lost on this one (os is linux but will check on windows (localhost)

EDIT:tested on windows and IE and chrome result still the same
You do not have the required permissions to view the files attached to this post.

Messed up

Post by martin123456 »

Fixed i just changed the size of the width and placed a background colour there :D

Messed up

Post by Stoker »

Im not sure what you did here, but I wasnt able to reproduce the err0r on my testboard using prosilver??

Collapsible Categories / Top Stats

Post by Redsun »

hi stoker again,

i checked my overall_header and found that i used same jquery lib 2 times... remove the old one... now it works great.

is there a way to put it mini chat and make it collapse also?

[ADDON] Forum images in recent active topics

Post by doktornotor »

Makis wrote:Can we reduce the size of the original forum image, and how?

Thanks
Sure. If all you need is a hardcoded size, then

In recent_active_body.html, find:

Code: Select all

<!-- IF recent_active.FORUM_IMAGE -->{ROOT_PATH}{recent_active.FORUM_IMAGE}<!-- ELSE -->{ROOT_PATH}images/starimg.png<!-- ENDIF -->
and replace with
<!-- IF recent_active.FORUM_IMAGE --><img src="{ROOT_PATH}{recent_active.FORUM_IMAGE}" width="32" height="32" alt="" /><!-- ELSE --><img src="{ROOT_PATH}images/starimg.png" alt="" /><!-- ENDIF -->

Collapsible Categories / Top Stats

Post by Stoker »

Well, that is not relevant for the Top Stats mod.
But I believe that the code is present in the Donators Area.

Messed up

Post by martin123456 »

could it be the fact i was on a 42" screen you think ? i set the board width to 90% and it seems to have fixed it.

Messed up

Post by Stoker »

Dont know, I only have 22" :)

No show for guests

Post by martin123456 »

Top stats is a no show for guests but i have moved my index_body.html around

http://reptilesrus.dyndns.org/

if some one want to take a peek

i have spent some time trying to see the problem and its stuck right in front of me but im not seeing it :D

want me to put up my index_body.html ?