View Single Post
  #5 (permalink)  
Old 07-21-2008, 09:40 PM
catchpen's Avatar
catchpen catchpen is offline
Pligg Donor
 
Join Date: Jan 2008
Posts: 211
Thanks: 29
Thanked 18 Times in 13 Posts
Quote:
Originally Posted by glorify View 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.
I just started looking into the same. If members have the ability to place a xmlns link (xml playlist) via extra fields, you can embed some type of flash player on the profile page to play or view what what ever is in the xml file, a quick way to personalize and spruce up the user profile page.
Reply With Quote