Search Results for 'profile fields'
-
AuthorSearch Results
-
September 27, 2012 at 6:24 pm #142558
In reply to: [SOLVED] BuddyPress Profile Information
brandonecarr
ParticipantSeptember 27, 2012 at 5:11 pm #142553In reply to: [SOLVED] BuddyPress Profile Information
brandonecarr
Participant@shanebp Thanks so much for your response! I’ve included the source code from my profile-loop.php page. I appreciate your help!
`
<div class="bp-widget “>
<tr>
`
September 27, 2012 at 4:28 pm #142550Robert77
ParticipantLooks like we are still waiting on this issue, there is another post here that I started:
Obviously this is a repeatable bug in buddypress..
September 27, 2012 at 1:31 am #142508Robert77
ParticipantI have been waiting over a month on this as well as my other post.. I am using wordpress 1.6.1, I was fine with version 1.5.7.. I checked all plugins and it is not my theme.. it has to be a buddypress issue. When using the extended profile with emoticons on not only do emoticon’s like this
don’t work but other extended profile fields turn regular text into HTML links for no apparent reason at all.. this is very frustrating as I am about to launch a website and can not have this happening.. someone please help..September 26, 2012 at 6:39 pm #142498modemlooper
ModeratorI wouldn’t mess with a plugins code but work around it. You could write a function to redirect user to profile edit page if certain fields are not entered in the profile edit form.
September 26, 2012 at 5:36 am #142478In reply to: Are member profiles searchable?
modemlooper
ModeratorThe default BuddyPress search searches profiles based on profile fields
September 25, 2012 at 6:58 pm #142456sandeepandugula
ParticipantHi All,
I used WP-FB-Autoconnect plugin. It works well if any existing user logs in using FB credentials. But, it is not stopping unregistered users from logging in. Ideally, it should direct the unregistered users to the registration page for them to fill some profile fields. Is there any way I could stop unregistered users from logging in using WP-FB-Autoconnect plugin? and also to redirect the unregistered users to the registration page.? Please help.
Also, is there any better free plugin that handles registration and login effectively? I am looking for FB login/register functionality something similar to the one in Pinterest..
September 25, 2012 at 5:46 pm #142450In reply to: [Resolved] Profile problem – Group forums problem
@mercime
Participant@ashraf something’s getting lost in translation. Are you asking how to add profile fields (https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields) and/or asking for a demo site which allows you to add profile fields (none public that I know of) ?
September 25, 2012 at 3:37 am #142383In reply to: Get User Field Function
John
MemberEasy solution I didn’t really understand at first.. but not it’s quite obvious.
I created a profile field check-box (“Publish”) to let users control their visibility within the directory.
After the while loop I inserted the code:`
`Then, following
`<a href="”>`
I added my profile fields, one by one:
`Experience Type: `Refinements I’d like.
Access to Group Fields in bulk, or at least being able to distinguish between group A, field 1 and group B, field 1 if field 1 is named the same within each group. i.e. Family Group, Name, Friend Group, Name.. etc.In the mean time, with some appropriate styling, this should give me a good looking member profile page, allowing members to elect to participate in the directory.
September 23, 2012 at 3:04 pm #142315In reply to: Activity Stream and custom User Profiles
Roger Coathup
ParticipantYes, you can do this, but you need to write PHP code.
Have a look at some of the actions that are invoked when profile fields are saved, and hook on to those. It’s a little complicated because you aren’t told which fields have changed (just field groups), so you’ll probably also have to maintain previous value and compare to latest.
September 23, 2012 at 3:07 am #142294In reply to: New to BuddyPress
clamoreaux
ParticipantOne more question — how do I add profile fields that can only be seen by the user that is setting it up? For example, I want the Name field hidden and the user known on the site by their username only. Right now it is showing as seen by Anyone. I can’t have that on the type of site I am building.
And can fields be searched on?
September 22, 2012 at 7:24 am #142267In reply to: Interactive Profile Fields During Registration
infocoolsms
ParticipantI think here is a good solution,
https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/September 21, 2012 at 9:00 pm #142250In reply to: Get User Field Function
John
MemberI’m looking at something under the
“
like
`<?php
$var=bp_member_profile_data(‘field=Field’);
if $var==”string” { ?>`
followed by the member loop code with added fields.– Put into Practice –
When I put this into practice using a radio field called Publish with Yes & No options`<?php
$publish_var = bp_member_profile_data( ‘field=Publish’ );
if ($publish_var == “Yes”) { ?>`my directory displays a two yes’ (the correct number of yes’ in the DB) and ends.
When I edit the code for the opposite
`<?php
$publish_var = bp_member_profile_data( ‘field=Publish’ );
if ($publish_var != “Yes”) { ?>`
The output is the normal member directory with the field “Publish” displayed atop each member.@mercime
ParticipantI am answering what you’ve stated in “I would like for a login to not use the admin bar and it all be a front end deal.”
As for registration, Paul asked you what you needed that was not already in BuddyPress, where by default, you can create xprofile fields in base (primary group) which users can fill up during registration. Then you could create a new profile group and fill it up with fields which users can fill up after they have registered.
September 20, 2012 at 5:01 pm #142164@mercime
Participant== I get the normal wordpress user profile editable fields? ==
If you mean the first and last names in wp-admin user settings, then you have to create a script to call those as BP xprofile fields has its own settings. Otherwise, you can create First Name field and Last Name field in User > Profiles panel https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
September 17, 2012 at 6:59 am #141860In reply to: BuddyPress Conditional Profile Fields available now?
bojan85
Participantthis could help you http://wpbpshop.com/category/products/plugins
September 17, 2012 at 3:22 am #141843modemlooper
ModeratorYes, you could create this but it would require custom coding. Great idea for using BP. The profile fields can be set up for the required info. The emailing members part is where the custom coding would come into play. You can use WP-Cron to find members with a profile field set to stolen and then execute a notification which will result in an email.
September 17, 2012 at 12:19 am #141836In reply to: BP Extended Profiles Fields Question
modemlooper
ModeratorYou can create a select menu but you have to enter options on field creation. No way to pull info from db
September 17, 2012 at 12:11 am #141835In reply to: BP Extended Profiles Fields Question
maddogmcewan
Participantbrilliant, next Q, is there a plugin that can “populate” a text field with data from the wp DB? example say i wanted to show the users country field from wp_users field or say his membership level from membership pro table?
September 16, 2012 at 11:52 pm #141833In reply to: BP Extended Profiles Fields Question
maddogmcewan
Participanttx Hugo
September 16, 2012 at 6:57 pm #141815In reply to: BP Extended Profiles Fields Question
Hugo Ashmore
ParticipantIf you look at the xprofile creation page in dashboard you’ll see it says “Fields in the “Base” group will appear on the signup page.” thus if you create a new group and fields those will only appear on the users profile edit screens.
If you want to auto populate fields from other WP tables then you’ll need to write a script to do this.
September 15, 2012 at 8:23 am #141744In reply to: how to add a link only viewable to user’s profile?
artxx
Member@mercime this is what i wanted to do here’s and example http://josephscott.org/code/javascript/jeip-demo/ with the custom fields a quick edit solution on the fly but i dont seem to find an answer how i can edit it like this and saving it without the user going the the custom fields group and doing it manually, i want a quick/fast solution for the users to edit fields on the fly. i hope you can help me out thank you.
September 14, 2012 at 10:31 pm #1417314ella
ParticipantI understand , he wants to add this data also below every member in every group’s directory , it means if Group A has 20 members he wants to show their profile fields in that Group A member’s directory, at this moment code shows members profile fields data only in members directory (general)
September 14, 2012 at 3:02 am #1416674ella
ParticipantNice snippet @ericreynolds007 , it works very well ! Did you managed to get to find a code for Group members directory ? Would be nice to show fields IF are present , otherwise hide
September 13, 2012 at 11:54 pm #141653modemlooper
ModeratorYeah, a developer could create a plugin that had different info fields for different users. It’s just not a core feature to have profile fields for different users. The main reason for this is BuddyPress doesn’t have different types of users. Everyone is a subscriber. The admins and mods just pertain to groups.
-
AuthorSearch Results