ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,664
- Points
- 823
Reputation:
I made two Custom User Fields
User Field "Alpha" = Text (Name input)
User Field "Bravo" = URL
In User Field Alpha, I added some "Value display HTML" like this
<a href="{$visitor.customFields.Bravo}">{$value}</a>
But when I look at the message/post (under user info), the text displays but the link doesn't work because it is not pulling the information/data from "Bravo". If that makes any sense
Continue reading...
User Field "Alpha" = Text (Name input)
User Field "Bravo" = URL
In User Field Alpha, I added some "Value display HTML" like this
<a href="{$visitor.customFields.Bravo}">{$value}</a>
But when I look at the message/post (under user info), the text displays but the link doesn't work because it is not pulling the information/data from "Bravo". If that makes any sense
Continue reading...