Quote:
Originally Posted by Digital Jedi
Er, come to think of it, as long as I'm on the subject, there is something else related to this I'm not sure how to do. Is their a conditional I can add to this code to hide the empty box when their are no scores to display? My skin uses "div class=info" for the posbit elements, so when we're just told to add a line of code, with no conditional information, we end up with lot of flat empty boxes for folks with no information to display.
|
Well, my question was answered in the other thread, but in case anyone was wondering about the second part, I simply added
<if condition="$crowns"></if> around the
<div class="info">$post[crowns]$post[champtext]</div> tags, and that concealed the boxes for users with no game data. Maybe someone will find that useful.