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: [Solved] Modding The In This Discussion To Show User Image / Photo Instead Of Name
I'd assume you go into the code of the plugin in /plugins/InThisdiscussion/whatever and find where its displaying the 'username' and change it to the 'picture'. I'm new to this, so that may be wrong. (View Post)1 -
Re: My first custom theme for Vanilla Forums, Please comment.
No, if you click on 'General' itself. (View Post)1 -
[FREE] My theme I just styled, released to you guy's
Hey guys, I'm going to release this free, I've had a few inbox's asking for it. As a lot of you have helped me with a few issues. I feel in the mood to let anyone use this. I was going to sell it but… (View Post)3