Search Results for 'profile fields'
-
AuthorSearch Results
-
October 2, 2011 at 1:57 pm #121849
In reply to: Profile fields in members list on groups page
Brajesh Singh
Participant@kirkslater,
you are most welcome. Checking that thread in a minute
October 2, 2011 at 8:21 am #121836In reply to: Profile fields in members list on groups page
kirkslater
Participant@sbrajesh worked perfectly many thanks
Could I be a pain and ask you to take a look over this issue as well? If not, no worries
September 30, 2011 at 6:26 am #121539In reply to: SOLVED: Limit Members Loop by Profile Fields
landwire
ParticipantI can still see a problem in making this whole thing dynamic. I.e: have seperate loops for lets say ‘students’, ‘academics’ and ‘staff’. Would that be possible to implement? Basically the values that are passed to inclide_by_meta would have to change according to which name/value/role I want to filter by. That is a bit over my head, as I’m not a coder. Any help is appreciated!
September 30, 2011 at 6:18 am #121538In reply to: SOLVED: Limit Members Loop by Profile Fields
landwire
ParticipantHi there,
how does your code behave in BP 1.5? I am trying to filter members by user role and used the following code:
`<?php
$user_role = array (
‘role’ => ‘author’,
);$all_authors = get_users ($user_role);
$members_to_be_included = array ();
foreach ($all_authors as $all_author) {
$members_to_be_included[] = $all_author->ID;
}
?>`
The problem I run into though is that when I use the filter members by ‘active’, ‘alphabetical’ etc. those filters would not work anymore. Do they work with your code? Will definitely try this out!
September 29, 2011 at 7:45 pm #121492In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
ParticipantPS: my profile fields are changed to spanish names/labels. ie: “Full name” is “Nombre Completo” and so on… thanks
September 29, 2011 at 7:43 pm #121491In reply to: BuddyPress 1.5 user fullname save/show errors
juanmaguerrero
Participant@boonegorges yes, please forgive me. I’m using BP 1.5 (the “definitive” version) and the last version of WordPress. Here’s the thing:
After editing the profile fields of a user and hitting the “save” button, an error shows telling that there was an error while saving the changes and if the fullname of the user was changed, it shows the username insted of the previous one.
(i.e: I set my fullname to “Boone Gorges” and hit “save”. Then the fullname field shows the value of “boongorges”).
Now checking my Database I see in “wp_users” -> boongorges I see that this fields and values… (among others):
|| user_login || boongorges
|| user_nicename || boongorges
|| user_url || (empty)
|| display_name || (empty)This was fixed on https://buddypress.trac.wordpress.org/changeset/4939 but that worked on BP 1.5 beta 2 but now with the release of “Lombardi” it got back to the same problem.
Thanks for your help, very much
September 28, 2011 at 10:36 am #121354In reply to: wp and bp profile syncing–works only sporadically
kenrichman
ParticipantI am disappointed that BuddyPress does not simply use and extend the WP profile fields. It complicates things.
And synching profiles with mailchimp plug-ins is now more complex – ok it doesn’t work – for me anyway.
BuddyPress is a WP plug-in, not a standalone system so it should plug in to WP, including profiles. Bp says it offers extended profiles, not different profiles.
Incidentally my users want Last name, First name, just to complicate things further.September 27, 2011 at 6:41 pm #121289Jon Henwood
ParticipantHi
Just what I am looking for I think. So if I understand right I create user profile fields for Facebook, twitter and linkedin and instead of displaying the user entered link it will display the icons for each.
Next question where do and in which file do I place the suggested code?
thanks
September 27, 2011 at 4:32 pm #121266In reply to: buddypress mobile, like grindr?
modemlooper
ModeratorSafari browser can use the gps API on an iPhone, I’m not sure about Android. You could create code that attaches user meta to a logged in user and save the gps coordinates then filter members list by distance.
There are a couple location plugins but those are address based in which you enter address into profile fields. They do not update your current info.
So yes it’s doable but no plugin currently exists.
September 27, 2011 at 10:45 am #121250In reply to: Am i right to think buddypress is……
Tammie Lister
ModeratorBuddyPress has it’s own integrated with WordPress users – you can add profile fields and have other control things. In theory they are the same but with additions.
Yes, if you want to maximise what the site does getting a theme designed from the start for BuddyPress is a good step. But, with the template pack as said you don’t have to do that.
September 27, 2011 at 4:02 am #121211In reply to: Author specific custom post in profile
Logesh Kumar Rajkumar
MemberI am using gravity forms to fetch the directory data from user . The fields in gravity form are mapped with the custom fields of custom post type ‘listing’ ,the one i mentioned above. Therefore when the user fill the gravity form , it will dynamically create a post .Now i need to list this post in user’s profile.Sorry if i am not clear .To put it shortly, I need to display a custom post in user’s profile.
September 26, 2011 at 11:59 pm #121198In reply to: BuddyPress 1.5 user fullname save/show errors
ARHistoryHub
ParticipantI’m having this same issue as well, sort of. I upgraded my production site to 1.5, since all worked well with my test installation. Upon upgrade, all Full Name fields were replaced with the data from the usernames field. So, usernames are displayed in place of the Full Name in the member header as well as the profile section. Only after reading jorge’s issues did I attempt to change the field names.
What’s odd is that in the activity stream, new entries retain the Full Name while replies to entries display the username – even when a user is replying to their own activity. I’ve tried rolling back to 1.2.10 – just the buddypress plugin itself, not the whole database – but the problem persists. Any ideas devs? @boonebgorges @djpaul
September 25, 2011 at 5:34 am #120993In reply to: User Profile
modemlooper
ModeratorMembers edit profile fields on their profile. Click the profile tab and then edit. These extra fields do not show in the WordPress user page in the admin
September 25, 2011 at 12:45 am #120980In reply to: Display age on profile page
modemlooper
ModeratorRead this page a code snippet for displaying profile fields in member header https://codex.buddypress.org/extending-buddypress/tips-tricks/
September 21, 2011 at 1:38 pm #120420Tammie Lister
ModeratorDid you update that theme to the (if it has one) BuddyPress 1.5 version? I’m a thinking if you didn’t my theory over scripting could be the problem. Doesn’t ‘overly’ solve the how it’s working now but lets just consider that a positive
September 21, 2011 at 1:33 pm #120417Nahum
Participantthanks @karmatosed – the other two sites are on default bp theme. while this dennis-the-menace is on a canvas child theme.
September 21, 2011 at 1:29 pm #120415Tammie Lister
ModeratorI’m a thinking something squiffy is up with either another plugin or theme or browser cache on that one then. It would be using scripting for the drag and drop so perhaps that’s what is sticking.
Did you try using firebug or even the default BuddyPress 1.5 theme with no other plugins and browser cache cleared? Just trying to level the playing field.
That said if it works now you probably can’t test but worth noting for future maybe.
September 21, 2011 at 1:29 pm #120414Nahum
Participant…I wonder if the W3TC is causing a conflict…I did have it on on this trouble site and i didn’t turn it off while i was having trouble. I’ll see if the problem pops up again.
September 21, 2011 at 1:27 pm #120412Nahum
Participantwhat was strange is that it all worked on another site with fresh new profile fields, and also on another site with old profile fields but is a newer install. So this must be isolated to this one site that is much older, it usually causes me trouble.
September 21, 2011 at 1:26 pm #120411Tammie Lister
ModeratorLol you beat me updating
. I’m not sure that a reinstall was required but glad it is working.My only thoughts why the dragging wouldn’t work could be some scripting clash or browser cache.
September 21, 2011 at 1:25 pm #120410Nahum
Participant*update
I ended up reinstalling wordpress and de/reactivating bp and it seems to have done the trick.
September 21, 2011 at 1:25 pm #120409Tammie Lister
ModeratorI’ve just given this a sanity check (all be it on a fresh site) and I was able to move from one group to another a field.
Can you confirm when you click and hold on the field and then move to the tab above (the one corresponding to the group you want to move into) it doesn’t work? That’s what worked for me.
September 16, 2011 at 7:15 pm #120195@mercime
Participant#1 – see JJJ’s profile page on testbp.org http://testbp.org/members/johnjamesjacoby/profile/
By default, data entered by members in their profile fields are turned into links ala tags. So on that page, when you click on the USA link, a page will be generated to show all members who have entered USA in Country field.On your end, you could just create your own links in sidebar or elsewhere like
`Rock and Roll`
`Swing`
of course replacing yoursite.com with your own domain name and replacing Rock and Roll with any text you want to match up.#2 – You can make sure that the first page visitors will see will be the member’s profile instead of the activity page by adding this to your wp-config.php at root of your WP installation
`define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ ); `
Ref: https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/September 15, 2011 at 1:42 pm #120118Tony Locke
ParticipantI want to use this http://www.weather.com/weather/today/30075
and replace it with
http://www.weather.com/weather/today/%zipcode% from the zipcode field of my users profiles. But, I can’t get it to work. I want the weather to show up in a bottom widget area unique to the users zipcode field from their profile.Anyone know how I can do this?
I think it is failing to pull the user’s zipcode field setting because the RSS feed is from weather.com and not my domain.
Any ideas?
September 9, 2011 at 11:05 pm #119823In reply to: adding group fields
modemlooper
ModeratorTry using this http://github.com/modemlooper/buddypress-group-fields
You have to edit the code your self to add fields. i’m going to develop it so it matched the profile fields editor that comes in default BP.
-
AuthorSearch Results