inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 23, 2012 8:03:57 GMT -8
I'll be honest, I am a very private person especially when it comes to the internet, and I respect everyones privacy. I've never been a real fan of the "users viewing this board" feature as (in my own personal opinion) it's no ones business where I am . So if anyone else feels this way this is how to remove it. Admin - Structure - Layout Templates - Board Remove this (lines 108 - 134) {if $[show_users_viewing]} <tr class="last"> <td colspan="2"> <table> <tr> <td class="icon">$[image.online]</td> <td class="info last"> <table> <tbody> <tr><th>Users Viewing</th></tr> <tr><td>$[total_board_staff] Staff, $[total_board_members] Member{if $[total_board_members] != 1}s{/if}, $[total_board_guests] Guest{if $[total_board_guests] != 1}s{/if}.</td></tr> <tr><td> {foreach $[board_user]} $[board_user]{if $[board_user.invisible]} <span class="small">(invisible)</span>{/if}$[board_user.comma] {/foreach} {if $[total_online_not_shown] > 0} , and <a href="$[view_active_members_link.href]" class="$[view_active_members_link.class]">$[total_online_not_shown] more...</a> {/if} </td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {/if}
|
|
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 Nov 23, 2012 10:35:35 GMT -8
Works perfectly mate, will add it to the index when I'm back later on. =]
Although I always recommend commenting the code out (adding <!-- before and --> after), so that while it doesn't display anywhere, the code is still there if people decide they want it back. Just means they don't have to recode it, or go hunting for variables again. =P
|
|
inherit
180580
0
Oct 13, 2024 16:46:13 GMT -8
My Display Name
335
June 2012
jsher1994
|
Post by My Display Name on Nov 23, 2012 16:29:12 GMT -8
Thank you . And actually that is a really good idea, I hadn't thought of it.
|
|
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 Nov 23, 2012 17:49:43 GMT -8
|
|
inherit
200558
0
Apr 27, 2014 19:06:23 GMT -8
pieofthetiger
92
September 2013
pieofthetiger
|
Post by pieofthetiger on Oct 7, 2013 17:20:33 GMT -8
My Display Name This is not working for me? EDIT: Ahh I see I had to comment out a few other things <!--{if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}<br />--> From board list and: <!--{if !$[show_users_viewing]} class="last"{/if}>--> From Board template at around number 87. Well, at least, this is what I had to do to make it work for me.
|
|