Thanks Dave!
This is awesome!!! Thank you... I was nowhere close in ubbt.inc.php
I did make a change to the ubbt_registerd.tmpl to make the Who's online box appear, attached, below the text menu...
in the same place that the language flags appear. But I only display language flags for UNregisterd users...
registerd users will have the who's online in that space.
I pasted this:
<table width="100%" align="center" class="tableborders" cellpadding="{$theme['cellpadding']}" cellspacing="{$theme['cellspacing']}">
<tr>
<td class="lighttable" align="center">
$whosOnline
</td>
</tr>
</table>
</td>
</tr>
</table> Just after this:
{$template['members_link']}
</td>
</tr> in my ubbt_registerd.tmpl file
This looks cool. Now since I was on such a streak, I decided to add the words "who's Online:" before the text so that I could remove the "who's online" link from the menu....
I replaced the very last line of Dave's code in ubbt.inc.php to this:
$whosOnline = "<a href = "{$config['phpurl']}/online.php?Cat=$Cat" $target>Who's Online:</a> $InvMembsOnline$VisMembsOnline$AnonsOnline have been online with in the last 10 minutes.";
Then removed the "Who's Online" link from the normal menu in ubbt_registerd.tmpl
Just delete this:
|
<a href = "$phpurl/online.php?Cat=$Cat" $target>{$ubbt_lang['WHO_ON']}</a>
Thanks for your help on this. I'm sure this looks very simple to y'all. But I was pretty proud.
Josh