Search Results for 'private'
-
Search Results
-
Is it possible to easily make a link (that I can place in a button) that replicates the “Private Message” button that appears at the top of people’s profiles? Hovering on that link includes a nonce, the target nickname and my own user nickname.
What I’d like is a button that I can place somewhere on the site which lets any user go directly to the compose screen with (specifically) my nickname already inserted in the “Send @username” field.
So something like https://domain.com/messages/compose/?r=meeeeeee (but working).
Wordpress Ver: 6.3.2
Buddypress Ver: 11.3.2
site = luxauro.com (in maintenance mode)
can’t access frontend to switch to twenty* theme, have renamed current theme directory so no theme working
current theme working and activated at time of crash = dokani-develop 1.0.0
other themes installed:
twentytwentythree 1.2
yith-wonder 1.3.3
Plugins installed:
advanced-custom-fields 6.2.1
buddypress(new) 11.3.2
contact-form-7 5.8.1
dokan-lite 3.9.1
dokan-pro 3.9.2
elementor 3.16.6
elementor-pro 3.16.2
elementskit-lite 3.0.0
essential-addons-for-elementor-lite 5.8.11 Update available
filebird 5.5
flamingo 2.4
hcaptcha-for-forms-and-more 3.3.3
header-footer-elementor 1.6.17
hostinger 1.8.5
litespeed-cache(old) 5.7
phone-directory 5.9.9
premium-addons-for-elementor 4.10.11
shipping-system-live-rates-fulfillment-envia(old) 4.2.1
syncee-global-dropshipping 1.0.17
tawkto-live-chat 0.8.1
taxjar-simplified-taxes-for-woocommerce 4.2.1
updraftplus 1.23.10
wc-shipping-packages 1.1.31
wc-shippo-shipping 1.5.9
webp-converter-for-media 5.11.2
woocommerce(old) 8.2.1
woocommerce-booking 5.23.1
woocommerce-payments 6.6.2
wordfence 7.10.4
wordpress-seo 21.4
wp-remote-users-sync 1.2.13
wt-woocommerce-related-products 1.5.0
yith-woocommerce-wishlist 3.26.0Plugins with “old”, “(old)”, or “new”, “(new)” appended to the end of them I have left renamed for reasons below
I installed buddypress yesterday (saturday, october 21, 2023) with the above list of plugins installed, all worked fine for a while,
later yesterday I found that I could not access the wp-admin side no matter how much I logged in (as you can see in the plugins directory I have wordfence installed and was receiving security alerts that my username was logging in)
another team member was able to so we decided to deactivate buddypress and see if I could login, (i had already cleared browser cache and tried in private and tor windows to log in)
upon attempted deactivation we got the “critical error” message (little note with private window I had the same results whereas in the tor window after inputting username and password i received a 403 error)Team member then deleted buddypress via the file manager (we are hosted on hostinger)
since then no matter what we have done we get the critical error messagetroubleshooting efforts included: renaming the plugin directory (site appeared fine) then renaming every plugin and resetting them to their original names until I found that re-activating 5ish of them would crash the site (at this point buddypress was still deleted and had noit been reinstalled) these plugins were: lightspeed cache, hostinger plugin, woocommerce, shipping-system-live-rates-fulfillment-envia, reactivating any of these plugins would crash the site.
I figured that perhaps buddypress had leftover some code (i found the buddypress entries / db in the database), another team member suggested reinstalling buddypress if deleting bp crashed the site, I did that and it didn’t fix anything. However with the aforesaid problem plugins mentioned renamed so that wp doesn’t recognize them, and the buddypress plugin active the site is fine, hinting that perhaps the problem isn’t with buddypress but with one or more of those other plugins.
Just looking for some thoughts on this whole issue, any guidance will be appreciated, thanks in advance folks!!!
PS If you need more info just ask!
I am missing the buttons seen on this article https://codex.buddypress.org/administrator-guide/messages/
When I was working on it and trying it out, they popped up once, but I can’t get them to come up again.
I am using generatepress theme not sure why I would see them once but not again. How do I get those buttons back?
my website is inspireherpossibilities.com
I am using Buddypress Legacy.
BuddyPress allows website owners to create their social networking platforms within WordPress. It provides features such as user profiles, activity streams, private messaging, friend connections, groups, and more. These features enable users to interact and engage with each other, fostering a sense of community on the website.
Topic: Private and public messaging
Hi,
I am unable to explain in a clear and succinct way to my website’s future members how to send private or public messages and how to do it individually or in bulk (addressing group members, for instance). One reason for my incapacity is that there is a little bit of information everywhere about these topics, which is often contradictory. The other is that the info is generally obsolete; for instance, I have never seen a “Public Message” button or an “Add Friend” one, though this is still given as true in the tutorials. I have looked around a lot, to no avail.
Can you point me to an up-to-date and thorough tutorial outside of the official BP documentation?
Thanks for your help,
Philippe
WP Ver: 6.3; BuddyPress Ver: 11.2.0; BBPress Ver: 2.6.9
Hi, as creating a group and applying it to an existing private forum A is not possible, a new, empty, private forum B is created by default instead. Once the existing forum A is added to the group, will it break anything to remove the newly created empty forum B?
The two forums appeared to be linked in some way.
Thanks.I have created a new group with the below code.
// Define the group details. $group_args = array( 'creator_id' => get_current_user_id(), // The ID of the user who creates the group. 'name' => 'My New Group', // Replace this with the desired group name. 'description' => 'This is a sample group created by code.', // Replace this with the group description. 'status' => 'public', // You can set the status to 'public', 'private', or 'hidden'. ); // Create the group. $group_id = groups_create_group( $group_args ); if ( ! is_wp_error( $group_id ) ) { echo 'Group created successfully. Group ID: ' . $group_id; } else { echo 'Failed to create group: ' . $group_id->get_error_message(); }
I want to update the created group status from “public” to “hidden” but I cannot find the proper hook/function.
Topic: Change the buttons
I am using the plugin Block/Suspend/Report users.
It looks good on desktop but I do not like the secuence in responsive version.Screenshot:
https://www.werny.it/blog/wp-content/uploads/2023/07/IMG_0381.jpegThe „Private message button“ moves in a submenu.
I want this button instead of the „block user“ button and move the other buttons in the submenu.Is there any way to do so?
Topic: Voice Messages / Comments
Topic: Table in User profile
Hello everyone, I have a question that I’m looking for an answer for days, I have to create a site with private area that allows to display a table in the user’s page, this table deals with a workout sheet that must be editable only by the administrator, I wonder such a thing is possible with some plugin extensions? if not how can I move according to you?
I’m working on a fiction/narrative piece and need a very specific site for my readers. I think BuddyPress might be the perfect solution…if I can lock it down and prevent logged in users from editing everything.
The plan is to create a new website using BuddyPress, create only a handful of accounts, fill them up with content and finally allow my readers to log into each and read the conversations, view friends, relationships, etc. BUT…my readers should not be able to change ANYthing. This includes every single thing in BuddyPress as well as updating the user account info. Think of this site I’m describing as a way to snoop
To recap:
- Site: Brand new, members only. The public can’t see a thing without logging in. Thinking BuddyPress (obviously!) + other plugins could fill the bill here.
- The entire site will be private, and users have to log in to read each profile. This will allow readers to view different sides of the story by reading private messages just between 2 characters.
- I’ll create several accounts then create content showing them are interacting with each other.
- I want to allow my readers to actually log in to each account, but prevent them from changing ANYthing. They should be able to click around, read private messages and “consume” everything that that user has access to.
- Admins can still edit content: This is a nice to have, but not a deal breaker. I’ll be setting up the entire site and creating all the content before I allow my readers to be able to log in.
Possible? Would love your thoughts on this. I feel there might be a super simple custom bit of PHP in
bp-custom.php
or another approach?Thanks!
Hello,
I would like assistance with implementing a functionality for my WordPress website using BuddyPress. I have a private BuddyPress group, and I want to restrict access to only those users who have a valid member number. Each user has a member number, along with their last name, stored in a database.
I would like to create a mechanism where users requesting to join the group are required to enter their member number. Upon clicking the “Request” button, I want the system to validate the entered member number against my database, which contains two columns: member number and last name. If the user’s last name matches the database entry and the member number is correct, I want their request to be automatically accepted.
Could someone guide me in the right direction or provide an example of how I can achieve this?
I have buddypress installed but how do I integrate its private messaging system with bbppress? I’ve seen some functions.php snippets on google but none them still work.