Search Results for 'wordpress'
-
AuthorSearch Results
-
February 20, 2019 at 6:55 pm #303010
In reply to: How restrict the create group for one user
Venutius
ModeratorI’ve a plugin for that: https://wordpress.org/plugins/buddypress-restrict-group-creation/
February 20, 2019 at 5:26 pm #303003In reply to: Populate wp_usermeta.last_name
Varun Dubey
ParticipantFebruary 20, 2019 at 4:41 pm #302995Venutius
ModeratorFebruary 18, 2019 at 3:25 pm #302937In reply to: Custom notification text don’t show on front page
shanebp
ModeratorUntested, but try:
function custom_format_buddypress_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) { // New custom notifications if ( 'custom_action' === $action ) { $custom_title = "You have new custom notification"; $custom_link = get_permalink( $item_id ); $custom_text = "You have a new custom notification"; // WordPress Toolbar if ( 'string' === $format ) { $return = apply_filters( 'custom_filter', '<a href="' . esc_url( $custom_link ) . '" title="' . esc_attr( $custom_title ) . '">' . esc_html( $custom_text ) . '</a>', $custom_text, $custom_link ); // Deprecated BuddyBar } else { $return = apply_filters( 'custom_filter', array( 'text' => $custom_text, 'link' => $custom_link ), $custom_link, (int) $total_items, $item_id, $secondary_item_id ); } return $return; } } add_filter( 'bp_notifications_get_notifications_for_user', 'custom_format_buddypress_notifications', 20, 5 );February 18, 2019 at 9:41 am #302935In reply to: Fan Page or group rvert to fan page ?!
Venutius
ModeratorOK it’s live now: https://wordpress.org/plugins/bp-fan-page/
February 17, 2019 at 1:33 pm #302922In reply to: Fan Page or group rvert to fan page ?!
Venutius
ModeratorWe’ve had a few requests for Fan Page functionality recently so I took a look at the announce group code to see what changes could be made to turn it into a fan page plugin. Other than changing the name to fan page I also noted that it did not prevent group members from creating new topics in the forum so I’ve forked the plugin and added those changes. Hopefully that will deliver something like what you are looking for. I’ll submit it to WordPress.org and let you know once it’s live.
February 17, 2019 at 10:19 am #302918In reply to: Fan Page or group rvert to fan page ?!
Venutius
ModeratorThere’s a plugin the converts a group to announce only, maybe that could be the basis of a fan page?
February 17, 2019 at 12:06 am #302914In reply to: Posts not syncing
hrithik951
ParticipantWordPress did it part by successfully assigning the posts to the author. It is indeed visible from the backend that posts were assigned.
From the frontend, the main profile of the author which is visible to the public, that isn’t showing any posts. It’s like they are not syncing.
February 16, 2019 at 11:26 pm #302913In reply to: Posts not syncing
Venutius
ModeratorBuddyPress does not manage what happens to posts when a user is deleted, I think that’s a WordPress function.
February 16, 2019 at 11:03 pm #302912Alex
ParticipantTry something like this in the Additional CSS tab of the WordPress Customize area:
#forums-personal-li {
display:none;
}February 15, 2019 at 4:47 pm #302881In reply to: Buddypress SiteWideActivity Updates Only
Varun Dubey
ParticipantFebruary 15, 2019 at 1:40 pm #302873Venutius
Moderatorthis may have some relevance: https://buddypress.trac.wordpress.org/ticket/8050
February 14, 2019 at 9:10 pm #302856In reply to: Users Not Able to Register
alikadievmr
Participantmy website vikings.life WordPress 5.0.3 BuddyPress 4.1.0
February 14, 2019 at 1:18 pm #302845In reply to: Community of book readers
Freddy Wong
ParticipantYou can use specially designed WordPress theme, I think the solution already exist.
February 14, 2019 at 11:04 am #302843In reply to: What are the benefits of the buddypress Community?
Jackson Bird
ParticipantBuddyPress
BuddyPress is a powerful WordPress plugin that takes the self-hosted WordPress sites to integrate with social network and community features. It allows you to handle user profiles, user groups, activities, and others within WordPress blogs. So you can use it as a social network for schools, colleges or universities or a communication tool for friends, organizations or companies; and more. As a result, you can easily develop WordPress community with BuddyPress.February 13, 2019 at 11:36 pm #302836In reply to: deleting spam member doesn’t delete their groups
shanebp
ModeratorYes, it is on purpose – see the ticket.
February 13, 2019 at 9:31 pm #302832In reply to: Comments not saved on Group
JM Deom
ParticipantHi again,
I verify my other plugins and I think I have found where there is come from.
The problem occurs after installing rtmedia for WordPress, BuddyPress 4.5.5. The former version is 4.5.4.
The older comment are visible but not the new one after installing the 4.5.5 version.Do you have an idea where is it come from ?
Thx a lot for your support.
February 12, 2019 at 1:13 pm #302796In reply to: Member search in mutiple profile fields
Brajesh Singh
ParticipantHi,
Please have a look at BP profile searchThis should help you with achieving your goal.
Best regards
BrajeshFebruary 12, 2019 at 3:19 am #302786In reply to: User Based Shortcode?
Michael
ParticipantValid (upto date) Plugin Found: https://wordpress.org/plugins/dv-shortcode-whitelist/
February 11, 2019 at 11:29 pm #302781In reply to: BuddyPress/WordPress USERS CANNOT LOGIN
manuuu1127
ParticipantSo, I unchecked the “wordpress buddypress profile syncting” box and i was able to at least receive an activation email, which gets sent to junk mail…but once activated, i still can’t login.
Now I am going to attempt to try registering and logging in after disabling the “allow users to login with wordpress”
February 9, 2019 at 2:40 am #302728In reply to: Activation email not sent
ng95
ParticipantHi Guys
I solved my pb.I was installing my wordpress site using Cpanel. Last time i decided to install it without Cpanel and now i received buddypress email.
Please try my solution and tell me if it works for you.
February 8, 2019 at 6:00 pm #302704In reply to: “Invalid Post Type” when posting in group’s newsfeed
Venutius
ModeratorYep, I’d recommend you do a lotof testing. With a plugin list that’s long there’s bound to be other compatibility issues hiding. Here’s a tip: try https://wordpress.org/plugins/plugin-detective/ next time you spot a potential conflict. With a lot of plugins it really helps streamline the process of tracking down the offending plugin.
Also, while you are in the startup stage turn on WordPress Debugging, there’s a plugin BWS Error Log Viewer – that will set up your error log and give you a simple way of viewing it, this will help you track the issues. WP DEBUG can cause a performnce hit for active sites so the general idea is to only run it on active sites if you are tracking a particular issue though to be honest one my sites with only a few hundred users I’ve not seen any issues with it on.
Check out https://codex.wordpress.org/WP_DEBUG for more info on debugging in WordPress.
One last thing: don’t forget your JavaScript console in your browser, the WP Error log is for PHP errors in the WordPress back-end, the js console (right click on the page and Inspect Element) will show you any JavaScript Errors and messages.
February 6, 2019 at 10:43 am #302652In reply to: Can You Help Me?
Venutius
ModeratorHi there, I don’t think BuddyPress will launch a front end post submission extension. You could raise this as a new enhancement request in Trac if you like but I’d not be very hopeful that this would be forthcoming.
February 6, 2019 at 10:32 am #302651In reply to: Registration Error
February 6, 2019 at 10:04 am #302649In reply to: Registration Error
Venutius
ModeratorHi there, what version of WordPress are you using?
-
AuthorSearch Results