radarhunter
07-05-2007, 10:00 PM
Pics attached see them won`t explain as i suck when it comes to explain
and if still you don`t understand then i`ll answer ur specific answers....
SO here is wat you need to do
First go to user profile fields.....
select : Single-Line Text Box
Title: Orkut Handle
Description : Anything u like
Profile Field Category
Max length of allowed user input : 100
Field Length : 25
Field Required : No, but display at registration
Field Editable by User : Yes
Private Field : NO
Field Searchable on Members List : Yes
Show on Members List : Yes
Which page displays this option? : Edit Profile
NOW PRESS SAVE AND REMEMBER YOUR "FIELD ID"
Now open your postbit legacy template :
find this
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
after this add
<if condition="$post['fieldX']"><div><a href="$post[fieldX]" target="_blank"><img src="http://forum.vbulletinsetup.com/images/misc/im_ok.gif" border="0" alt="View my Orkut Profile"></a></div></if>
Instead of X write your profile field id
im_ok.gif image shall be provided to ya all in the attachment itself.
and if still you don`t understand then i`ll answer ur specific answers....
SO here is wat you need to do
First go to user profile fields.....
select : Single-Line Text Box
Title: Orkut Handle
Description : Anything u like
Profile Field Category
Max length of allowed user input : 100
Field Length : 25
Field Required : No, but display at registration
Field Editable by User : Yes
Private Field : NO
Field Searchable on Members List : Yes
Show on Members List : Yes
Which page displays this option? : Edit Profile
NOW PRESS SAVE AND REMEMBER YOUR "FIELD ID"
Now open your postbit legacy template :
find this
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
after this add
<if condition="$post['fieldX']"><div><a href="$post[fieldX]" target="_blank"><img src="http://forum.vbulletinsetup.com/images/misc/im_ok.gif" border="0" alt="View my Orkut Profile"></a></div></if>
Instead of X write your profile field id
im_ok.gif image shall be provided to ya all in the attachment itself.