 | Most Members Online |  |
Posted: 01/17/2007 4:54 AM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:37 PM
|

|
|
|
|
 |
Someone asked about the 'Most members online on whatever date' we no longer have it showing but I can't remember if it stopped showing because of mods being added or whether I chose to not have it showing
I've guessed at where it might be and looked at my viewonline.php and can't see anything in there but that might be me looking in the wrong place.
Where do I look to find it?
Thanks  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Most Members Online |  |
Posted: 01/17/2007 12:49 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:37 PM
Location: St Pete, FL
|

|
|
|
|
 |
The variable that contains the Most users assignment is the {RECORD_USERS} variable. This is how it is coded in the index_body.tpl file here in RCF:
| Code:
|
|
<td class="row1" align="left" colspan="2"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Most Members Online |  |
Posted: 01/17/2007 4:48 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:37 PM
|

|
|
|
|
 |
| Code:
|
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE} [ {L_WHOSONLINE_ADMIN} ] [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
|
I've got this in my subSilver index_body.tpl but not my forum template - I guess that's why it doesn't show up?
(Warning potentially daft question) if I add that code to my forum template will it then show up? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Most Members Online |  |
Posted: 01/17/2007 5:22 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:37 PM
Location: St Pete, FL
|

|
|
|
|
 |
I'm not sure what you mean by your forum template. If you add this code to all index_body.tpl files in all your templates, then it should show up correctly...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Most Members Online |  |
Posted: 01/17/2007 5:54 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 7:37 PM
|

|
|
|
|
 |
My template is called Diddle, I thought if I said that you wouldn't know what I was tlaking about..lol.
So can I add it anywhere or in the same place as it is in the subSilver file? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Most Members Online |  |
Posted: 01/18/2007 12:21 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 3:37 PM
Location: St Pete, FL
|

|
|
|
|
 |
I know of several sites that use the Diddle template. So I would have known what you were referring to if you had named it...
You can place that variable anywhere in the Index page as long as you don't break the HTML syntax. It must be between two table column tags, but other than that, you can place it anywhere...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|