Search Results for 'buddypress'
-
Search Results
-
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: 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.