Thanks for the reply redwine. I am experimenting right now, just trying to change MSN's value to a drop down. I looked at the other thread and it will be helpful when I do decide to add this instead of trying to modify prebuilt field with a drop down. This is what I have:
Code:
<label for="name" accesskey="1">{#PLIGG_Visual_User_Profile_MSN#}: </label>
<select name="msn" id="msn">
<option value="0" ></option>
<option value="Alworth" >Alworth</option>
<option value="AlworthHome" >AlworthHome</option>
</select>
<input type="hidden" name="msn" value="{$user_msn}" />
It shows the drop down box in the profile field, just no savey. I am guessing somehow the values are wrong.
Once I get the drop down working, I'll be able to release a nice little hack for your profiles to the community. I already have youtube working in profiles. This will be different.