MyBB Community Forums

Full Version: board stats gone wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when not logged in the code for my board stats seems to have gone wrong as per the pic. can anyone advise where in the code i need to look at?

thanks
Goto
Templates & Style >> Templates >> Your theme templates >> Index Page Templates >> index_whosonline
changed it all but still the same error
run file verification tool available at tools & maintenance section of admin panel to check
for the corrupt / changed / missing files - and post reported php files here
i got it fixed by reverting to original but now its all on the left side runing vertical. Anyone tell me what I need to change to put it horizontal and centered?
Open Global.css

& add this anywhere:


#boardstats_e .trow1 {
    text-align: center;
}
thanks cedric, thats done. Can you advise now how to make them side by side instead of top and bottom so whos online is on the left and board stats on the right?
ah FFS!

Used code from http://community.mybb.com/thread-132535.html

and all was sorted but when I tried to add forumteam, etc I get a white blank space at the end as per the attached

[attachment=29848]
It can help you
Templates & Style >> Templates >> Your theme templates >> Index Page Templates >> index_whosonline