Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Add link to custom profile fields?
#1
Not Solved
I am adding a custom profile field to the signature area of my template like so:

<img src="images/steam.png"> {$post['fid4']}

I would like the profile field to be a link like so:

http://steamcommunity.com/profile_field4


How would I add the {$post['fid4'[} into a <a href> tag?


Link to site if needed : http://zeroammo.com
#2
Not Solved
you can use regular html link code in the postbit templates like below
<img src="images/steam.png"> <a href="http://steamcommunity.com/{$post['fid4']}"}>{$post['fid4']}</a>
#3
Not Solved
Thanks a bunch...worked great!
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)