ability to create/edit/delete custom profile field definitions - read the source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later.
This commit is contained in:
@@ -371,6 +371,17 @@ aside li {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#profile-edit-wrapper .field label {
|
||||
margin-top: 20px;
|
||||
width: 175px;
|
||||
}
|
||||
|
||||
#profile-edit-wrapper .field input[type="text"] {
|
||||
margin-top: 20px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
|
||||
#profile-edit-links {
|
||||
max-width: $converse_width;
|
||||
padding-top: 15px;
|
||||
|
||||
Reference in New Issue
Block a user