| DemptD |
|
|---|---|
|
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 |
|
|---|---|
|
<a href="{USER_DETAILS_EXTRA1}">Gallery</a>
? Could be a different tag ofcourse. |
| DemptD |
|
|---|---|
# Koradhil : <a href="{USER_DETAILS_EXTRA1}">Gallery</a> Haha, that easy yes! Now i feel stupid, hehe Thanks ![]() |