More online users list
1master1 Offline
Member
***
Posts: 232
Joined: Oct 2010
Post: #6
RE: More online users list
i figured out that this code controls the display of online users

Code:
		if ($x == 14)
		{
			$onToday.="<br/>";
			$x=0;
}

Changing the $x== 14 value is displaying that many online users, suppose if it is $x==100, then it is displaying 100 online users continuosly without line breaks. But if there is also some space after 100th member, the 101th member if being displayed in next line leaving a huge gap like in first post attachment image. Now i want that value to be incremented automatically to show the full online users display without any line breaks. If users are 220, it must all 220 or 300 must show all 300 without any line breaks.

10-26-2010 09:27 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
More online users list - 1master1 - 10-22-2010, 02:13 AM
RE: More online users list - Imran - 10-23-2010, 02:56 AM
RE: More online users list - 1master1 - 10-23-2010, 03:27 AM
RE: More online users list - Imran - 10-23-2010, 05:17 AM
RE: More online users list - 1master1 - 10-23-2010, 09:43 AM
RE: More online users list - 1master1 - 10-26-2010 09:27 PM
RE: More online users list - ZiNgA BuRgA - 10-26-2010, 10:31 PM
RE: More online users list - 1master1 - 10-26-2010, 11:49 PM
RE: More online users list - Midori - 06-07-2014, 04:02 PM

 Standard Tools
Forum Jump: