Search Results for 'buddypress'
-
Search Results
-
Hi,
When we try to Post we get this error and button spins forever without doing anything because it is a fatal “Uncaught ReferenceError” and points to script yz-wall-form.min.js?ver=2.6.2:formatted:64Buddypress 7.1.0
Youzer 2.6.2
Wordpress 5.5.3
Using BeTheme
Hosting: WPEngineAny ideas?
-TimHi,
I’m starting to use the BuddyPress Nouveau template an I noticed that not all the Private Messages are displaying (on /messages/).
In this case only the last 12 messages are displayed and there is no pagination.
I didn’t find any setting to change it (if there is any).If I rollback to the legacy template I can see all the messages (+100) and the pagination to move around.
I’m I missing something?
Thanks!
Nahuaihi,
Is there any way to remove the tabs of active, newest, and, popular tab from the BuddyPress theme We have 10 groups and want them to display all of them? is it possible
Also, the layout is not much as attractive it has to be because there are 5 rows in each group
and when someone clicks on the tab it opens in the 10-row format.
Is it possible it can be displayed in an alphabetical form?site URL for an example of this : https://outdoorbasketballguide.com
Thanks! your help will be appreciated.I’ve followed the guide at:
And I’ve made woocommerce products appear in the activity stream via the code below:
<?php add_post_type_support( 'product', 'buddypress-activity' ); function customize_page_tracking_args() { // Check if the Activity component is active before using it. if ( ! bp_is_active( 'activity' ) ) { return; } bp_activity_set_post_type_tracking_args( 'product', array( 'component_id' => buddypress()->blogs->id, 'action_id' => 'new_product_page', 'bp_activity_admin_filter' => __( 'Published a new product', 'custom-domain' ), 'bp_activity_front_filter' => __( 'Pages', 'custom-domain' ), 'contexts' => array( 'activity', 'member' ), 'activity_comment' => true, 'bp_activity_new_post' => __( '%1$s posted a new <a href="%2$s">product</a>', 'custom-textdomain' ), 'bp_activity_new_post_ms' => __( '%1$s posted a new <a href="%2$s">product</a>, on the site %3$s', 'custom-textdomain' ), 'position' => 100, ) ); } add_action( 'bp_init', 'customize_page_tracking_args' ); ?>What I’m trying to do is make it so the Product Post Title appears hyperlinked instead of a static word (in this case, “Product”):
'bp_activity_new_post' => __( '%1$s posted a new <a href="%2$s">product</a>', 'custom-textdomain' ),I don’t know PHP, so I thought I might be able to just jam something similar I’ve found to replace that line of code, such as:
sprintf( __( '%1$s created a new Product post, %2$s', 'buddypress' ), bp_core_get_userlink( (int) $post->post_author ), '' . $post->post_title . '' );Unfortunately, that doesn’t work.
Topic: Buddypress activity ads add
I use a social networking platform via buddypress on my website. I want to add google ads under member events. I used the advanced ads ad plugin. I got a successful result. Is it possible to handle this with a few codes? For example, I want an advertisement at the end of the 1st post and then repeat it in 5 posts. Have someone to Install Assistant?
Website: https://www.joomdo.com
Wordpress version: 5.6
Old buddypress selected in buddypress settings.Hi there,
here’s an interesting issue for which we could use thoughts from all of you.
The problem is buddypress. That is, a “FORUMS” Tab is not showing up in wp admin backend. – Pls see attachments.I believe there should be a “forums” tab in the backend, but it isn’t there.
I have newest vers of buddypress. Have installed and deactivated, deleted plugin and reinstalled.
Have deactivated ALL plugins and tested – No luck, the “Forums” tab is simply not there.We’re using divi child theme and have tried default theme. Still no luck…
https://goto.network/canadaclub/wp-content/uploads/2021/01/no-forums-link-2.png
https://goto.network/canadaclub/wp-content/uploads/2021/01/no-forums-link-1.png
Any advice greatly appreciated
I have just started to get a message on updraft
“Warning: Your WordPress installation has a problem with outputting extra whitespace. This can corrupt backups that you download from here.”
I have identified the issue arises with Buddypress plug in. I have deleted and reinstalled Buddypress, but not change the issue.
Is there a fix for this please?
Thanks Grahame
tested with theme twenty nineteen and twenty twentyone.
Current theme Customizr Pro
website http://www.horshamartists.org
Buddypress Version 7.1.0
Updraft Version 1.16.46
wordpress 5.6Hello!
I have a question about groups.
I searched for this question and did not find any matching questions.I’m also new to wordpress/buddypress, so please bear with me 🙂
Here is my site https://uwcnorthyork.ca/
WordPress version: 5.4.2
BuddyPress version: 2.3.0My question is:
When a user requests permission to join a group, is there a way to get an email sent to the moderator of that group, (so they can accept them)?
Right now the email goes to the site admin (me) which is ok, but its important that it goes to the moderator as well. If it can only go to one of these, then I would like it to be the moderator.Any help would be appreciated.
Topic: BuddyPress Activity posts
In my functions.php I have added following lines of code but nothing is happening. I want that when I open my activity page a post get submitted automatically:
function record_activity_grocery_task(){$activity_id = bp_activity_add(array(
‘id’ => false,
‘user_id’ => bp_loggedin_user_id(),
‘item_id’ => false,
‘action’ => ‘Posted a new photo’, // The activity action – e.g. “Jon Doe posted an update”.
‘content’ => ‘Grocery task form submitted’,
‘component’ => false, // The name/ID of the component e.g. groups, profile, mycomponent.
‘primary_link’ => ”, // Optional: The primary URL for this item in RSS feeds (defaults to activity)
‘type’ => ‘activity_update’, // The activity type e.g. activity_update, profile_updated.
‘item_id’ => false,
‘secondary_item_id’ => false,
‘recorded_time’ => bp_core_current_time(),
‘hide_sitewide’ => false,
‘is_spam’ => false,
‘error_type’ => ‘bool’
));}
add_action(‘bp_init’,’record_activity_grocery_task’);
Hello,
I have buddyforms and Buddypress and the extended profile.
When I want to modify the profile on front-end :
– if I am admin ==> I can modify all fields
– If am the member ==> I have a blank page on modifySo, I would like to know how to display the fields when the member connect please ?
Is this link to user role ? To an another extension ?
Hello everyone, I am trying to submit an activity posts using forms on my website. Any plugin or code that can help me do this?
Topic: Swedish language?
Hi!
where can I get the Swedish language for BuddyPress?
BR
AndersI am using a customize theme. I don’t have any custom functions in bp-custom.php. Yes I know forum support is limited where third party themes are concerned but I can’t fix it.
here is my buddypress activity page https://www.upsozluk.com/etkinlik/
How can I fix the gap? There is no problem in mobile version of my website, but only computers have this space problem. i am using the latest version of wordpressThanks!!
Hi, I have a site with no functions. the only plugin activated is buddy press,
so when it loads the object for the nav after the bp-wrap div it has
<nav class=”main-navs no-ajax bp-navs single-screen-navs horizontal users-nav” id=”object-nav” role=”navigation” aria-label=”Member menu”>
I had the site with custom themes and functions and removed everything to try and find out where it was getting hung up.
Is there something else I can trouble shoot this with to find out why it does not load with Ajax – I thought that should be the default
WP is 5.6
Theme twenty twenty-one 1.1
php 7.4
Buddy Press info Version 7.1.0
Active components Community Members, Extended Profiles, Account Settings, Friend Connections, Private Messaging, Activity Streams, Notifications, User Groups
Active template pack BuddyPress Nouveau 7.1.0 ( I have tried with bp legacy also )
Toolbar No
Account Deletion Yes
Community Members: Profile Photo Uploads Yes
Community Members: Cover Image Uploads Yes
Extended Profiles: Profile Syncing Yes
User Groups: Group Creation Yes
User Groups: Group Photo Uploads Yes
User Groups: Group Cover Image Uploads Yes
Activity Streams: Post Comments Yes
Activity Streams: Activity auto-refresh Yes
