Quote:
Originally Posted by gothicuser
Ignore the CSS file, it's the CSS TEMPLATE you need to edit.
You're welcome.
|
I have a question, is it not possible to do a vb/if tag to see which conditions are met then render the CSS, or would the template still be rendered?
Edit: My idea for the vb/if decision tags worked like a charm.
Just wrapped this around the logout template:
Code:
<vb:if condition="$bbuserinfo[userid] != 0"></vb:if>
Works like a charm!