PDA

View Full Version : Formatted Users browsing this forum :)


N9ne
09-03-2002, 10:00 PM
This will make the users browsing this forum [forumdisplay who's online] look like it is on forumhome!

Screen shot: [Link (http://sdsym.com/formattedusersbrowsing.gif)]

wolfe
09-30-2002, 09:29 PM
is there anyway of making it show all the users who have browd the forum today and the most in @ once and the most browsed in one day or do i have to request a hack :D

wolfe
09-30-2002, 09:38 PM
also d00d heres a update

in forum_display template find:

$moderatedby

and delete it and replace the forumdisplay_loggedinusers template with

<table cellpadding="4" cellspacing="1" border="0" bgcolor="#6597D9" width="100%" align="center">
<tr id="cat">
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"" align="center">
<normalfont color="#FFFFFF"><b>
Who's Browsing This Forum
</b></normalfont>
</td></tr>

<tr>
<td bgcolor="#FFFFFF"><smallfont>
$browsers</smallfont></td></tr>

<tr>
<td bgcolor=""#C1D7F4" background="images/head_bg.gif"">
<p align="center"><normalfont><b>This Forum Is Moderated By</b></normalfont></td></tr>

<tr>
<td bgcolor="#FFFFFF"><smallfont>$moderatorslist</smallfont></td></tr>
</table><table><br>

pixeldude
09-30-2002, 09:42 PM
nice

X-Fan
10-20-2002, 12:09 PM
Is it possible to have one table wherein the moderators appear on one side and the users browsing appears on the other, so as to conserve space?

N9ne
10-20-2002, 04:09 PM
X-Fan, that is possible, however it will go onto the next line etc. when the row gets filled with mods and online users, which tends not to look good. I would make that mod for you, however I am short for time, as I'm busy designing and hacking my forums' v2 ;)

I doubt you will want to wait 3-5 weeks for this mod, so maybe post it in the requests forum?

Tony G
10-21-2002, 05:19 AM
It's not exactly like it looks on forumhome but close enough. I had this before on KSF but I removed it because I didn't like having too many tables and grown to love how it's displayed in default. Nice work though.

N9ne
10-21-2002, 04:12 PM
It's not like forumhome as it doesn't have those stats, that would require a lot of hacking...

LiL pImPsTeR
10-22-2002, 12:20 AM
it makes my forum show weird stuff, i know that there is no way all my users are on the forum at once, i go to a forum and a buncha users are lsited as beign there, but theres only like 11 on the board at the time according to the homepage, is it counting the user that have been there that day?

N9ne
10-22-2002, 02:37 PM
I've never experienced this? This wouldn't be the cause of that since I'm using the forumdisplay online users variable, the only thing that can cause your problems is hacking and modified php code.

Brad
10-23-2002, 01:43 AM
Originally posted by N9ne
It's not like forumhome as it doesn't have those stats, that would require a lot of hacking...

Acully it could be done with a few lines of code. you can do it thru the templates but it would add queries to every page.

N9ne
10-23-2002, 04:23 PM
I hate queries ;)

I have minimal PHP knowledge so I wouldn't know how it is done :)