Forum Replies Created
-
AuthorPosts
-
August 18, 2014 at 4:20 am in reply to: Private Non-edit Display of User Profile for only the User #6195STEVEMember
Worked prefect! Thank you!!!
August 15, 2014 at 6:40 am in reply to: Private Non-edit Display of User Profile for only the User #6179STEVEMemberPlaceholder for user’s role, “%role%”, works. Thank you. Is there anyway to get it to capitalize the first letter of the role? Just for a more polished presentation?
Placeholder for user’s role, “%avatar%”, works. Thank you.
Placeholder for Custom Field’s, %your_custom_user_meta_key%, doesn’t work if the custom Field Type is “File Upload” and the file uploaded is an image. Instead it only shows the image’s path. For example, /uploads/files/Logo_494x164.png
Anyway to fix this?
Thanks.
August 14, 2014 at 9:08 pm in reply to: Private Non-edit Display of User Profile for only the User #6178STEVEMemberWhat about the field name alignment problem I mentioned? The Left alignment is not working.
August 14, 2014 at 7:28 am in reply to: Private Non-edit Display of User Profile for only the User #6168STEVEMemberAlso how can I do this with the Avatar or other image fields? I tried using this
<img src="/%user_avatar%" />
in the default value of the HTML field, but it didn’t work.August 13, 2014 at 11:00 am in reply to: Private Non-edit Display of User Profile for only the User #6160STEVEMemberThanks. This works. But the Field name is not Left aligned as I selected. It only shows as a Top position. How can I correct this?
Also do you know what is the place holder to show a user’s role?
Finally, is there a list of place holders?
Thanks.
STEVEMember@sourov amin
Thanks for the Regex
@justinliebregts
Thanks for the details on creating the field.And for any other’s who may find this useful, don’t forget to make sure your custom Username field is “Required” and “Unique”.
🙂
STEVEMemberCan I have some help with this? This is an important field on my registration forms.
Thanks.
August 11, 2014 at 12:30 pm in reply to: Private Non-edit Display of User Profile for only the User #6151STEVEMemberA little help please. 🙂
STEVEMemberI want to do this as well. But how do you define the custom field to be “the” Username field that will actually replace and work in place of the default WordPress Username field? Is it as simple as giving the custom field a field title of “Username”, adding it to the registration form and removing the default WordPress username field from the form?
Thanks.
August 7, 2014 at 6:52 pm in reply to: Admin on Backend Profile can't leave required fields blank. Why? #6141STEVEMemberI did. It didn’t work.
August 7, 2014 at 7:55 am in reply to: Admin on Backend Profile can't leave required fields blank. Why? #6139STEVEMemberOK I just tried what you suggested but this did not work. I made the meta_key identical to the other field and made the new (duplicate) field NOT required. Does the field name also have to be identical?
Thanks.
August 7, 2014 at 7:14 am in reply to: Private Non-edit Display of User Profile for only the User #6138STEVEMemberHow exactly do I “use HTML field to show user’s data”?
Thanks.
STEVEMemberWordPress 3.9.1 and User Meta Pro 1.1.6.
August 3, 2014 at 1:36 pm in reply to: How to add a table into backend profile and display the table for Subscriber ? #6095STEVEMemberHello,
I want to display the user’s Role on their profile page but I want it to be seen as un-editable text. I am using the following shortcode
[user-meta-field id=9] [user-meta-field-value id=9]
but when the Role is displayed it shows as a dropdown menu.
This is because in the Fields Editor when you create the “Role” field the “Role Selection Type” options are limited to:- Dropdown
- Select One (radio)
- Hidden
My “Role” field is set to “Dropdown” and this is why the shortcode displays it in a Dropdown menu. If I switch the “Role Selection Type” to “Select One (radio)” then the shortcode displays all the available Roles as Radio buttons. And finally if I switch the “Role Selection Type” to “Hidden” then the shortcode doesn’t show anything because the Role is hidden.
I need a fourth option. I just want the name of the Role to be displayed as text that the user can’t interact with (no dropdown, no radio button).
Is this possible? How can I do this?
Thanks.
-
AuthorPosts