amphios
amphios
Quick question, how would I go about showing information when a user isn't logged in, then goes away when he is. It's not.
<div class="green">
User Panel:
<div class="notice">
{if $User.NotSignedIn}
Test
{/if}
<ul>
{if $User.SignedIn}
<div class="ProfileBox">
<span class="Photo">
{photo_link}
</span>
{profile_link}
{inbox_link}
{signinout_link}
</div>
{/if}
</ul>
</div>
</div>
Reactions
-
Re: Not using my background?
Adding the 'px' didn't do anything and neither did the repeat. :( My browser also doesn't say anything towards it. It's like its not there. (View Post)1 -
Re: Images moving per page?
I've reset it. padding-top: 45px; margin-left: 151px; Is that it is now. (View Post)1 -
Re: Styling Issue
It's fine, thanks for the help so far and of course I'll click like. I just forgot there was a function. Cheers! (View Post)1 -
Re: Styling Issue
Thanks for that, I was just going to use but that's easier. Ah no problem. Time to google the crap out of it. (View Post)1 -
Re: My first custom theme for Vanilla Forums, Please comment.
It looks good, simple but OK. If you didn't know there's styling errors when you click a category. (View Post)1