inherit
264695
0
Apr 26, 2024 13:08:00 GMT -8
its me
23
July 2021
veri
|
Post by its me on Apr 25, 2023 13:12:02 GMT -8
I want my members to be able to put an image into their user profile. And when you click the image you will get into the url they have chosen. I have custom fields named "Image" and "Link" that they can fill into whatever they want. I want it to look like this: I have this code in my layout templates and I can get the custom field image to show up in the profiles. But I don't know how to get the link to work or if it is even possible. Appreciate all the help! {foreach $[user.mini_custom_field]}{if $[user.mini_custom_field.name] == "Image"} <img class="userimage" src="$[user.mini_custom_field.value]" alt=" " /> {/if}{/foreach}
|
|