| Author |
Message |
Guyzer

Joined: Oct 11, 2007
Posts: 9
|
Posted:
Fri Oct 26, 2007 4:56 pm |
|
Hey guys.
Block is great just one thing. Today I had alot of members online & noticd that in the Online section it was showing 39 members & names which pushed the block down. I have been into the block & set how many members to show & still shows all of them, can you help?
Thanks |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Sat Oct 27, 2007 11:14 am |
|
I can only suggest that you make sure you have these 2 settings right
| php: |
// maximum number of guests to display
$max_display_guests = 5;
// maximum number of members to display
$max_display_members = 10;
|
and it should respect the number of members that it shows but the member count will still show the total number of members. |
| |
|
|
 |
Guyzer

Joined: Oct 11, 2007
Posts: 9
|
Posted:
Thu Nov 01, 2007 10:41 am |
|
Hi have set my config to what was stated & still the same. I tried to post my code but got banned last time so dont want to do it agian.
If you let me know what u need to see I will post ASAP!
Thanks |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Nov 01, 2007 10:55 am |
|
I really don't know what to do here, it shouldn't be showing more then the number you've set. However, you can keep the block from getting to big by doing something like this...
Find this
| php: |
'. $m .'</strong><br>
'.$members.'<br>';
|
and change it to
| php: |
'. $m .'</strong><br>
<div>'.$members.'</div><br>';
|
and find
| php: |
'. $g .'</strong><br>
'.$guests.'<br>';
|
and change to
| php: |
'. $g .'</strong><br>
<div>'.$guests.'</div><br>';
|
damn forums are stripping my code...
inside those <div> tags should be:
| Code: |
style="height: 100px; overflow:auto;" |
adjust the height to suit your needs. |
| |
|
|
 |
Guyzer

Joined: Oct 11, 2007
Posts: 9
|
Posted:
Thu Nov 01, 2007 11:20 am |
|
Hi set it to 100px there were 12 people online still showed 12, changed it to 10px still showed 12 so I went all the way down to 1px still 12, so im stumped Such a shame just last night we had 35 people online & it pushes the block so far u know. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Thu Nov 01, 2007 3:25 pm |
|
I can't really do anything else because I can't duplicate the problem so I can try to fix it and nobody else has reported having this problem.
Also, 7.9 is a pretty buggy and insecure version to use, which may(or may not) be part of the problem. The best version to run is 7.6 with patches and sentinel or just get raven nuke which already includes all of that and much more. |
| |
|
|
 |
|
|