| Author |
Message |
Leo

Joined: Oct 18, 2007
Posts: 12
|
Posted:
Sun Dec 02, 2007 1:50 pm |
|
Hello everyone,
I currently using phpnuke 7.9 and the nice Info Box block from here.
Since my site has many users online mostly 30. I want to show all members on the Online Now: section, but I dont want to get the block getting longer. ( meaning the length)
Which is the same idea on http://www.clan-themes.co.uk/ the info box .
What do i do it? ( add a scroll bar)
Thanks a lot. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 893
|
Posted:
Mon Dec 03, 2007 3:00 pm |
|
First you will need to find
| php: |
$content .= '
<em>Members</em>: <strong>
'. $m .'</strong><br>
'.$members.'<br>';
|
and change to
| php: |
$content .= '<div>
<em>Members</em>: <strong>
'. $m .'</strong><br>
'.$members.'<br></div>';
|
The forum wont display it correctly. but you will have to add this to the first <div>
| Code: |
style="height: 100px; overflow: auto;" |
Then do the same thing to this code
| php: |
$content .= '
<em>Guests</em>: <strong>
'. $g .'</strong><br>
'.$guests.'<br>';
|
|
| |
|
|
 |
Leo

Joined: Oct 18, 2007
Posts: 12
|
Posted:
Mon Dec 03, 2007 7:37 pm |
|
thanks gotcha.
I just made a small amount of donation to support this site, because you have been help me out every time that I have trouble on.
If you can, can you show me how to create a Show/Hide (+/-) the blocks ? ( like the one that you have in here) When you click [+] and the block will show. But when you click [-] and the block will hide .
How can you do that? Can you show me.
Many thanks... |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 893
|
Posted:
Mon Dec 03, 2007 9:44 pm |
|
That is kinda a tough one because it is part of the theme and nuke themes differ so much... I'll have to try to work up a how to on that one. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 30
Location: Ohio
|
Posted:
Wed Dec 05, 2007 10:47 am |
|
also you might check out evo nuke they have that also |
| |
|
|
 |
Leo

Joined: Oct 18, 2007
Posts: 12
|
Posted:
Wed Dec 05, 2007 5:26 pm |
|
but How do I make it work?
ANyone knows?
Thx |
| |
|
|
 |
|
|