inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Mar 14, 2013 7:25:30 GMT -8
|
|
kman
New Member
Posts: 173
inherit
183132
0
Feb 8, 2014 9:12:13 GMT -8
kman
173
September 2012
kman32
|
Post by kman on Mar 17, 2013 8:29:50 GMT -8
Just bumping this because I'd like to see something like this for V5 as well.
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Mar 23, 2013 5:25:49 GMT -8
anybody help?
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Mar 24, 2013 5:51:21 GMT -8
would like to see this too.. maybe a plugin job tho not a template mod
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Mar 24, 2013 6:36:36 GMT -8
10 days and no Proboards response?
Not really a reflection of the wonderful support I've received with everything else here.
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 3, 2013 20:45:05 GMT -8
There is a limited amount of coders available, around 6 i think i read in a previous post. i have an alternative to make your forum "seem" more busy than it actually is to guest's with a template code like so: But When i register/login the truth reveals its self! Themes > Layout Templates > Home Find Users Online<tr><th>Users Online</th></tr> <tr><td> <script type="text/javascript"> var tmp=($[total_staff_online] + $[total_members_online] + $[total_guests_online]); document.write (tmp + " User" + (tmp!=1 ? "s Are" : "") + "" );</script> Online Now</td></tr> {if $[current_user.is_member]} <tr><td>$[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}.</td></tr> {/if}
{if $[current_user.is_member]} <tr><td>{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>{/if}
Blue = add this code to hide the this line from guests Red = add this code to display total users online now. (like in the Screen Shots)Green = End tags you should use as a guide.....
And then Find Users Online in the Last 24 Hours
<tr><th>Users Online in the Last 24 Hours</th></tr> <tr><td>There Was <script type="text/javascript"> var tmp=($[total_staff_online_24] + $[total_members_online_24] + $[total_guests_online_24]); document.write (tmp + " User" + (tmp!=1 ? "s" : "") + "" );</script> Online Today</td></tr>
{if $[current_user.is_member]} <tr><td>$[total_staff_online_24] Staff, $[total_members_online_24] Member{if $[total_members_online_24] != 1}s{/if}, $[total_guests_online_24] Guest{if $[total_guests_online_24] != 1}s{/if}. </td></tr>{/if}
{if $[current_user.is_member]} <tr><td>{foreach $[online_user_24]}$[online_user_24]{if $[online_user_24.invisible]} <span class="small">(invisible)</span>{/if}$[online_user_24.comma] {/foreach}{if $[total_online_not_shown_24]}, and <a class="$[view_active_members_link_24.class]"href="$[view_todays_active_members_link.href]">$[total_online_not_shown_24] more...</a>{/if} </td></tr>{/if}
Blue = add this code to hide the this line from guests Red = add this code to display total users online in 24 hours. (like in the Screen Shots) Green = End tags you should use as a guide.....
|
|
inherit
187402
0
Mar 23, 2016 19:15:19 GMT -8
Barkley
1,591
December 2012
avinalaff
|
Post by Barkley on Apr 4, 2013 14:39:49 GMT -8
Cheers Tugs. Appreciate the response. Will take a look. I've had a few evenings where I've had a large number of online guests recently. First 35, then 60+. Could be legit readers, but I figured many where bots, but do they hunt in packs like that?
|
|
inherit
191470
0
Jan 16, 2018 6:04:59 GMT -8
- TuGs
180
March 2013
tugz
|
Post by - TuGs on Apr 4, 2013 19:03:48 GMT -8
Yea they do is more than likely google indexing your forum
|
|