Forums / Cotonti / Support / Make URL in Extra fields

DemptD
#1 2009-03-03 08:04
Is it possible to make it so that when a user enters a URL in one of the Extra fields in user profiles it becomes "clickable" in users.details.tpl?

For example i have made a extra field called "Gallery" and when a user puts their gallery url in at users.profile.tpl it becomes "clickable" when its viewed in users.details.tpl.
GHengeveld
#2 2009-03-03 08:15
<a href="{USER_DETAILS_EXTRA1}">Gallery</a>

?
Could be a different tag ofcourse.
DemptD
#3 2009-03-03 08:20
# Koradhil : <a href="{USER_DETAILS_EXTRA1}">Gallery</a>

?
Could be a different tag ofcourse.

Haha, that easy yes!

Now i feel stupid, hehe

Thanks :-P