Search Results for 'buddypress'
-
Search Results
-
Topic: An error of type E_ERROR
BP v4.3.0
PHP v7.3
churchladychronicles.comError message: Uncaught InvalidArgumentException: Passed variable is not an array or object in /wp-content/plugins/buddypress/bp-activity/bp-activity-template.php:2271
(Stack Trace is available if required)I am trying to set a custom homepage for my BB website but it shows members page even if I have set a different homepage.
Please help
http://3.18.60.79/members/ is my development website.
Hi all
I am trying to display a flag on the profile header for the user’s nationality.
A few years ago I was building a site with BuddyPress and had this working, so not sure what I’m doing wrong this time.
<div id="item-header-content"> <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> <img src="/img/nationality/<?php bp_member_profile_data( 'field=nationality' ); ?>.png" title="<?php bp_member_profile_data( 'field=nationality' ); ?>">Can anyone help with this?
Many thanks
As a Web Designer, am currently building a social networking site for a client of mine and we were initially using Buddypress..
However along the line, we discover the profile photo part seems like an issue as people would have to crop their photo (which is a pain) before it works
Any code on how to skip the cropping photo part?
I’m running latest wordpress and buddypress version, if an user try to register and set an invalid field (username already token, email already in the database ecc.) obviously registration fail, but users are not notifyed about what’s wrong. I don’t understand what is wrong.
Hello,
I’m currently working on a website. And i wanted to create an (outside) messaging system in WordPress. The fact is we need to let the user send email to other domain. And we also need a delay system to send the mails, with a calendar for exemple !
We were looking for a solution on the web since 3 weeks, and we can’t manage to find anything. This is why we are looking for your help.Thanks !
Hello,
why does wordpress and buddypress got that complicated registration process. username, name, email…!?
Totally out of time.
OK, I created a real cool registration form with USER META Pro plugin.
It only asks for a WP nickname, email and password.
With that plugin I set the nickname, the user_login and the buddypress name.
All works fine. users are registred and can login in…and all is working, accept that activation link that is fired during the classic buddypress registration and the insert in that buddypress member table.How does that work, is there a HOOK, I can fire after my registration is done?
Like, take the user_ID, email address and name and send the activation link.
does anyone has a solution or a suggestion for this?
Thanks,
DenisTopic: New user mailpoet issue
Hi, I have set an automated welcome email through mailpoet for when a new user is created as a subscriber. Email sends fine when I manually add user. When user adds themselves mailpoet doesn’t recognise and I have been informed that this is a buddypress issue. Please could this be resolved as I need these automated emails to go when new account is created.
I need users to receive a notification when someone comments on their WORDPRESS BLOG POST, not their wall post.
Is there a way to do this?
It seems to me the buddypress notification is only for wall posts.Greetings,
I am working in a particular scenario with buddypress in which I require a function: if a member wants to send a customized form, like a contract form or agreement form to another user to sign in electronically and submit it to the originating member, is there a way or plugin, or any procedure to realize this?
Thanks in advance
I’ve been trying for a while with no success to order the member directory by last name (surname) instead of first name. Extensive searching through the support forum and elsewhere would indicate that the following code modifications to a custom members-loop.php file in the theme folder and the theme functions.php file should accomplish this.
My custom members-loop.php file contains:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&populate_extras&type=alphabetical' . '&per_page=30' ) ) : ?>My theme functions.php file contains:
function alphabetize_by_last_name( $bp_user_query ) { if ( 'alphabetical' == $bp_user_query->query_vars['type'] ) $bp_user_query->uid_clauses['orderby'] = "ORDER BY substring_index(u.display_name, ' ', -1)"; } add_action ( 'bp_pre_user_query', 'alphabetize_by_last_name' );Instead of sorting and displaying members by last name, it returns the message:
Sorry, no members were found.
If I change ‘u.display_name’ in the functions.php file code to ‘u.value’, all the members are listed in the default alphabetical sort order by first name. So, it appears that, for some reason, the code won’t output the expected results when ‘u.display_name’ is used.
I’m posting here in the hopes that someone in this support community might have some additional guidance or suggestions that could help me figure this out.
Here are a couple of the links I’ve previously referenced when trying to get this working:
https://buddypress.org/support/topic/sort-user-list-by-last-name/
https://buddypress.org/support/topic/sorting-by-last-name-goes-wrong-when-having-multiple-words-as-last-name/For Buddypress user profiles, we create user profiles in WordPress by syncing with Active Directory. This creates new WP user profiles and also syncs data over to BP XProfile fields.
In configuring this process, I’ve learned that BP Visibility rules for XProfile fields are not set when user profiles are created via import from Active Directory; they are only set when an existing profile is manually edited and updated. Is there a way to fix or work around this, to get the Field Visibility rules applied to user profiles regardless of when/how the profiles are created (via import, etc.)?
Hey team,
Having a problem getting any comments from a user on a custom post type to show up on the activity stream. Currently using the mylisting theme with buddypress integration. I have site tracking enabled and have double checked that I can see comments on the listing in the admin section.
I also found this snippet which enabled a new Activity feed action when ever anyone creates a new listing but does not pick up on any comments:
Would greatly appreciate any help, I’m brand new to buddypress and so far have been really impressed with how powerful it can be, but just running into a bit of a brick wall here.
Thanks in advance,
B