Favorites [Deleted]

Add:
Code:
<div class="favtext">Favorites</div>

Before
Code:
<img class= "favchar2" src="/favchar/{$user.customFields.favchar}.png" />
 
Working nicely.

I'm a bit confused about giving only donors, mods and admins access to view this on the preference. I want everyone to see the helmets but only these the ability to see the preference to add them.
 
That link I gave does that.

Everyone sees the choices, only your donors can make then in preferences.
 
It is working great.

Code:
.favchar2 {
    float: left;
    margin-bottom: -6px;
    margin-right: -8px;
    margin-top: -88px;
    opacity: 0.8;
}

Where I should move Message Count/Likes under profile to down a bit in the styles properties- message element in what areas? :cautious:
 
Maybe you entered it wrong.

Matthew6D shows this --->
Matthew6D.png


Matthew5D shows this --->
Matthew5D.png
 
No, I entered Matthew5D, just checked.

Is value wrong?
Code:
<img class= "favchar2" src="http://signaturecraft.us/avatars/5/body/{$user.customFields.minecraftavatar}.png" />
 
Well I already have a custom user field where you can enter your Minecraft username and have it display in the postbit. Is it possible to have a checkbox under it to have your minecraft avatar display in the post bit?
 
Trying to do this on the soft responsive theme from Arty and I can't seem to get it to show up.

@Sheldon you know what I need to do differently?
 
Last edited:
Top Bottom