Closed (fixed)
Project:
Content Profile
Version:
6.x-1.0-beta2
Component:
Base module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 23:56 UTC
Updated:
12 Mar 2010 at 03:49 UTC
Hello,
Is it possible to have profile fields turn into links? This is what I'm trying to do:
For the field called "website," I would like the entered URL to automatically turn into a link, just like how it works when you enter a full URL into the "body."
I also have fields to input email addresses, which I would like to turn into mailto links.
Is that possible? Thanks
Comments
Comment #1
blackdog commentedUse the Link and Email fields.
Comment #3
Swebmas commentedUsing the Email module doesn't provide a "mailto" field into the user profile. How can we do this?
Comment #4
Swebmas commentedHere is a solution. We can rewrite the output of this field in Views with the replacement patterns like this:
<a href="mailto:[value]">[value]</a>