Search Results for 'buddypress'
-
Search Results
-
Title is a bit vague sorry,
In my profile loop i have a mobile number field in which is partially hidden, unfortunately it is showing up twice (since its being called in the while loop and ive echoed it), just wondering how to not show the one in the while loop but still display it in the table with the rest of the data.
Here is a link for better reference (not an actual mobile number), i need to not show the top one in the loop.
http://tinypic.com/r/2gwc4kl/9Buddypress: 2.9.1
Wordpress: 4.8.2Hi,
I’ve been struggling with this for a couple of years. (tearing the rest of my hair out at this point)
When I send messages to my Website User’s Profiles, an Email is sent to their Email Address.
Is there anyway to Stop these outgoing Emails that go to my Users Email Address every time I send an Internal Message on my Website?
Can this be done without Stopping the “Lost Password Reset” Email that is sent to my user’s Email Address when they need it?
Any help would be Greatly Appreciated Guys. Thank You 🙂
I’m trying to set up a membership site and may go with WooCommerce Membership. But I have a hard time finding a way to solve a problem.
When a member’s membership (via WooCommerce Membership) is cancelled, his Buddypress WordPress user account is still active, which means he can still log in and freely contact other members. i need to find a way to restrict these cancelled members from accessing BP entirely, or at least from Private Message so they can’t contact other members.
So far the closest one i found is this thread
https://buddypress.org/support/topic/hiderestrict-access-to-private-messaging/#post-170393According to the note, USER_TO_DISALLOW would be my cancelled WooCommerce users. But I wouldn’t know which member would cancel (or their membership level) upfront so this codes don’t seem to work for my site. Besides, it’s 4+ years old and I’m not sure if it’s still relevant.
The other one is
https://buddypress.org/support/topic/restrict-private-messages/The moderator said there’s a hook available in BuddyPress called
messages_message_before_savewhich can be used to do things before a message is sent. But I don’t know how to write a function to customize it for my need.Can anyone help? If you happen to know any other membership plugins that can achieve this, I’d really appreciate if you can let me know.
Thank you.
Is it possible to download buddypress and use it independently, and then host via a server other than WordPress? Buddypress is “free”, but you have to pay for a Pro membership of WordPress before you can use the plugin, so it seems to me as if you can’t even begin using BuddyPress and designing a site, to see if it will work for you, without paying for a year or WordPress pro? Any way around this?
Good day, so in my form there are check boxes and multi select boxes, both output the data horizontally and comma delimited.
Please advice on how can I vertically arrange the output.
E.g: buddypress default output is – Plan1, Plan2, Plan3, Plan4, Plan5
Were as my need is:
Plan1
Plan2
Plan3
Plan4
Plan5Topic: bp_activity user count
We’re getting a long running query from:
SELECT COUNT(user_id) FROM wp_bp_activity WHERE component = ‘members’ AND type = ‘last_activity’ AND user_id NOT IN (28974,30626,50225,66864,77511,78706,107191,110540,110849…
primarily because we have a large number of users who have been identified as spam and the userids in the NOT IN clause continues to grow.
This is generating a KILLED QUERY and is impacting performance:
[Wed Sep 13 09:44:06.049075 2017] [:error] [pid 21222] [client 255.155.155.33:13537] KILLED QUERY (35798 characters long
Would it be possible to rewrite this query so that it is inclusive and filters out the unwanted userids instead of it being the exclusive query that it is now?
This query is in wp-content/plugins/buddypress/bp-members/bp-members-functions.php:762)
We are using WP version 4.7.5 and buddypress version 2.8.2
Topic: Custom profile properties
Hello,
Currently I try to style page Profile > Edit (located in theme/members/single/profile/edit.php). But I faced with problem, all layout is hidden in plugin and cannot be really customized.
But I managed to find this topic with following code
<?php if ( 'textbox' == bp_get_the_profile_field_type() ) : ?> <?php if ( 'Name' == bp_get_the_profile_field_name() ) : ?> <!-- Don't allow users to edit their names. --> <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ); ?><?php endif; ?></label> <!-- Dummy input, disabled in CSS, because otherwise saving anything causes the user's full name to be overwritten with the username. --> <input type="text" name="<?php bp_the_profile_field_input_name(); ?>" id="<?php bp_the_profile_field_input_name(); ?>" value="<?php bp_the_profile_field_edit_value(); ?>" <?php if ( bp_get_the_profile_field_is_required() ) : ?>aria-required="true"<?php endif; ?> style="display: none;"/> <!-- The thing that actually displays. --> <p id="name"><?php bp_the_profile_field_edit_value();?></p> <?php else : ?> <label for="<?php bp_the_profile_field_input_name(); ?>"><?php bp_the_profile_field_name(); ?> <?php if ( bp_get_the_profile_field_is_required() ) : ?><?php _e( '(required)', 'buddypress' ); ?><?php endif; ?></label> <input type="text" name="<?php bp_the_profile_field_input_name(); ?>" id="<?php bp_the_profile_field_input_name(); ?>" value="<?php bp_the_profile_field_edit_value(); ?>" <?php if ( bp_get_the_profile_field_is_required() ) : ?>aria-required="true"<?php endif; ?>/> <?php endif; ?> <?php endif; ?>This code gives ability to style as you wish which is perfect for me, but I faced with problem – for some reason dropdowns in <select> tag do not shown. Can someone tell me at least right path how to fix it? I’ve tried to pull what I could, but with no luck so far.
Thanks
Hi
Im using KLEO child theme with buddypress.
After logged in when member clicks on logo of my website, it directs them to the members page like ‘www.mywebsite/member’
I want to change it to ‘www.mywebsite/home’
Please help me out.Topic: Buddypress slow page loading
Initially with up to 600 registered users, bp loads fast. However when the number of registered users and therefore the associated static content increase, the web starts loading slower(around 20 seconds response time); even when it is a single connected user.
We have 10 VPS: 3 webservers (nginx + php-fpm), 1 load balancer for webservers (nginx + varnish), 1 memcached server,3 database servers (1 master and 2 slaves with MariaDB cluster server) 1 NAS (Openmediavault).All quadcores with 8 GB of RAM except the webservers that have 8 processors with 2 cores each and 16GB of ram. We have tested with w3totalcache, wpsupercache, hypercache, wp optimize, all plugins to cache and optimize databases we have found, and nothing seems to work.
We need them to help us, because we can not imagine where the problem is. Any additional information they need can request it.
Greetings and thanks in advance.
Buddypress sends out a “membership denied” email when membership is not approved. How do I disable that? I do not want to send out “membership denied” emails at this time.
Thanks in advance for your help.Hey Guys,
anyone have any experience in either the V2 wp-json?
Im trying to return results for a search http://domain-com/wp-json/wp/v2/users/%5Bsearchterm%5Ddoes anyone know the url string for this? I suspect that this probably doesnt read profile fields?…
Topic: Share post to buddypress
Hi,
Can posts be shared to buddypress activity from different page within same website instead of user adding links, image/video URL’s? Is so how can it be done?
Thanks.
Topic: Share post to buddypress
Hi,
Can posts be shared to buddypress activity from different page within same website instead of user adding links, image/video URL’s? Is so how can it be done?
Thanks.
Hello! I am using buddypress 2.7.1 on a wordpress site.
friendsthroughgrief.comFor some reason users are not able to upload pictures? The option does not even become available on their profiles. The profile picture is just showing up as a white bar. Any ideas?
Thank you!