TinyPortal

Development => Resources => Modules => Topic started by: alhaudhie on June 11, 2007, 05:14:58 AM

Title: user online
Post by: alhaudhie on June 11, 2007, 05:14:58 AM
how can i make user online no scrolling after 15 user.
Can i make my own number like after 20 user online the scrolling will appear.
Title: Re: user online
Post by: alhaudhie on June 12, 2007, 09:21:48 AM
im still waiting for anyone can reply this....
Title: Re: user online
Post by: Zetan on June 12, 2007, 09:28:48 AM
What are you talking about? Where? In a block, Users Online Today mod, Info Center in the forum index?
Title: Re: user online
Post by: alhaudhie on June 12, 2007, 09:58:22 AM
in block...

left or right side..
Title: Re: user online
Post by: Zetan on June 12, 2007, 10:49:21 AM
Try this... I can't test it as I'm at work.

In  Themes/default/TPortalBlocks.template.php

Find:
<div style="width: 100%; ' , $online['num_users']>14 ? 'height: 23ex;overflow: auto;' : '' ,'">';

And change: $online['num_users']>14 ? to a number of choice.