Search Results for 'profile fields'
-
AuthorSearch Results
-
March 7, 2013 at 7:45 pm #155759
In reply to: What makes a WP user a BP member
tdepole
ParticipantOk so my login form isn’t working properly then, I’m using
`wp_login_form( $args );`
to log in users, I realized that the xprofile_data is for the profile fields.
What should I do to properly login a user. or where in the database is that saved?
March 1, 2013 at 10:26 pm #154820In reply to: Required Profile fields don't work
SupernaturalBrews
ParticipantThanks @bphelp. Would have been nice to have it on the back end but that will work for now.
I did notice that members that logged in prior to the installation of BP Force Plugin don’t have fields for First Name, Last name, and date of birth which is odd. Those fields were on the registration form and were “required” through bp. It appears that BP Force is the only way to make them be actually “required”.
I now have to get the fields back on the users that don’t have them. I have so many questions and issues with buddypress… I’ll keep plugging away…
March 1, 2013 at 10:01 pm #154819In reply to: Required Profile fields don't work
bp-help
Participant@supernaturalbrews user profile extended fields doesn’t show up in the dashboard. you can however click on a member in the front end then as an admin you will see the toolbar change up near the left where it says edit member. click edit member/edit profile and then you can see what info they entered in the extended profile fields.
March 1, 2013 at 9:18 pm #154818In reply to: Required Profile fields don't work
SupernaturalBrews
Participant@hnla I just installed BP Force Profile but I don’t think that was the problem.
The problem is the back end in wordpress. When a profile field is filled out it is not showing up on the back end under the users tab in wordpress.
I get the username but that is all. Can I view a registered users info somewhere?
Say I register and filled out the First name and Last name field. When I go look at users in wordpress those fields are not filled in? I just want to make sure people put in there full names. Otherwise its hard to tell if its a real person or just another spam bot.
thanks.
March 1, 2013 at 9:04 pm #154817In reply to: Required Profile fields don't work
Hugo Ashmore
ParticipantThat is not the experience I’m finding, required fields left empty are returning an error, so please check all your mods and alternative methods of signing in/registering
February 27, 2013 at 9:01 pm #154644In reply to: Add country list in extended profile
evo252
ParticipantChouf1,
Merci pour ta réponse ! Je suis désolé, je continue en Français mais ça sera plus simple pour moi de comprendre et d’expliquer ma problématique… En fait, tu me conseilles d’installer BP User Profile Map (ce que j’ai fait, je passais avant par une solution codée à la main qui nécessitait une clé pour l’API de GG Maps donc je vais abandonner ça) et de laisser les utilisateurs rentrer eux-même leur pays manuellement lors de l’inscription ou de l’édition de leur profil ?
Cette solution m’a effectivement l’air séduisante mais pour les villes surtout, qui sont effectivement impossibles à toutes recenser. Penses-tu qu’il soit possible de dire au plugin de prendre en compte deux profile fields au lieu d’un (Ville + Pays) ? De manière à ce qu’il localise encore mieux, et pour éviter les erreurs (il existe des villes qui ont le même nom dans des pays différents).
Pour l’intégration d’une liste de pays dans BuddyPress, j’ai suivi le process décrit ici :
https://buddypress.org/support/topic/how-to-make-a-country-drop-down-list-in-profile-field/#post-147697J’en suis à l’étape de copier coller une liste des pays du monde dans mon fichier CSV extrait de ma BDD, mais je bloque sur les ID par pays : dois-je les étendre simplement sous Excel ? J’ai peur en faisant ça de me retrouver avec un ID de pays identique à un ID d’autre chose de mon WordPress (ID de post, ID de catégorie ou autre)… ça serait problématique ?
Merci pour ton aide et désolé pour l’emploi du Français.
February 27, 2013 at 12:14 am #154580In reply to: Member Profile
Brajesh Singh
ParticipantHi,
It is coming from members/single/profile-loop.phpIt seems you don’t have the xprofile fields(or the user has not entered data) or you have some sort of privacy enabled on those fields which are preventing the fields to be visible. Otherwise, the xprofile fields should be visible there by default.
February 27, 2013 at 12:09 am #154578In reply to: Profile fields default is stuck on public
jordas
Participantok, what I just figured out two is that if you do not close the boxes with radiobuttons on the register page. It actually saves your choices correctly. So actually the ‘close’ option on the register page sets it back to the default, public. Still, I would like that default to be private, or better to speak in terms of ‘loggedin’ or ‘friends’…
February 26, 2013 at 9:16 pm #154561In reply to: Profile fields default is stuck on public
jordas
ParticipantThank you so much for this, especially the conformation I’m not loosing it :p
I will try and see if I can hack the register page of my theme so it has the ‘private’ setting as a default.
February 26, 2013 at 8:57 pm #154559In reply to: Profile fields default is stuck on public
Hugo Ashmore
Participant@jordas Yes I’ve created a ticket for the issue and it looks like a general issue rather than just affecting you.
February 26, 2013 at 8:13 pm #154556In reply to: Profile fields default is stuck on public
jordas
ParticipantHey Hugo, yes, I have done this. But no matter if user override is set or not. At the registration page everything stays public, even if the admin forces it to private. Is this only me who has this problem? Can you keep me updated on this?
February 26, 2013 at 5:32 am #154119In reply to: Add country list in extended profile
danbpfr
ParticipantHi@evo252,
in the BP 1.0 branch there was a CSV based country field in xprofile.
https://buddypress.trac.wordpress.org/browser/branches?order=name#1.0/bp-xprofile/prebuilt-fieldsTake a look in the code and see if you can build something for 1.6.4 or 1.7.
Since 2008, Google Map became a must have. And IMO it’s a better geoloc tool as a simple city/country dropdown witch only prevent end users from having to write themselves the name of their city and their country….
Doing this is much more complicated as you think. Over 160 countries on earth and millions of cities. What kind of server do you need to just store these informations and to make them work together ?Typing country and city is the same effort as typing name and first name for the end user. Let them write and use something powerfull, existent and easy to use and show AND effort less for you too.
Spare your time and made it simple so far ! 😉
Give this plugin a try: https://wordpress.org/extend/plugins/bp-user-profile-map/Or search another map plugin : https://wordpress.org/extend/plugins/search.php?q=map
February 25, 2013 at 5:41 pm #154075In reply to: Image Profile Field
dasped
ParticipantLooks like it is achievable but not without its headaches and a considerable effort.
Found this article relating to what you ask, ‘I think’ …
Though I can not say how, secure/suitable it will be to current Buddypress versions, perhaps ask the guy who wrote it, if it is still a valid solution.
February 25, 2013 at 2:34 pm #154060In reply to: Profile fields default is stuck on public
Hugo Ashmore
ParticipantOff top of my head can’t recall where I was up to in testing ( I’ve created a ticket on the clear issue I found) but check carefully that you have set the option to allow user override on the profile field settings in backend.
February 25, 2013 at 12:48 pm #154053In reply to: Profile fields default is stuck on public
jordas
ParticipantCool. Yes, the problem is only limited to registering, because registered users can change these privacy settings without any problems. But I want to give registering users already the possibility not to share every account detail.
February 25, 2013 at 12:11 pm #154051In reply to: Profile fields default is stuck on public
Hugo Ashmore
ParticipantLooking at the function that retrieves this label value it’s checking for an array name that doesn’t exist so is defaulting the label to ‘public’ This probably needs looking into, I’ll raise a ticket.
February 24, 2013 at 12:20 pm #153977In reply to: No HTML allowed on front end profile page
hsutliff
ParticipantThank you for taking the time to respond. It was a great help and eventually I edited /bp-xprofile/bp-xprofile-filters.php
On line 48;
`add_filter( ‘xprofile_get_field_data’,’wpautop’ );`Now my custom data fields come through with the html still attached.
Thankyou.
February 23, 2013 at 1:23 am #153822In reply to: SOLVED: Limit Members Loop by Profile Fields
mohammad
ParticipantSorry for not responding to the questions – I never received notification of any replies! If you still need any help, send me a message at mohammad@duable.com and I’ll try to help out the best I can.
Valuser, 7 months later, I’m sure you have your answer, but that is where you place the code to manipulate/display the information about each user as it runs through the loop.
February 22, 2013 at 9:08 pm #153773In reply to: Features List for Testing
@mercime
Participant@scotm I’ve started on a checklist to test features of BuddyPress Components for BP 1.7 to be published in BP Codex, got 3 more components to go. It’s looking to be a long list 🙂 If you’d like to contribute to the Messaging, Profile Fields or other component you’ve started on, please feel free to do so 🙂
February 22, 2013 at 6:14 pm #153756In reply to: [Resolved] Two usernames on registration page
modemlooper
Moderatordid you add that field in the profile fields set up? BP includes it’s own username field so you do not need to duplicate it
February 21, 2013 at 11:04 pm #153657In reply to: Does this feature exist?
Ben Hansen
Participantyes all items entered into the various profile fields should be clickable and function similarly to the way tags do in regular wordpress.
February 20, 2013 at 4:36 pm #153517In reply to: Theme Integration
alanfolkard
ParticipantThanks – I logged out and then clicked the activation email – returned an invalid key message – same in new browser.
if you look at my site you will see that the pages do not display correctly…how do I rectify this…?
Also, where do I configure the extended profile fields?
February 19, 2013 at 5:05 am #153393In reply to: How to make Profile fields visible only to admins?
haagsekak
Participant@modemlooper Hi George, I have your BBG Custom BP Visibility plugin installed but since this will be a new feature on BP 1.7 do I need to deactivate the plugin to avoid a conflict?
Also I have BP 1.6.4 installed but am dying to have 1.7 up and running, any idea when that version will be available? I know I can download the beta version but since I’m not a code guru by any means I prefer to do a standard upgrade via the plugin menu then doing it manually.
What are your thoughts?
February 18, 2013 at 5:16 pm #153351In reply to: Profile Fields show on email to admin?
Stefan
ParticipantThanks for your reply kizzywizzy! I’ve added this code to the functions.php file but this adds some of the user data to the users activation email which is not what I want. Like this:
`WP_User::__set_state(array(
‘data’ =>
stdClass::__set_state(array(
‘ID’ => ‘827’,
‘user_login’ => ‘user’,
‘user_pass’ => ‘password’,
‘user_nicename’ => ‘stefanlesik’,
‘user_email’ => ’email’,
‘user_url’ => ”,
‘user_registered’ => ‘2013-02-18 17:05:46’,
‘user_activation_key’ => ”,
‘user_status’ => ‘0’,
‘display_name’ => ‘user’,
)),
‘ID’ => 827,
‘caps’ =>
array (
‘subscriber’ => true,
),
‘cap_key’ => ‘wp_capabilities’,
‘roles’ =>
array (
0 => ‘subscriber’,
),
‘allcaps’ =>
array (
‘read’ => true,
‘level_0’ => true,
‘subscriber’ => true,
),
‘filter’ => NULL,
))`I’d like to display the all the xprofile data in the new user registration email that admin receives. Is this possible?
February 18, 2013 at 2:16 pm #153334In reply to: [Resolved] Typo in Profile Fields
Kevin M. Schafer
Participant@mercime Thank you!
-
AuthorSearch Results