Search Results for 'buddypress'
-
Search Results
-
My install has stopped sending any emails out for new user activation.
I can receive emails sent by WordPress after a user is manually activated, and can receive any email from Postman SMTP, as these test emails work.I don’t use any other activity markers, but emails were not received when messages were sent either.
I have tried all of the listed troubleshooting steps that others have gone through before.
I have a custom function that creates a post for the user during the registration process. I have removed all custom functions and tried registering a user, and it still will not send any emails.
As BuddyPress uses it’s own PHP Mailer, I am not able to log them via any WP Mail logging tools, and want to see what might be going on here.
The problem reared its head around the time I upgraded to 2.6 (although the custom function during registration was also added at this time) as wellI have reset the emails multiple times, and I have not made any changes to them.
Could someone please provide assistance, or given me a suggestion on how to run the BP Email Debug code to get an email of any issues
Host is Bluehost
Here is my install, and plugin list
WordPress 4.5.4
BuddyPress 2.6.2
Advanced Custom Fields 4.4.10
Akismet 3.1.11 (inactive)
BackWPuP 3.3.4
BP Force Profile Photo 1.0.5
BP Member Type Manager 1.0.1 (inactive)
BP xProfile Location 1.2
BP XProfile WordPress User Sync 0.6.4
Broken Link Checker 1.11.2
Buddy Progress Bar 1.0.2
BuddyPress Conditional Field Groups 0.1.0
Buddypress Conditional Profile Field 2.0
Buddypress Geodirectory Integration 1.0.0 (inactive)
BuddyPress Member Type Generator 1.0.2
BuddyPress Profile Tabs 1.6.1
BuddyPress Security Check 2.1.2
BuddyPress Simple Terms And Conditions 1.3
BuddyPress Xprofile Custom Fields Type 2.5
BuddyPress Xprofile Member Type Field 1.0.4
Cherry Parallax Plugin 1.0.0 (for my theme)
Cherry Plugin 1.2.8.1 (for my theme)
Conditional Profile Fields for BuddyPress 1.1.9
Contact Form 7 4.5
Contact Form 7 – Dynamic Text Extension 2.0.1
Custom Hooks 1.0 (All my custom functions are in this plugin)
Custom Login 3.2.5
Custom Post Template By Templatic 1.0
Custom Post Type UI 1.4.1
Disable Comments 1.5.2
Display Posts Shortcode 2.7.0
Easy Parallax Slider 2.1.1
FacetWP 2.6.4
GEO my WP 2.6.6.1
GeoDirectory 1.6.5 (inactive)
Hello Dolly .1.6 (inactive)
MOJO Marketplace 1.0.1 (inactive)
MotoPress Content Editor Lite 1.6.5 (inactive)
Quick and Easy FAQs 1.0.3
SuitePlugins – Advanced XProfile Fields for BuddyPress 1.0.3
Super Socializer 7.8.1
WP Private Content Plus 1.11
WPFront User Role Editor 2.12.4
Yoast SEO 3.5WordPress v4.6.1
BuddyPress v2.6.2
Theme SydneyThis is a disaster! No one can find the menu for Users with Profile, Settings, Edit, etc. I couldn’t find it for weeks.
I need to create a link to include in the main menu for Users to get to their page. Side bar Profile link too.
Hi Everyone !
One year ago, i try to put the notifications of the Buddypress bar into my header.
And, thanks to the members of this forum, it works succesfully.
I have now a new item on my menu, and it’s a count of the notifications.But i want to see immediatly when there is a new notification !
I would like to change the color of the notification bubble only when there is a new (ou more) notification !
Can you help me ? :/There is my actual php code, on the bp-custom.php
function my_nav_menu_notif_counter($menu) { if (!is_user_logged_in()) return $menu; else $notif = '<li ><a class="ab-item" href="' . bp_core_get_user_domain(bp_loggedin_user_id() ) . 'notifications/">'. __('').'<span id="ab-pending-notifications" class="pending-count alert">'. __(''). bp_notifications_get_unread_notification_count( bp_loggedin_user_id() ) .'</span> </a></li>'; $menu = $menu . $notif; return $menu; } add_filter( 'wp_nav_menu_items', 'my_nav_menu_notif_counter' ); add_filter( 'show_admin_bar', '__return_false' );Sorry if my english is bad, i’m french
I have bad knowledges in Php, but i can try to understand the codeWP 4.4.5
BP 2.6.2Running Buddypress 2.6.2 on WordPress 4.6.1.
So, in example.com/groups/group1, there are posts by several group members.
I want to highlight posts by specific user(s). This can be using a different background, larger font, different colored text, etc.
How do I achieve this?
Topic: Admin approval
Hi all,
Site with latest BP and WP. I have BBPress plugin installed with only sitewide forums and I need admin approval for new users. I saw there are several plugins but it seems that each of them manage just WP or BP.
How I can prevent a user interacting with the whole site until he is approved by an admin?
I saw the BuddyPress Registration Options plugin block the user until approval only for the BP area of the site.
Thank you in advance
Hello,
I am working on a BuddyPress website at the moment and I am starting to fill out the accounts for the users that will join in the near future. I want to be able to create multiple accounts that will be given over to users once my website is near completion. Therefore, when registering these accounts, the email field and email confirmation should not be required. However, the email field should still be something that can be entered in once registration is complete.
Is this possible? If so, please let me know how. Thank you.
Hello, I’m a web developer trying to create a member’s directory for a website via Buddypress, I am trying to use the cope from members-loop.php to display the cover image that shows up on individual profile pages but I can’t find a way to pull the url for each member.
Is there a simple or at least straightforward way to do this? Or alternatively, is there an alternative to the default avatars so I can use different dimensions for them?
For reference I am using Buddypress v. 2.6.2 and the exact section of code I’m looking at is this.
<?php while ( bp_members() ) : bp_the_member(); ?>
<tr>
<td>“><?php bp_member_name(); ?></td>
<td><?php echo bp_member_profile_data(‘field=Businesstype’); ?></td>
<td><?php echo bp_member_profile_data(‘field=Phonenumber’); ?></td>
<td><?php echo bp_member_profile_data(‘field=Address’); ?></td>
<td><?php echo bp_member_profile_data(‘field=Website’); ?> </td>
<td>“>Full Profile</td>
</tr>Topic: Like Button Issue.
Hi,
I am using WordPress 4.6.1 and Buddypress 2.6.2 on my young site:
http://www.artisticfreedomcrew.com
While I was testing the site offline the like button was working normally, but as soon as I got the site online, and invited only a handful of friends to test it, it stopped working.
Now it keeps loading and it never shows up, so it’s unusable.
What might be causing this issue?Regards,
Bruno Mestre