Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:26:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 7:42:43 GMT -8
The legend is pointless to any guests viewing my forum, which is why I'd like to hide it from guests please.
|
|
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 Feb 15, 2013 7:49:49 GMT -8
Is that the Legend on the main page, the Board view, or both? =]
ed;
Either way, here's how. =P
Home Template, lines 11-24, add the bold.
{if $[current_user.is_member]}{if $[legend]} <div class="container legend"> <div class="title-bar"><h2>Legend</h2></div> <div class="content"> <table> <tr> {foreach $[legend]} <td>$[legend.icon] <span>$[legend.name]</span></td> {/foreach} </tr> </table> </div> </div> {/if}{/if}
Board Template, lines 46-61, bold again; {if $[current_user.is_member]}{if $[thread_count] > 0} {if $[legend]} <div class="container legend"> <div class="title-bar"><h2>Legend</h2></div> <div class="content"> <table> <tr> {foreach $[legend]} <td>$[legend.icon] <span>$[legend.name]</span></td> {/foreach} </tr> </table> </div> </div> {/if} {/if}{/if}
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:26:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 7:52:15 GMT -8
|
|
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 Feb 15, 2013 7:53:50 GMT -8
Oops, edited too late. Look up. =P
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:26:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 16, 2013 1:09:12 GMT -8
Thanks once again pawl.
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:26:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 16, 2013 1:47:26 GMT -8
It's not worked pawl.
|
|
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 Feb 16, 2013 3:26:24 GMT -8
That'd be my fault, missed a ] in both of them. Something of a habit, at the minute. >_< Sorry, give em another go, edited my post. =]
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:26:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 16, 2013 4:10:22 GMT -8
Ahhhh that's better - thanks pawl.
|
|