Search Results for 'buddypress'
-
Search Results
-
Topic: Emails Not working
Hi,
Suddenly my emails / buddypress notifications have stopped. The only recent change has been adding Sucuri WAF. I’m using Mailgun to send out the emails.
Any advice?
Topic: Creating Pages
We have been using BuddyPress Groups Extras plugin to add extra pages to each of our groups for some time now. But, the plugin hasn’t been updated in quite some time.
Is there a way to add blank pages to groups where the user can update them? TYIA
Topic: Sucuri and admin-ajax.php
I have an issue where I have https://sucuri.net locking down the wp-admin interface for security purposes to specific IP addresses.
The BuddyPress plugin profile and cover image upload fields, on the profile page, appear to be using the wp-admin/admin-ajax.php file to upload images to the site. I also have users who log into the site, but only on the front-end of the site. They do not have access to the admin section. These users are not able to upload images since the admin section is locked down.
One thinking I noticed was that if I disable javascript in my browser for the profile photo upload screen the UI falls back to a PHP based upload mechanism. Is there a way to make the PHP method the default for all forms in BuddyPress so that I don’t have to unlock my admin interface?
Thank you for any help.
Topic: Disabling Friend Connections
Hello, I have a a site where users seldom use friend connections – I’ve decided to do away with the feature. When I try to disable it from the BuddyPress settings, I get a message that reads, “Settings saved” but the friend connection function is still enabled….
Any ideas on addressing this?
Topic: Hook on New Topic or Reply
WordPress Version: 5.2.2
BuddyPress Version: 4.4.0
bbPress Version: 2.5.14Hello, I’m looking for a hook to grab data of new topics and replies as they are added.
I was thinking this would do the trick, but it does not trigger my curl request.
add_action('groups_forum_new_topic_after', 'group_was_posted_on', 10, 2); add_action('groups_forum_new_reply_after', 'group_was_posted_on', 10, 2);Then I tried this:
//new topic was created add_action('bp_forums_new_topic', 'group_was_posted_on', 10, 2); //new post was created to a topic add_action('bp_forums_new_post', 'group_was_posted_on', 10, 2);Still no luck. What actions/hooks do I need to use for:
User creates a new topic
User creates a new reply to a topicThanks for your help
Hi,Got this error on the last update.
fatal error: call to undefined function bp_get_activity_slug() in /home/farslm/domains/farslms.com/public_html/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-component.php on line 236Hello Friends,
I want to created an android application for my website created with buddypress. I have a plan to provide the android app to my website viewers. Help me to create an android app for my buddypress website.
Thank You.
Hello freinds,
I want to add monthly based subscription in my BussyPress website. I have a plan to collect money from people for read the news and articles in my website. Please help me to Add payment subscription in my buddypress website.
Thanks.
Hi!
I would like to block loading buddypress custom css file in theme’s buddypress folder on every pages. I used this code in functions.php
function conditional_buddypress_styles_scripts() {
if ( function_exists( ‘is_buddypress’ ) ) {
if ( ! is_buddypress() ) {
wp_dequeue_style( ‘buddypress’ );}}However, theme folder/buddypress/buddypress.css file is still on load. How can I dequeue custom buddypress style sheet?
I need your help. Thanks in advance.Hi Friends,
I want to add live chat between registered members in my website. Iam using BuddyPress. Please help me to add the live chat.
Thank You
Hello, I’m using BuddyPress on my website with multiple themes, I recently noticed that my users would be logged out when they were directed to certain pages, that’s not what I want to happen, please let me know if anyone knows how to solve this.
This is the Link to that pageHi,
My goal is to grab the buddypress private messaging part and include this in another page such that this can be used as a single messaging feature without the complete buddypress profile.
I am somewhat familiar with customizations of templates and usage of hooks in wordpress.
My wordpress version is 5.2.2 and my buddypress version is 4.4.0.So when digging into buddypress I found the bp_templates folder and figured out that to for example load the message composition part we should use
bp_get_template_part( 'members/single/messages/compose' );. This included the part but without any styling while the stylesheet of buddypress does seem to be included when looking into the developer tools of Chrome.Therefore my question is: How to include the complete private messaging part on another page with the styling included?
Kind regards,
JustvdvHere is my profile
https://nature-photo-travel.co.uk/members/radar/I am admin and I chose “radar’ to add an extra level of security. hat security is compromised because my ‘hard-to-guess’ admin name is displayed on my public profile and even in the url.
What a gift for the hackers!!
I have ‘Tony Prower’ set as my display name in my wordpress profile. How do I get that to reflect in my buddypress profile?
Hi,
i use your plugin since a long time but now, i have a big problem.
When i want to access to profil page (/members/username) or to the user drive (/members/username/drive), i’am disconnected automatically….I search yesterday but i don’t find issues to fix this bug, so i write you to know if you have an idea about this.
How do I remove the activity scroll when a user clicks on reply? I just want the user to click on the reply button and for the textarea to just open but not scroll the page down to the reply.. I just want it to open in place.
This question has been asked before here: https://buddypress.org/support/topic/removing-activity-reply-scroll/ But it seems mega outdated.
Thanks!
– D