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

Top Stats

Post by cabalganti »

No, it looks OK here but you only use 3 scrolling elements. I am trying to use 5. Any changes that will make it look better in Firefox, will break how it looks in Opera/Chrome. So right now, i managed to improve it, it is not "perfect" but barely noticeable. Thank you much Stoker for helping and for your time! You are such a legend in phpbb boards. Thank you much! :thumb:

Top Stats

Post by martin123456 »

Sorry but your wrong the images below are the same in firefox chrome and ie 9 using the snips from this topic.

chrome
chrome.png
firefox
firefox.png
it can be done you need to play with the numbers my friend.
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by martin123456 »

and here it is with 5 rows in chrome and firefox

If you cant work it out then il post the edits i used for you.

edit added another image as some one will say its not firefox
firefox.png
chrome.png
Once you have set the row height you can have as many rows as you want.
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by cabalganti »

Ohh. Amazing ! please if you can post your edits, I would like to have a look at them.

Top Stats

Post by martin123456 »

Overall_header
row_height : '44px',
max_items : 5,

Colours.css
height:132px;
Tweaks.css
height: 41px;

at the bottom of colours.css add

Code: Select all

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #vertical-ticker li  { height: 42px;  }
}

just to show you can go as much as you like here is 9 rows in firefox

/* opera */
noindex:-o-prefocus, #vertical-ticker li {
  height: 42px;
}
just as stoker posted but i did find on other themes i did need to play with the numbers in regards to the bottom of colours.css

just to show you can go more here is 9 rows in firefox
9firefox.png
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by cabalganti »

You guys are amazing... it works perfectly now. There you go, a bit of my appreciation. :thumb:

Top Stats

Post by martin123456 »

:thumb: glad your done.

Cannot see Top Stats on forum

Post by Yasminfrg »

Hi

I have installed Top Stats version 1.0.9 (on phpbb 3.0.11) via AutoMod and this was successfully installed giving me access to the mods ACP. However having cleared all cache it doesnt seem to appear on the index page. My template is based on prosilver.

Thanks very much.

Yasmin

Cannot see Top Stats on forum

Post by themission »

Have you refreshed the Template, Theme and Imageset and CTRL F5 ? tbh i installed 1.0.9 the other day and had errors with it, tried 1.0.10 today and worked fine on phpbb3 3.0.11

Cannot see Top Stats on forum

Post by Stoker »

AutoMOD will only install it on prosilver.
You need to make sure to install it on the style you use too.