Log in

View Full Version : automatic link from profile field


dsotmoon
10-10-2005, 02:27 AM
is there a way if i create a profile field for a web address that it could be made to show up in post bit as a link with predefined text

ie:

profile field: http://whateverwebadress.com/whatever/123.html

=

Link to url

in post bit?

Lea Verou
10-10-2005, 02:41 AM
is there a way if i create a profile field for a web address that it could be made to show up in post bit as a link with predefined text

ie:

profile field: http://whateverwebadress.com/whatever/123.html

=

Link to url

in post bit?

Of course, that's an easy oneif I understood you well.
Explain better what you want to do so I can tell you how to do that. :)
(if I can of course)

dsotmoon
10-10-2005, 01:37 PM
i want to create a custom profile field, lets call it "Car Page" , where a member enters an external link to their car page, example:

Custom profile field in vB
Car Page: http://whateverwebadress.com/whatever/123.html

so when the members save their profile the link to their "Car Page" will show up in the postbit under their avatar as a Link that Says "My Car Page", instead of showing the whole web address

dsotmoon
10-12-2005, 05:26 PM
anyone?

Andreas
10-12-2005, 05:29 PM
<a href="$post[fieldx]">My Car Page</a>

dsotmoon
10-12-2005, 08:51 PM
like this ?

<if condition="$post['field1']"><div><a href="$post[field1]">My Car Page</a></div></if>

MajorFm.com
10-15-2005, 11:17 AM
I need this aswell, how exactly do you do it?