[Fixed] Online List Bug

Loving this skin!!

The online list overflows, and when you return from landscape to portrait view the screen will shrink.

post-108555-1257006182_thumb.png

IMG_0187.PNG
IMG_0187.PNG

#532105

Any chance you can link me to your live forums so I can test this out at?

This was one of those tiny bugs I wasn't able to test on a dev forum :P

#532107

Sure, austinreefclub.com

#532108

Alright, I "think" I found the fix for this.

Go ahead and login and go to the template sections, and edit the Board Index > boardIndexTemplate

Find the following (At the very bottom)

{parse expression="implode( ",", $stats['NAMES'] )"}

Replace with

{parse expression="implode( ", ", $stats['NAMES'] )"}

There is an "extra" space after the comma inside the quotes. That should do it, if it doesn't let me know.

#532109

Also just a tip, I would compress the css with the mobile skin.

screenshot20091031at111pmpng32b35.png

#532110

Wow thanks. That fixed it.

#532111