inherit
55243
0
Jul 29, 2013 13:27:03 GMT -8
SiriuslyLupin
56
August 2005
siriuslylupin
|
Post by SiriuslyLupin on Jun 3, 2013 19:46:18 GMT -8
siriuslylupin.proboards.com/I'd like to add a second column to the Legend table, just like the info center. All the empty space to the right of the Legend is really bothering me, so I'd like to add something else in there. Ideally, I'd like to add this user legend, just to the legend table instead of the info center. I tried editing the code myself, but I'm not having any luck. Is this possible? Any help would be appreciated
|
|
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 Jun 4, 2013 6:48:58 GMT -8
Hi SiriuslyLupin, could you give this a go in your Home template for me? =] {if $[legend]} <div class="container legend"> <div class="title-bar"><h2>Legend</h2></div> <div class="content"> <table> <tr> {foreach $[legend]} <td style="width: 20%;">$[legend.icon] <span>$[legend.name]</span></td> {/foreach} <td style="width: 10%;"></td> <td style="width: 50%;"> <table> <tr><th>User Legend</th></tr> <tr><td><strong><font color="red">Administrators</font> - <font color="orange">Global Moderators</font> - <font color="purple">Moderators</font> - <font color="black">Members</font></strong></td></tr> </table> </td> </tr> </table> </div> </div> {/if}
|
|
inherit
55243
0
Jul 29, 2013 13:27:03 GMT -8
SiriuslyLupin
56
August 2005
siriuslylupin
|
Post by SiriuslyLupin on Jun 5, 2013 15:45:54 GMT -8
pawl, Thank you so much! It's exactly what I wanted
|
|
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 Jun 5, 2013 17:19:57 GMT -8
No worries. =]
|
|