Search Results for 'wordpress'
-
Search Results
-
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: Admin link in profile menu
WordPress 5.2.2
theme: Masonry Hub
BuddyPress and MediaPress are the plugins being used;Problem: I am trying to move the “Submit Post” & “Cancel” buttons on the activity page OUT of the textbox because I need them to be shown at all times WITHOUT activating the textbox, this is so people can just click the picture icon to attach a picture with no words and click submit.
https://imgur.com/a/KSFyu4l Check these pictures to get a further understanding!
Possible solution:
1:
I’ve looked into mpp.js to trigger the textbox activation when the picture icon is clicked (I know where to put the code to trigger the activation, but I dont know what code snippets I need from: buddypress-activity-post-form.min.js to do it)2:
Override the CSS and force it out be outside of the textbox activation which is what I’d like.I’ve spent hours digging at this and haven’t gotten much besides whats above, any help is greatly appreciated!!
For some reason, people are able to log into the website without activating their account first. When doing so, their account gets bugged out:
– They see the blue admin bar on top when they shouldn’t (I disabled it so only admins see the bar).
– Shown as offline
– Friendship requests do not work and get bugged out.Could you offer me some assistance as to why this may be happening? Sometimes they are able to log in without activating. Other times, they get “ERROR: Your account has not been activated. Check your email for the activation link.”
The theme I use is not custom (https://wordpress.org/themes/editor/). However, I did switch it back to the default theme to check (Twenty Nineteen) and unfortunately, the problem still persists. I’ve tried disabling plugins as well and I could not seem to isolate the problem.
In https://example.com/wp-admin/users.php?page=bp-signups, the page generates the IDs of all the accounts that are not activated yet. Is there a way for me to fetch the user IDs for those who are not activated yet and redirect them to a custom page when they log-in? Sometimes unactivated accounts are able to log-in. As a temporary solution while I figure out the root of the problem, my plan was to:
Fetch all the user IDs of those who are not activated yet
Upon login, redirect them to a custom page that explains that their access is limited and to activate their account to gain access to everything.
My idea was:function unactivated_user_redirect( $user_login, $user ) { // Grab unactivated user IDs and store in array // Check to see if $user ID matches ID in array. // If matches redirect to wp_redirect(www.example.com/custom-page); //exit(); } add_action('wp_login', 'unactivated_user_redirect', 10, 2);Topic: Notification links are wrong
Hello, I use Buddypress version 4.3.0. The notification module does not work. Some notification links point to bad pages. Is the problem known, if so how to fix it. My site is installed on a WordPress server.
Hello,
I am using BUddypress 4.3.0 on wordpress 5.2.2. Under the option for a member to hide their profile from the members list. If the user selects yes then the profile is hidden.
If you then try to change back to no (so the profile is visible) then the profile remains hidden in the members list. This happens in both the theme I am using (customify) and the Twenty Nineteen theme.
Any help would be much appreciated.
Many Thanks Les
Topic: Featured Posts or Content
The site we’re working on has to have the ability to output every 10 entries in the activity loop a sponsored or ‘featured’ post. I’ve attacked it from 2 different ways to no avail. One nearly works in that I inject a custom post type of ‘featured post’ that displays 90% of what I want however as it’s a wordpress post not a buddypress post it doesn’t output the ability to comment or any of the usual BP controls in the feed and due to how comments are controlled in WP it’s not possible to override easily/ at all.
I’m comfortable injecting a post into the feed and getting that sorted but does anyone have any ideas on how to get a buddypress post to be the featured post (and it needs to be an array of them as I am posting one every 10 entries so can’t be the same one over and over etc).
Any guidance would be greatly appreciated. I’ve searched the forums to no avail and haven’t seen a plugin that’ll do it either.
Topic: Profile Picture Upload Error
Wordpress: 5.2.2
BuddyPress: 4.3.0
Theme: AstraI have an error when changing profile picture. After selecting picture from computer, the green progress loading bar is only “full” for a couple of seconds (as opposed to “filling” corresponding to the file upload), and then it displays a picture for “crop” that is either nothing or miniscule. All that is visible is the “crop” button and what appears to be the four corner dots of the crop tool all bunched together. I have screen shots of the error, but don’t know how to upload them.
Hi!
I have problems with e-mails.
I set email when someone registers on my website for activation but it seems not working.
Same problem with the cover image of a user profile. When I upload my personal cover image in CUSTOM CSS PANEL it’s working. But when I go to my profile disappears.Wordpress Version: 5.2.2
Buddypress Version: 4.3.0.
Website: https://www.dovadoapp.comThank you for your patience.
Topic: Remove preview-mode
Is there a way to add a notification when someone I am following comments on a wordpress blog or posts a new wordpress blog post?
Is there a way to add BuddyPress type comments – use of @username, like, add image etc to a regular wordpress blog post (ie not in the activity stream).