inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 4, 2012 20:40:07 GMT -8
2. id like to have the total count of guests, members, and staff online, and for the last 24 hours, in blue
above 1 Staff, 8 Members, 15 Guests
and id like to add the seperate count for online in the last 24 hours, in green
it would look like this
Users Online There Are Currently 24 Users Online(All Caps) 1 Staff + 8 Members + 15 Guests = 24 Users Online 1 Staff, 8 Members, 15 Guests tunescool Users Online In The Past 24 Hours There Were 757 Users Online In The Last 24 Hours(All Caps) 1 Staff + 56 Members + 700 Guests = 757 Users Online(This I Have To Have, I Live For This Stat) 1 Staff, 56 Members, 700 Guests View members online in the last 24 hours(I Want This All Caps)
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 13, 2012 18:06:32 GMT -8
im not a coder
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 13, 2012 20:11:34 GMT -8
i did most of it my self, just moving stuff around and the new row, paul helped with some stuff
<div class="title-bar" style="padding-left:100px;"><h2><i>Forum Information And Statistics</i></h2></div> <div class="content"> <table> <tbody> <tr> <td style="height: 20px;" colspan="2"><span id="infocenter-links"><b> <a href="http://thenotablenook.freemessageboards.com/members?dir=desc&sort=posts">Top Posters</a> <a href="http://thenotablenook.freemessageboards.com/members?dir=asc&sort=name&view=staff">View Staff</a> <a href="#" onclick="scroll(0, 0); return false;">Back To Top</a></b></span> </td> </tr> <tr> <td> <table> <tr> <td class="info"> <table> <tbody> {if $[last_updated_thread]}<tr><td style="padding-left:10px;"><b>Last Updated - $[last_updated_thread.recent_link] By $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date])</b></td></tr>{/if} </tbody> </table> </td> </tr> </table> </td> <td> <table> <tr> <td class="info"> <table> <tbody> <tr><td style="padding-left:10px;"><b>Total Threads - $[total_threads] Total Posts - $[total_posts]</b></td></tr> <tr><td style="padding-left:10px;"><b>Total Members - $[total_members] Newest Member - $[newest_user]</b></td></tr> <tr><td style="padding-left:10px;"><b>Most Users Online - $[most_users_online] <span class="medium">($[most_users_online_date])</span></b></td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> <tr class="last"> <td colspan="2"> <table> <tr> <td class="info last"> <table> <tbody> <tr><th style="padding-left:10px;"><b><u>Users Online</u></b></th></tr> <tr><td style="padding-left:10px;"><b>$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, $[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}</b></td></tr> <tr><td style="padding-left:10px;"> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma] {/foreach} {if $[total_online_not_shown]} , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a> {/if} </td></tr> <tr><td style="padding-left:10px;"><b>$[view_todays_active_members_link]</b></td></tr>
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Dec 13, 2012 20:59:54 GMT -8
Might seem a bit obvious, but does <td style="padding-left:10px; vertical-align: top;"> not work?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 13, 2012 23:12:22 GMT -8
that didnt work
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Dec 14, 2012 19:17:41 GMT -8
Had a proper look, try this; <td style="vertical-align:top;"> <table> <tbody><tr> <td class="info"> <table> <tbody> <tr><td style="padding-left:10px;"><b>Last Updated - <a href="/threads/recent/22020">Mary Kate And Ashley Olsen's Birthday</a> By <a href="/user/247" title="emily" class="user-link user_247">emily</a> (<abbr data-timestamp="1355426823000" class="time" title="Thu Dec 13 2012 19:27:03 GMT+0000 (GMT)">Dec 13, 2012 at 7:27pm</abbr>)</b></td></tr> </tbody> </table> </td> </tr> </tbody></table> </td>Change in bold. I know that it's not what will be in your template, but I had to pull it from the source.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 14, 2012 21:10:20 GMT -8
paul that has nothing to do with anything
2. id like to have the total count of guests, members, and staff online, and for the last 24 hours, in blue
above 1 Staff, 8 Members, 15 Guests
and id like to add the seperate count for online in the last 24 hours, in green
it would look like this
Users Online There Are Currently 24 Users Online(All Caps) 1 Staff + 8 Members + 15 Guests = 24 Users Online 1 Staff, 8 Members, 15 Guests tunescool Users Online In The Past 24 Hours There Were 757 Users Online In The Last 24 Hours(All Caps) 1 Staff + 56 Members + 700 Guests = 757 Users Online(This I Have To Have, I Live For This Stat) 1 Staff, 56 Members, 700 Guests View members online in the last 24 hours(I Want This All Caps)
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Dec 14, 2012 21:24:26 GMT -8
Solves problem #1 though. ;]
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Dec 16, 2012 12:23:26 GMT -8
Solves problem #1 though. ;] paul im sorry, some days im drunk and im just not reading things rite or focused on other things what you gave me did work thanks
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Jan 30, 2013 10:44:33 GMT -8
bump
|
|
inherit
165142
0
Apr 28, 2024 3:44:58 GMT -8
channonite
Still Learning
200
March 2011
channonite
|
Post by channonite on Jan 30, 2013 14:31:25 GMT -8
This is just so basic, I really can't believe it isn't in the V5 code. It was in the V4, so why isn't it now? It just seems to me that the users are being left to re-invent the wheel.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Feb 1, 2013 19:06:23 GMT -8
bump
|
|
inherit
189398
0
Jun 13, 2013 2:34:37 GMT -8
volkswagenaholic
33
February 2013
volkswagenaholic
|
Post by volkswagenaholic on Feb 2, 2013 6:29:10 GMT -8
I want this same thing but I just need the text to be black
|
|
inherit
175138
0
Jul 15, 2014 5:51:27 GMT -8
scratchmod
122
December 2011
scratchmod
|
Post by scratchmod on Feb 2, 2013 15:57:26 GMT -8
I would like to have this as well. It's a good way to see how the traffic is on the forum, and sponsors look at this too. A plug in or code to copy/paste into the header/footer would be great. I am not a coder so I wouldn't know where to start to write a code for this.
|
|
inherit
175138
0
Jul 15, 2014 5:51:27 GMT -8
scratchmod
122
December 2011
scratchmod
|
Post by scratchmod on Feb 4, 2013 11:13:00 GMT -8
Bump....this is something I need to have on my forum.
|
|