Search Results for 'profile fields'
-
Search Results
-
Hey guys,
the problem…
– when a user profile is being viewed the NAV that contains (‘profile, ‘activity’, etc..) are above the Profile Fields such as the name, etc..Is there a way to move the Profile Nav mechanism below the Profile Fields entries..
Hello,
We have a wordpress site.
If on the menu we go to “Utilizadores->Profile Fields” we see a list of fields used on the registration form.
If we try to edit the field “Farmácia” after changing anything and clicking on “Update” it fails with the following message:
“The link you followed has expired”
“A ligação que seguiu já expirou.” (in Portuguese)
From what we searched online, normally this kind of error is due to settings on the server, like memory_limit
Can you please help?
Hello Team,
I am working on a metrimonial website. and I have installed a seeko theme which included buddyPress plugin too. What I want to do is too show the profile fields according to the membership levels. Suppose if the user have free membership account then, he’ll be able to see the limited profile fields of other users or if the user have the paid membership account then, that user can access all the profile fields of other users too. Basically, I want to show profile fields of other users according to user membership levels.. Quick and Small Help will be appreciated… Thanks in Advance!!Hello! I am creating a social network with buddypress 5.0 and last wordpress update with the theme went and Seventeen Version: 2.2 and I am creating custom fields and I need to put photo gallery and video in the custom profile fields for the professional profile and the user profile! Is there any way or plugin that can put photo and video gallery? Please help
Hi Friends
I use in xprofile a custom taxonomy called “branche”.
Now I need to Display (echo) the selected taxonomy of each member in the loop and I don’t get it.
Have somebody any Idee???? I use Bp Nouveau and WP 5.2
I do not have any Problem to echo the normal custom fields, but the taxonomy don’t want to get shown.
Thanks for help
FrankWhat plugin best shows BuddyPress profiles in a Restrict Content Pro membership level?
We would like to be able to dynamically build staff and partner membership pages using the extended BuddyPress profiles adding the custom groups and fields.
More simply we want a page to show all Staff profiles and another to show all Partner profiles.
Does any plugin do that?
Thanks,
Brian
Hi. I am currently using Buddypress version Version 5.0.0 with wordpress version 5.2. my current theme is twenty nineteen. the issues was, I created a different profile fields group:
field group 1: Base(Primary)
field group 2: Section A
field group 3: Section BI try to makes all field appear in one page but only field group 1: Base(Primary) appeared. how can I add/include all field in one page? Thank you
I would like to design this page according to my specifications, so in principle I need another, a “Costum Profile Page”. How do I do that?
We need a single page with only the content of that field from /wp-admin/users.php?page=bp-profile-setup
You know? A Simple Profil and then lists 10 Profile with that data in a overview page.
Thanks for helping.Hi everyone,
after clicking on the “Register” button, the form opens up and i see the predefined fields from “User –> Profile fields” as expected and additional account details fields, that i dont know, where they are coming from.
Looks like this: Screenshot
Where does these account details fields (left side) come from and how can I deactivate them?
Thanks alot in advance and have a nice day.
With kind regards,
yaesewHi! I’m using the latest version of WP and BP, with a CologMag child theme and the Legacy BP templates.
When editing a members profile, I’d like all their profile fields to show up without having to click through separate tabs and reload new pages for the basic Primary field group and the Details section. I think our members aren’t noticing that they even have extra fields group to fill out… and we have so few fields that it doesn’t make sense to load them separately for editing purposes. (I just split them up to avoid cluttering the registration form.)
I’m guessing I’d have to modify the edit.php file, but I don’t know what changes to make to get the result I’m looking for. Any pointers would be very much appreciated. Thank you!
Hi,
Is there a way of adding already existing fields to the BuddyPress profile page? My membership is controlled by MemberPress and there are a load of fields relating to that that I would like to include on the BuddyPress profile page. Rather than sending the user to a different account page, it would be nice to include them here so that they are editable by the user. So far all that is displayed on the profile page is Base:Name.
I know there is a section that allows the creation of new fields, but what about already existing fields?
I’m quite new to BuddyPress and I can just about muddle my through php but I wondered if there’s a plugin that allows this, or perhaps someone knows of a simple guide to doing this?
Thanks in advance.
WP 5.2.3
BP 5.0.0On the Members Profile page I’d like to have the Profile Field URL open in a new window.
I found the following article regard this issue.
https://buddypress.org/support/topic/profile-fields-open-url-in-new-tab-_blank/
I’ve tried the mentioned function below but its not working.
function swiss_target_blank( $field_value, $field_type, $field_id ){ if( $field_id == 6 ) { $field_value = str_replace('rel="nofollow"', 'rel="nofollow" target="_blank"', $field_value); } return $field_value; } add_filter('bp_get_the_profile_field_value', 'swiss_target_blank', 11, 3);
It works when I modify the core file located at buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php, line 176. I’d like to find a way to do this without editing the core.
The article referenced above was written about 4 years ago. Has someone changed recently that would prevent the function from working?
Can someone please point me in the right direction? Thx
There’s an article about this topic that was marked Resolved, but the author did not reveal the actual solution.
Only Display Custom Field if not empty
I’m using the front.php template to customize the members profile page. On the members profile page, I’m trying to hide all Profile Fields that are empty.
I’ve tried the code outlined in the referenced link with no luck. That post is about 4 years old so I don’t know if the information is the most up to date. When using the referenced code, I can’t get anything to show up on the page.
Can someone please point me in the right direction?
Thx, JC>