I'm trying too make it so my users can have custom profile background if they're in a certain group. This is the code I have so far:
{{if $member->inGroup(48) or $member->inGroup(49)}}
<style>
body {
background: url()no-repeat left center fixed;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;
background-size: cover;
background-color:#22252A;}</style>
{{endif}}
How Would I call the Custom Field (called VIPBackground) to go in the url() part
Question
TomDoesDownloads
Hi
I'm trying too make it so my users can have custom profile background if they're in a certain group. This is the code I have so far:
How Would I call the Custom Field (called VIPBackground) to go in the url() part
Thanks
Link to comment
Share on other sites
3 answers to this question
Recommended Posts