View Single Post
  #3 (permalink)  
Old 07-14-2008, 11:29 AM
glorify's Avatar
glorify glorify is offline
New Pligger
 
Join Date: Jul 2008
Location: Hebron, IN
Posts: 20
Thanks: 1
Thanked 10 Times in 1 Post
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.

Last edited by glorify; 07-14-2008 at 11:36 AM..
Reply With Quote