Search Results for 'buddypress'
-
Search Results
-
Hi all.
I am looking for a solution that, for each individual user
in buddypress, I would like to have each user having their
own frontend page (or called dashboard).For example, when member A and member B are going to a page
like /mypage. Member “A” can have its own page layout that
has a set of customized widgets on /mypage.While Member “B” has also its own page layout also, with
another set of widgets on /mypage.Is there a plugin for that? How to achieve such objective in
buddypress?Currently I am running a theme called WOffice and I am looking
for such solution.Thank you very much.
How do I fix the buddypress profile cover image responsive issue? I see buddyboss and youzer have a great looking cover image. How can I accomplish this. My cover images don’t seem to act the same way….Can someone please help.
I am using wcfm marketplace plugin with buddypress. I have a link in the store sidebar that shows the store owner (buddypress profile info). My problem is ..I don’t know how to make the link look better . I would love to add the buddypress profile avatar and place the user name under the picture. Can someone please help!!! Thus is the code that I was given.
shortcode
[wcfm_store_info data=”bp_url”]code snippet
add_filter( ‘wcfmmp_additional_store_info’, function( $data_value, $data_info, $store_id ) {
if( function_exists( ‘bp_core_get_user_domain’ ) && ( $data_info == ‘bp_url’ ) ) {
$bp_url = bp_core_get_user_domain ( $store_id );
$data_value = ‘‘.$bp_url.’‘;}
return $data_value;}, 50, 3 );
Scenario: BB Press + BuddyPress (well, Buddyboss, technically) Site has multiple forum topics.
I have a “Political” forum. Since most of the topics are divisive, I want to exclude all topics in the “Politics” from going to the BuddyPress activity feed.
All of the Forums will still work the same way, I just don’t want the topics in that forum, or the responses to the topics to be shown in the Activity Feed.
Is there a snippet I can add that will exclude those topics?
Hello BuddyPress community,
I am working on customizing Buddypress and would like to modify some structures.I followed some tips on this forum, for example, to change the structure of the members page:
I copied this file: bp-templates/bp-nouveau/buddypress/members/members-loop.php
in my theme folder: my-child-theme/buddypress/members/members-loop.phpSo I modified the file in a few lines to try, but any changes are not applied.
Am I wrong?
BuddyPress plugin 6.3.0
Wordpress 5.5.1
Template Hello by Elementor (child)Topic: Activity Feed Hook?
I want to use the Ad Inserter Plugin to insert ads after BuddyPress hooks.
Specifically I want to insert them after the activity feed items.
Which hook is the action that adds the Activity Feed item to the DOM?
Topic: Registration Form Recipients
I’m looking for away to have a registration form send to a different recipient based on a select option on the form. How can this be accomplished with buddypress?
Thank you
RobertHello
I need help,i am trying to embed Instagram feeds as buddypress post but can’t seem to get a plug-in to do that most plugins just offer options to display Instagram post as short code, except if it’s possible to somehow get buddypress to display a shortcode as posts. Please Someone help me out. Also when I try to reply a comment it show error saying I can’t send an empty message even after typing a text.
ThanksWordpres version 5.5.1
Buddypress version 6.3.0Hello everyone. I am very new to wordpress and I have many questions, but my first question is this:
I need to create a web community for photographers and each member can sell their work to other members. How can I get a gallery on budypress where any member pays another for the photo?
In the same way, I need each affiliated company to have the opportunity to manage the profiles of their workers. That is, a space where a person can manage all the messages received by several of their workers, as well as manage their sales.
Do you know if there are plugins that allow integration with buddypress to do this? I know something about Woocommerce but I don’t know if it can be linked with buddypress for this purpose.
Excuse my English, my native language is Spanish.
Thank you very much.Topic: Number of groups
Hi, how can I limit the number of groups a user can create in “buddypress”?
Entries on the forum are disappearing. In other words, I could see those entries a few days ago (when logged in as a user called “John”), but today I cannot see those entries any more (I am logged in as the same user “John”)
However, I can still see those entries under the activity menu (from the backend i.e. when logged in as “Admin”)
Any idea why this is happening?
How to stop this from happening?
Thank you.
Required info:
WordPress version : 5.5.1
BuddyPress version: 6.3.0
Site: https://www.escanada.org/I’m creating a plugin that records wordpress comments as a bp_activity post. I’ve been successful at recording the activity, but there’s just one thing that I want to add… a new possible value! Here’s the plugin in a nutshell:
function kd_record_activity($comment_id, $approval) { if($approval == 1) { $comment = get_comment($comment_id); $userlink = bp_core_get_userlink($comment->user_id); $postlink = '<a href="' . get_permalink($comment->comment_post_ID) . '">' . get_the_title($comment->comment_post_ID) . '</a>'; bp_activity_add(array( 'action' => sprintf( __( '%1$s commented on: %2$s', 'buddypress' ), $userlink, $postlink), 'content' => $comment->comment_content, 'component' => 'groups', 'user_id' => $comment->user_id, 'type' => 'new_blog_comment', 'new_row' => '123' //THIS is the new row I want to record )); } } //triggered just after a comment is saved in the database. add_action('comment_post', 'kd_record_activity', 10, 2); // We want activity entries of blog comments to be shown as mini-entries function kd_minify_activity($array) { $array[] = 'new_blog_comment'; return $array; } add_filter('bp_activity_mini_activity_types', 'kd_minify_activity');I understand that by default, the bp_activity_add hook only allows for certain variables. I expected that I could just add another variable to the array in bp-activity-functions.php and everything would work as expected, but apparently not! Please find
//MY NEW ROW!in the following code: https://pastebin.com/3nVE4fyaWhat else am I missing? P.S – the row exists in the database, it’s just that it does not record any data that I set.
Thank you!
I am running:
WP 5.5.1
BuddyPress 6.3.0
PaidMembershipsPro 2.4.4There exist several long time active members who do not show up in the Buddypress directory.
I user-switched to the guy who complained and can’t see anything in his list of fields that would make him invisible in the directory. I know he has been active because he’s the one who started noticing that something was wrong.Additionally, I ran the code to mark all members as active. (https://gist.github.com/shanebp/b73343e9c9a6509d2bbc47de80c881c1) Then removed it (as required), updated the buddypress member count, checked the data base (all members show up with a last_activity of today) and still not everybody shows up.
I don’t know the right questions to ask past this. But I need all the members to show up in the directory.
Thanks
Kerch