I want to use a drop down for values instead of a text box for input of a user profile field. Anybody know how?
I can get a drop down box, but it won't save the value.
![]() |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| |
| ||||
| Profile extra fields Quote:
Check this thread, it has all what you need to do so. http://forums.pligg.com/pligg-module...need-help.html |
| ||||
|
Any other ideas on this? I will be able to put together a mood hack for profiles as long as I can get the drop downs to save.
|
| ||||
| Quote:
|
| |||
|
Yep and with little modification you can let users add widgets like Facebook widget to their profile. Or feed adress that shows 5 latest entries from their blog etc. Just use one of the fields like AIM to hold the widgets id and embed the other part of the widget's code to the user_center.tpl. |
| ||||
| Quote:
|
| ||||
| Option select values Quote:
If this is the case, in order for the option select to have the appropriate value selected based on the $user_msn value, this is how the code must be (The for="name" was wrong): Code:
<label for="msn" accesskey="1">{#PLIGG_Visual_User_Profile_MSN#}: </label>
<select name="msn" id="msn">
<option value="0" ></option>
<option value="Alworth"{if $user_msn eq "Alworth"} selected="selected"{/if}>Alworth</option>
<option value="Alworth"{if $user_msn eq "AlworthHome"} selected="selected"{/if}>AlworthHome</option>
</select>
|
![]() |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fixes to Profile Extra Fields Module v0.2 and Extended Profile Module v0.1 | redwine | Modification Tutorials | 3 | 10-18-2008 10:28 AM |
| Custom Profile Fields | RyanH | General Help | 4 | 07-28-2007 05:09 PM |
| How to link Extra fields in Profile to pull information from user table in database | pliggnewbie | Modification Tutorials | 0 | 04-12-2007 01:59 AM |
| Custom user profile fields | revolver | Suggestions | 2 | 12-05-2006 09:52 PM |
| How can I add new fields to user profile | gragland | General Help | 0 | 07-18-2006 12:03 AM |





Linear Mode

