Search Results for 'buddypress'
-
Search Results
-
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 pageWhat are the key limitations/drawbacks to building a new social network on BuddyPress?
Is it possible to install a single instance of BuddyPress across multiple domains?
Hi,
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!
– DHi
My site has recently been switched from a managed wordpress platform to a business shared platform by my host because of an uptime issue.
Now, when logging in there are some issues with other user’s details being confused with those of the logged in user, for example the other user’s details appearing in the top right hand buddypress menu (including linking to the profile of that user), places where I have shortcodes to access usernames etc show the wrong ones. This is obviously a GDPR issue.
I haven’t made any change to the platform apart from moving the hosting. My host says there’s no sign of database corruption, and I have done things like purging caches and also updated to the new release of BP.
The host said: The only thing I’m wondering is whether BuddyPress requires a PHP module that’s not enabled on the Business plan to run your site correctly (I’ve very little direct experience with BP unfortunately!). And suggested I post a query here.
Unfortunately this is very much the wrong time for an issue like this to rear up as I’m in the middle of launching my community and have a number of people who have registered and are awaiting activation, and a big event planned for tomorrow which will involve the community site.
Has anyone got any idea what the problem could be – or about what php module could be required as per my host’s question?
Many thanks!
NicolaI have a need to create a custom template for a page that would include a text link or button that would redirect to a logged in user’s private messaging feature. In other words the templated page would not be a default BuddyPress page, and the text link or button would recognize the BuddyPress logged in user and redirect that user to their default BuddyPress Private Messaging page.
Hello guys,
I got an issue with BuddyPress plugin. I cannot edit BuddyPress forum pages because I am getting:
“Sorry, the content area was not found in your page. You must call the the_content function in the current template, in order for Elementor to work on this page.”I have tried all the possible settings and nothing…
Please help!Jakub
Topic: Members Page
I’m running WP 5.2.2 and the latest version of BuddyPress. Just did a fresh install and checked the settings in the backend.
I have 2 admins and an author, all 3 of us are listed as spam from the get go when i look at our user profiles in the backend…. so theres that…
When im on the /members page, it shows ‘Sorry, no members were found’ when looking at ‘Last Active’ sort.
Same message when viewing ‘Newest Registered’ Sort
but when i sort by alphabetical, it shows all 3 of us and only shows me as active and the other 2 as never active…. but when i log out and log back in as another user, it shows her as her as active and my acount as never active….
Am I supposed to register these user accounts? And if so, how do I do it? we’re all marked as spam, and i don’t even see a way to unspam our profiles…
I’m very new to BuddyPress and I have a feeling I’m going to be asking a lot of questions on this forum…….
I’m struggling here.
When running Twenty Nineteen sending an activity comment works as expected.
The ajax request is made about line
749inbuddypress-activity.js/ buddypress-activity.min.js`.However in my custom theme the same script failed and doesn’t get a response. I’ve verified by adding a .fail() to the ajax call. There’s only one difference I can see in the responses and it’s stored within the parent object which is defined at line 438 and stores event.data
I’ve also removed all additional scripts and made sure that the activity area is using default view files rather than my own inherited. Still no joy.
The only thing I noticed was the
responseTextinajax_requestof theparentobject is different when comparing Twenty Nineteen as active vs custom theme.Custom theme
responseTextTwenty Nineteen:
responseTextI’m sure you’ll notice that there is no
contentsescaping the object in Twenty Nineteen.So yeah, I’m a bit stuck on debugging this and wondering if anyone has had the same problem and could point me in the right direction.
Thanks.