![]() |
extra field
I would like to create a an extra field where users can submit their myspace url and in the postbit_legacy it would show their Profile's name on myspace with an hyperlink (_blank) to their profile.
Thanks. |
AdminCP -> Add new user profile field -> Set the options you want -> Then user profile field manager -> Remember the number associated with that field
ed, biography is field1 Then go to styles and templates -> style manager -> edit the postbit_legacy template and add this where you want it to appear HTML Code:
<a href="$post[fieldX]" target="_blank">$post[username]'s Myspace Page</a> |
I used this code
HTML Code:
<if condition="$post[field47]"><div align="left" class="user_info">Earthopia: <b><a href="http://www.earthopia.com/$post[field47]" target="_blank">$post[field47]</a></b> |
HTML Code:
<if condition="$post[47]"><div align="left" class="user_info">Earthopia: <b><a href="http://www.earthopia.com/$post[47]" target="_blank">$post[field47]</a></b> |
<a href="http://www.Earthopia.com" target="_blank">www.Earthopia.com</a> is a new social network, it'll be launched next month.
|
Quote:
|
Quote:
|
The correct variable for use in templates is
Code:
$post[fieldx] Code:
$post[fieldx] |
All times are GMT. The time now is 07:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|