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

Scroll not working

Post by jabhi »

I removed, social network edits from overall header, still no scroll.
@mikef35
Thanks for the send button fix, So I need to remove jquery-latest.min.js, Right ?

Scroll not working

Post by 4seven »

Firebug
ReferenceError: jQuery is not defined

$(document).ready(function(){

testforum456.tk (Line 79)
ReferenceError: $ is not defined

$(document).ready(function(){

testforum456.tk (Line 79)
TypeError: $ is not a function

$('#vertical-ticker').totemticker({

testforum456.tk (Line 180)

Scroll not working

Post by jabhi »

Thanks 4seven, How to solve this?

Top Stats

Post by cabalganti »

Hello. I was wondering if it is possible to increase the number of scrolling elements in the Recent Active Topics?
Thanks.

Top Stats

Post by Stoker »

Sure, you just need to edit this part of the overall_header.html part of the code: max_items : 3,
and this part of the the colours.css edit: height: 123px;
That part MUST be max_items * row_height

Top Stats

Post by cabalganti »

Thank you much Stoker for the prompt answer. I made the changes, 41px per each new element, i decided to add 2 more (making it five in total) 41pixels x 5 scrolling elements =205 pixels height. It works nice in Chrome and Opera but not in firefox :( . Included some screenshots below. I tried to add a link to my site so you can have a look at it "live" but it wont let me :( .
Further advice will be much apreciated.
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by martin123456 »

On a side note i have noticed if you use stokers pre mod it displays perfect in firefox.

Use phpbb from phpbb.com and install the top stats mod it don't show perfect in firefox but does in other browser's

this is stokers pre mod on firefox displays perfect
premod.png

and phpbb from phpbb.com bottom row is cut short
phpbb.png
You do not have the required permissions to view the files attached to this post.

Top Stats

Post by cabalganti »

Ugh. :? I use over 10 mods in my board, including some Seo Premod addons (not the premoded phpbb version) and reistalling everything is something i would like to avoid if possible. Maybe the easiest way to "fix" it is going back to 3 scrolling elements? :cry: . Any other advise?. Further help will be much apreciated.

Top Stats

Post by Stoker »

play with the row height until it displays perfect

Top Stats

Post by cabalganti »

Playing with the row height fixes the problem in Firefox. Now , the problem is with Chorme and Opera. :? Just downloaded you pre moded version and i am trying to figure what the problem could be. Maybe has to do with the 3.0.11 update?