Search Results for 'profile fields'
-
Search Results
-
Can custom fields be added to the profile page?
I want to use the plugin Advanced Custom Fields to add custom fields on the profile page. I know there is a buddypress specific plugin that adds custom fields but it doesn’t offer the field types I’m after. OR if there is another custom fields plugin that can be used to add custom fields on buddypress profile pages. (I’m looking to add a repeater field, a field that users can add multiples of)I need some sort of function that can mass update a extended profile field I added called ‘My Pin’
I need to mass update for all users to set My Pin field to “Jamie001”
Any ideas?
Topic: register just refreshes page
when filling out register form it just refreshes the page – seems to fail with no error message I can see.
How would I find out what is happening in the browser and on the server to debug?tried with turning off plugins and back to default theme,
also did the list of things to check from here:
(
– check the WordPress settings allows account to be created (Anyone can register checkbox needs to be active) See: wordpress.org/support/article/settings-general-screen/#membership
– check your permalink settings are using one of the pretty permalink options (not plain), see this documentation page wordpress.org/support/article/using-permalinks/#mod_rewrite-pretty-permalinks
– check the activate and register actions are associated with a public WordPress page. You can find some inputs about it from this documentation page : codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pagesNB: the registration and activation pages are only displayed to users who are not logged in,
)site is https://www.chatyolo.com/register/ – it’s kind of NSFW
1. Which version of WordPress are you running?
5.8.3
2. Did you install WordPress as a directory or subdomain install?
main directory
6. Which version of BP are you running?
9.2
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
301 Redirects, All in One SEO, AdRotate, Error Log Monitor, Forminator Pro,
Slide Anything – Responsive Content / HTML Slider and Carousel, Wise Chat Pro, Wordfence Security,
WP Activity Log, Smush Pro, Query Monitor,
9. Are you using a standard WordPress theme or customized theme?
tried both -happens with 2021 theme, zakra, and astra13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
2.6.9 – it’s turned off through and still issue20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.
was on legacy, switched to neavoxTried with firefox and chrome and different computers..
had a few other profile fields – then removed them from the base signup and it still fails –Help greatly appreciated
I was able to change the font size of the Account Details with:
#buddypress #register-page label {
font-size:70%;
}I used this to try and change the font-size of the (Extended) Profile Fields:
#buddypress table.profile-fields td.label {
font-size:120%;
display: table-cell;
}But it didn’t work. Please assist! http://www.smartkidsclubtt.com/register
I’d like to add custom WordPress profile fields that in turn are synchronized with BP Xprofile fields. (I want to register users not using buddypress for registration)
this bpdev post hints that is would be a ‘thing’ – but the explanations are incomplete. https://bpdevel.wordpress.com/2021/03/24/wordpress-xprofile-field-types/
searching solutions for adding WP profile fields look like there is no way they’d be compatible with Xprofile sync
Is this even possible?
Is there an explanation/tutorial somewhere?
Thanks
Topic: PROFILE FIELDS PER USER ROLE
Topic: Chaning Register Page
Hey,
I have one question. I want that if a user is registering on my website, that when he goes to the register page, that he can choose between the member type and then for the member group specific the questionaire appears. I already created different member types and also I changed the profile fields
How can I achieve that. Thank you very much!
Website: dmg-heirat .de
Topic: Getting profile fields data?
I have a profile field called “phone number”. I need a way to set that as a variable so I can send it with a curl call..
Does anybody know the function to get profile field data?
Hi, Thanks in advance.
WP 5.8.1
BP 9.1.1
marioncomga.orgWe are working to add BP to our site. We have successfully added several Profile Fields. Here’s our dilemma, we want to limit the ability to edit those Profile Fields based on Role. Just two Role options, Edit by Member or Edit by Admin Only. Currently “Requirement” and “Visibility” are settings under Profile Fields. How can I add a third setting option called something like “Edit Options”?
Thanks again,
JimTopic: Can’t Edit Extended Profiles
I’ve installed Buddy Press and the X custom fields plug in, but I don’t get the Users > Profile Fields option in the Dashboard. I’m completely befuddled as to why I can’t find it… have I done something mind bogglingly stupid? 🙂
Hello,
Sorry if this is a silly newbie question, I’m making my own site at the moment, and I want to create a profile page where there are seperate fields which can be searched and saved. Each entry would be saved with date and time, a little like a diary or journal. Hopefully, this information can be made available to all other registered members, kept private, or emailed to a third party if required.
It’s a bit like a journal to keep track of things. The sharing option is there if people want to share with their community, or if they need to email or make their notes visible to someone else.
I did install BuddyPress yesterday (9.1.1), but didn’t really have a clue where to start – I may be diving into the deep end with this one! WordPress version is 5.8 and my site is http://www.inspireyourdog.com – it’s a work in progress. 🙂
How would I go about this? Where would I start?
I suspect it may be simpler than I think it is!
Thanks,
Paul.
Hello,
I try to show profile fields on profile page even if it’s empty.
If you have a solution, because it only appears when a value is filled in.
Thanks you for your help 😉
Hi – is there a way to import a CSV to CREATE new xprofile fields? (looking to create, not import data — rather than manually adding xprofile fields in WP admin)
if there isn’t a CSV/plugin approach for this – can anyone refer to a SQL database approach tutorial and do it there?
Thanks