inherit
182185
0
Apr 28, 2013 19:19:40 GMT -8
Thomasss
5,180
August 2012
thomje112
|
Post by Thomasss on Jun 6, 2013 18:55:55 GMT -8
I almost have it working, but it does not redirect you to the persons actuall homepage, it just refreshes the page. Any clue?
{if $[user.website]} <a href="$[user.website_href]">Web Site:</a> {/if}
If i take the _href out, it will have the name of the site, not the actual Web Site i want it called.. any clue??
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jun 7, 2013 7:56:59 GMT -8
Use $[user.website.href] rather than $[user.website_href].
|
|
inherit
182185
0
Apr 28, 2013 19:19:40 GMT -8
Thomasss
5,180
August 2012
thomje112
|
Post by Thomasss on Jun 7, 2013 8:12:39 GMT -8
ah!!! Thanks Tim Camara. First time coding this, heh.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Jun 7, 2013 8:50:48 GMT -8
No sweat
|
|
inherit
195234
0
Dec 18, 2013 14:03:35 GMT -8
simate
54
June 2013
simate
|
Post by simate on Jun 13, 2013 16:30:31 GMT -8
Thanks for this.
I added a bit so it opens a new page.
{if $[user.website]} <a href="$[user.website.href]"target="_blank">Website</a> {/if}
|
|