Search Results for 'buddypress'
-
Search Results
-
Topic: invalid activation key error
I am getting
1) a “504 Gateway Time-out” error on my site while trying to register a new user, but i do get the email to activate the account.
2) when i click on the activation link that directs me to the activation link page an “invalid activation key” or “504 Gateway Time-out” error is displayed
My WP version is 5.2.2 and my buddypress version is 4.3.0 and the url of my site is http://www.enlightopedia.net
Please help
I wan to display my custom created action activities in activity tab of groups but it is displaying in activity tab which is global. I had tried alot of solution on internet but no one is working.
add_action(‘wp_insert_post’, array($this, ‘bd_custom_bp_record_activity’));
function bd_custom_bp_record_activity() {$gid = bp_get_group_id();
groups_record_activity(array(
‘action’ => apply_filters(‘groups_activity_new_update_action’, sprintf(__(‘%1$s created an event %2$s’, ‘buddypress’), bp_core_get_userlink(get_current_user_id()), ‘‘ . esc_attr(bp_get_group_name()) . ‘‘)),
‘content’ => ‘new post’,
‘type’ => ‘created_event’,
‘item_id’ => $gid,
‘user_id’ => get_current_user_id(),
)
);
}Hi, I am trying to build a social site that may grow to serve many people.
My issue is that users can see the activity of every other user in their activity stream. There is a tab for “My friends” but users can still see the activity of all members.
How can I fix this?
I have seen talk of a plug in on this forum but I couldn’t find anything. I also found this post which gives
li#members-all.selected {
display: none !important;
}but I added this to my CSS and it didn’t block all members activity. Any help is appreciated.
I just started using BuddyPress and I am running into two issues. I am currently on WordPress version 5.2.2 using Total WordPress theme by WPExplorer.
The name field is not displaying on profile pages seen here on this Profile Page.
Also, when logged out I am not seeing the Register link in the main navigation menu below the Log In link as I have it set up in my main navigation menu using the BuddyPress “logged-out” menu links.
I’m not sure if these issues are caused by the theme I am using?
Any input would be appreciated.
Topic: Registration
I just downloaded the BuddyPress, and activated. I believe it is all setup. However, looking for information on setting up my registration page,as well as getting the social pages to be more appealing. The theme I am using is magcess, you can take a look at the site here https://giftinghandsnonprofit.us
Please can you resolve this conflict issue between BuddyPress and (WpDiscuz). We are not able to delete comments. Please see below copy of the
message from WpDiscuz plugin authors/developers:The issue comes from the BuddyPress plugin and cannot be fixed by wpDiscuz
side. For some reason, the wp_delete_comment WordPress function is being
called twice (BuddyPress plugin uses hooks that calls the function) and it
messes up wpDiscuz codes. You should contact BuddyPress support and ask
them to check the issue.Topic: Turn off @mentions
I’ve been trying to turn off mentions using:
add_filter( 'bbp_find_mentions', '__return_false' );and
add_filter( 'bp_activity_do_mentions', '__return_false' );but it’s not working. Has this changed in v2.6?
Running bbPress v2.6-rc-7 and buddypress 4.3.0
I want to turn it off as it’s not required by the site, but mainly that it breaks URLs that happen to contain a username as described here.
Any ideas on how I can turn off @mentions?
Hey,
I have an issue with the integration between BuddyPress and bbPress.
I want to allow my members to create private groups with Forums, the issue is that these private groups forums also show up on the Forum front page for members who are not in this group.
Members of this private group should see the group forum in the ./forums/ page but not for members who are not in this group.
Is there a way to allow buddy press members/ users to connect an RSS feed to their personal profiles? I have a network of networkers and this would make it simple. Just connect your rss feed (let’s you’re your YouTube) and it will grab/ post every time you put out a new video.
Hello,
It is driving me crazy that when I install BuddyPress, the profile links either redirect people to main domain or wp-admin page of my site. I could not find a solution for this.
I install the same theme “boombox” and same plugins to another domain for test and buddypress works as intended there, but not on my current domain.
Here is my url: https://www.testçöz.com
ASCII version of my url is: https://www.xn--testz-1ra9h.comAs my site is IDN, does it cause the issue? Does anyone know how to fix this?
NOTE: I have tried to clean install of buddypress, disabled all other plugins to see if any of them makes the conflict, it is the same issue even if the only plugin activated is buddypress.You can login with the following user data to see and reproduce the error
username: borabey
password: borabeyPlease help me as I want to use BuddyPress with myCred and Zombify plugins together.
I can not go to buddypress
Hello good please I need help with my website , I want to add buddypress followers and following on my theme header like this following (1) followers (1) how can I do it’s please
Topic: Admin link in profile menu