inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 22, 2013 23:30:38 GMT -8
i have a custom profile field for members to choose their own miniprofile background
this goes in the miniprofile template
<div class="$[miniprofile_class]" {foreach $[user.custom_field]} {if $[user.custom_field.name] == "Mini Profile Background Image (Enter URL)"}style="background-image: url('$[user.custom_field.value]');"{/if}{/foreach}>
you have to choose for it to show up in both the profile and mp, profile, or mp. i have it set to show up just in the profile now but dont want it to show up in either. its just a url and doesnt belong there and noone needs to look at it anyway
what do i need to get it to not show up in the profile
this is my custom field html in my profile summary template
{foreach $[user.custom_field]}$[user.custom_field.name]<span style="padding-left:136px;">$[user.custom_field.value]<br/>{/foreach}</span>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 23, 2013 10:03:12 GMT -8
This should work.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 23, 2013 10:34:52 GMT -8
thanks brian
|
|