TinyPortal
Development => Resources => Modules => Topic started 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.
im still waiting for anyone can reply this....
What are you talking about? Where? In a block, Users Online Today mod, Info Center in the forum index?
in block...
left or right side..
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.