Username:    Password:        Click Here To Signup     Forgotten Password
Main Menu
Online
Members: 0

Guests: 13

112.111.x.x forum
112.111.x.x forum
175.44.x.x forum
180.76.x.x forum
180.76.x.x forum
192.74.x.x forum
217.69.x.x forum
36.248.x.x forum
5.63.x.x news
50.16.x.x forum
61.241.x.x forum
66.249.x.x dilbertplus
66.249.x.x dilbertplus

Last Seen

ODDBALL118 Tue 22:37
Dodgeitorelse Tue 21:38
EFiNST0RM Tue 20:40
»Stefan Tue 18:07
xMin Tue 17:49

Newest Members

Forums
Modifying Another Online
snoop
Tue Apr 11 2006, 12:47PM

Posts: 5
Joined: Sun Jan 08 2006, 09:45AM
Registered Member #969
Hi Rich, hi everybody, long time hua...
I modified Another Online today and i added 2 categories:
"neweset member" and "total members".
But I have issues the expand thing. i cant make iy work...
Can tou help me with that please.
That what I changed:

$text .= "<div class='button' style='width:100%;cursor:pointer' onclick=\"expandit('aonline_misc')\" title='CLICK TO SHOW'>Misc</div>
<div style='width:120px' id='aonline_misc'><br /></div>";
$newest_member = $sql->db_Select("user", "user_id, user_name", "user_ban='0' ORDER BY user_join DESC LIMIT 0,1");
$row = $sql->db_Fetch();
extract($row);
$total_members = $sql->db_Count("user");
$text .= "Newest Member:<br><a href='".e_BASE."user.php?id.".$user_id."'>".$user_name."</a>
<br>Total Members:<br>$total_members";



Demo here: http://snoopshit.roxr.com
Rich
Tue Apr 11 2006, 02:11PM
Posts: 1700
Joined: Wed Nov 26 2003, 04:30PM


<div style='width:120px' id='aonline_misc'><br /></div>


Its the contents in this div that gets expanded, and you just have a br in there, as in

$text = open div
$text = close div
$text = misc output

You need to do

$text = open div
$text = misc output
$text = close div
Website
snoop
Wed Apr 12 2006, 04:22AM

Posts: 5
Joined: Sun Jan 08 2006, 09:45AM
Registered Member #969
Ohh lol i only added
$text .= "</div>";

and it worked
snoop
Thu Apr 13 2006, 05:04AM

Posts: 5
Joined: Sun Jan 08 2006, 09:45AM
Registered Member #969
It's complete i added 3 categories:
"members"
"newest" (member)
"visits"

snoopshit.roxr.com
Innovations
Thu Apr 27 2006, 09:50AM
Posts: 18
Joined: Thu Mar 02 2006, 08:51PM
Registered Member #1097
very nice, congratulations! Rich you should add it to your site here!
Website
caspy
Mon Apr 07 2008, 05:00PM
Posts: 32
Joined: Sun Mar 30 2008, 07:50AM
Registered Member #3889
ANY CHANCE YOU COULD EXPLAIN THIS MODIFICATION SO THAT A NOOB LIKE ME WILL UNDERSTAND PLEASE ?
Website
 

Jump:     Back to top


You are not logged in - Click Here To Signup

Username:    Password:   

Mini Buttons

.... © GreyCube.com - Richard Perry - Powered by e107.org