Search Results for 'comment notification'
-
AuthorSearch Results
-
October 17, 2018 at 3:21 pm #279062
rosyteddy
ParticipantThis is the use case scenario
An user A, who visits a wp-bp site from time to time, gets a link shared by an user B, via email. The link takes directly to a blog post. User A now wants to “favorit” this and/or “save” this for future use. However, since somewhat a moderate number of activities have already happened, the blog post ( notification of the blog post activity) is NO longer visible in the activity stream. At the same time there is NO “like” / “favorit” button in the blog post under the blog content, just as you find in Comment ( comment can be both way : from activity or from the post itself )
Solution ?? Its 2018, and all social sites or social php scripts can do this. You mean we cannot do this in BP even after more than 10 years of dev ? Any consistent and future-prood plugin that will do this ??? Many thanks for posting a solution.
August 28, 2018 at 5:18 am #275960In reply to: Notification not showing in user profile
raneeshct
ParticipantThanks. Unfortunately this is not what I am looking for. This notifies only the author of the blog. I need to notify all the users who commented on the particular blog.
ow let’s assume I have two users A and B registered in the website and consider a post with Title “Hello All”
1. User A made a comment on the post “Hello All”
2. User B made a reply comment to the User A’s commentit is expected to show a notification on User A profile under notification tab on site such us User B replied to your comment.
Please advice
August 27, 2018 at 5:49 am #275935In reply to: Notification not showing in user profile
raneeshct
ParticipantThis is not the solution I am looking for. Let me explain what I clearly needs.
I have an existing WordPress website with a few posts. I have installed BuddyPress plugin. Now let’s assume I have two users A and B registered in the website and consider a post with Title “Hello All”
1. User A made a comment on the post “Hello All”
2. User B made a reply comment to the User A’s commentit is expected to show a notification on User A profile under notification tab on site such us User B replied to your comment. Unfortunately this is not happening on the website. To cross check whether it is a theme issue, I have changed the theme to default themes of WordPress and notification is not yet showing. Please help. Looking forward to an immediate response.
Here is the website URL https://beanstalkminds.com/
August 24, 2018 at 10:30 am #275885Topic: Notification not showing in user profile
in forum How-to & Troubleshootingraneeshct
ParticipantPlease advice on the following,
1. I have made a test post in my WordPress website and made a comment.
2. Using another user I have replied to the comment made earlier.
3. Once checking Notifications tab in my profile, it still shows “no notification found”Tried the same with different theme but it still shows “zero” notification.
July 11, 2018 at 2:33 am #275147djsteveb
Participant@r-a-y – thanks for the info!
I tried deactivating most of the plugins, and then refreshing my inbox messages, and notifications.. they still showed “Conversation between Deleted User and you” and the messages are there – it’s very weird. The thumbnail of the user is still showing in the thread, and the message is there.
Same after renaming the mu-plugins folder..
I wonder if one of my plugins stopped info being put into the dbase – so deactivation them now at this point would make no difference in how I am seeing them?
I am running this old network discussions plugin that was cobbled in a hurry – made to prevent user’s email and ip from showing up in comment notifications to the MU sub-blogs/aka sites – wonder if some 2014 code it affecting writes. I could post the code from that here perhaps..
not sure if there is any way to scan for other users affected by this, so far I have found two in two days just looking at the site feed/activity thing, the weird formatting made me question what is going on (without a name there, things like thumbnail and thumbnail became friend or thumbnail thumbnail posted in a group looks weird.
July 3, 2018 at 8:14 pm #274962stevengnk88
ParticipantNah nah
I just want to separate the notifications one by one.
For example:
Firstly, I receive a notification : You have 1 new reply on topic “A” from “username”.
Next, a other user comment on my another topic, and I received: You have 2 new replies.
That’s it.
From the second notification, I cant get anything clearly from the notifications, y’know. The notifications which I mention are the notification bubble from admin toolbar and from The notifications Bell module, they have same result.
Finally, I just want the notifications just show one by one, not grouped.June 21, 2018 at 2:31 pm #274622mrditt
Participant@dggerhart I was able to register for your site without a confirmation email and post “test” comment to your general group. Enabling email confirmation to register will help. Using a checkbox for your Privacy Policy GDPR compliance, is needed and will help too. I would give the Honeypot plugin a try on your staging site (disclaimer, I don’t use, and it’s old) but what it does is pretty simple so it could be ok. Admin notification of new users will help. Manually checking email addresses and questionable profiles (if you have more profile fields) will eliminate the obvious spammers and most are obvious. You can manually approve new users if that won’t be overwhelming. On a different note, you might want to block your dashboard access and you have some html tags displaying. Also a registration menu item (it was hard to figure out how to register) are some things I noticed too. I hope you find this helpful
May 17, 2018 at 3:53 am #273082In reply to: Disable Change Email Address?
Venutius
Moderator/take a look at this then:
function venutius_change_profile_settings_edit_tab() { if( bp_is_active( 'xprofile' ) ) : global $bp; $access = bp_core_can_edit_settings(); $slug = bp_get_settings_slug(); $args = array( 'parent_slug' => $slug, 'subnav_slug' => 'settings', 'screen_function' => 'bp_settings_screen_notification', 'user_has_access' => $access ); bp_core_new_nav_default( $args ); bp_core_remove_subnav_item( BP_SETTINGS_SLUG, 'general' ); // bp_core_remove_subnav_item( BP_SETTINGS_SLUG, 'notifications' ); bp_core_new_subnav_item( array( 'name' => __( 'Email' ), 'slug' => 'settings', 'parent_url' => $bp->displayed_user->domain . $slug.'/', 'parent_slug' => $slug, 'screen_function' => 'swapluisa', 'position' => 1, ) ); endif; } add_action( 'bp_actions', 'venutius_change_profile_settings_edit_tab' );This gives you two Email tabs, one is the original, one is the new one the way you want it. so long as the original one is there it works, but try uncommenting the code to remove the original tab, you get page not found on the settings page.
May 2, 2018 at 11:11 am #272592In reply to: Rtmedia email notification
Nik
ParticipantThank you for your reply…
comment action need to update based on Activity Type
This may be true (if I’m understanding correctly), however, the notification seems to be coming from Buddypress since it is the standard email that is generated when ANY response is made on ANY update. Somehow I want to filter this out so that comments on rtmedia updates generate a different email which I suspect may have as much to do with Buddypress as it does with rtmedia (although I am also waiting for support there too)…
If anyone has any suggestions as to a filter(?) perhaps that I could use, I would be very grateful.
March 3, 2018 at 12:37 am #271158In reply to: Buttons Turn Grey when Hovering
orribu
ParticipantAh, forgot to answer these:
- WordPress ver. 4.9.4
- BuddyPress ver. 2.9.3
- Installation: Runs in main directory (public_html)
- Upgraded from WordPress ver. — I’m going to guess 4.9.3?
- Yep, WP was working fine. It still is, I just recovered it from a pretty bad PHP error. (disclaimer, I have NO idea how to PHP)
- Upgraded from bbPress 2.9.2
- Other Plugins: Akismet 4.0.3; bbpress 2.5.14; Blackhole for Bad Bots 1.8; Comment Mention Notifications 1.0.0; Custom Sidebars 3.1.2; Fancybox for WordPress 3.0.13; Jetpack 5.8; MailChimp 4.1.15; Maintenance 3.6.1; SiteOrigin Page Builder 2.6.2; Patreon for WordPress 2.6.2; Responsive Menu 3.1.13; Shortcodes Ultimate 5.0.3; SiteOrigin CSS 1.1.5; SiteOrigin Widgets Bundle 1.11.4; UpdraftPlus – Backup/Restore 1.14.4; User Role Editor 4.4; WooCommerce 3.3.3; WooCommerce Services 1.11.0; WordPoints 2.4.1; WP Super Cache 1.5.9; Yoast SEO 6.3.1
- Parent Theme: Rose
- I’ve uploaded the Rose theme and made a child theme. I’ve also altered wp-config.php to allow Multisite functionality.
- bbp-custom.php– I made one now! There are no functions.
- Hosted through BlueHost.
- Server OS: More than likely Linux (Apache).
Recent errors:
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 1 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 2 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 1 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 2 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 1 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 2 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 1 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 2 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 1 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162
[03-Mar-2018 00:25:08 UTC] PHP Warning: Missing argument 2 for WP_Widget::__construct(), called in /home1/database/public_html/wp-includes/class-wp-widget-factory.php on line 100 and defined in /home1/database/public_html/wp-includes/class-wp-widget.php on line 162December 4, 2017 at 11:12 pm #269412In reply to: Custom BuddyPress email not always sending
bcanr2d2
ParticipantI am using WP Mail SMTP to get the mail to send without issues. But it seems to affect this particular email only, I am getting everything else as far as I am aware.
Here are my current active plugins – There is quite a long list.
I do use Autoptimize, so not sure if it’s affecting anything.
One of note, is Social Login, which when logging directs to their site, and redirects back to my site to log the user in via their social network, this is where it falls over and does not send this one email. It manages to send other emails related to the login, but it now gives me an idea to look into the code that sends this social email sign up notification.(BuddyDev) BP Auto Login on Activation (1.0.3)
Advanced Custom Fields (4.4.11)
Allow Multiple Accounts (3.0.4)
Autoptimize (2.2.2)
BP Profile Message UX Free (1.5)
BP xProfile Location (1.2)
BP XProfile WordPress User Sync (0.6.4)
BuddyDev Username Availability Checker (1.1.1)
BuddyExtender (1.0.1)
BuddyPress (2.7.4)
BuddyPress Member Type Generator (1.0.3)
BuddyPress Security Check (2.1.2)
BuddyPress Simple Terms And Conditions (1.3)
BuddyPress Xprofile Custom Fields Type (2.6.3)
BuddyPress Xprofile Member Type Field (1.0.4)
BuddyPress XProfile Validate with RegEx (0.1.2)
Cherry Parallax Plugin (1.1.0)
Cherry Plugin (1.2.8.1)
Child Theme Configurator (2.1.2)
Conditional Profile Fields for BuddyPress (1.1.9)
Contact Form 7 (4.6)
Contact Form 7 – Dynamic Text Extension (2.0.1)
Contact Form 7 Conditional Fields (1.0)
Contact Form 7 Get and Show Parameter from URL (0.9.7)
Contact Form 7 Honeypot (1.10)
Contact Form 7 Modules: Hidden Fields (2.0)
Contact Form 7 Shortcode Enabler (1.1)
Custom Hooks (1.0)
Custom Post Template By Templatic (1.0)
Custom Post Type UI (1.4.3)
Disable Comments (1.6)
Display Posts Shortcode (2.7.0)
FacetWP (2.7.4)
FacetWP – Map (1.0.5)
Flamingo (1.5)
GeoIP Detection (2.7.0)
GEO my WP (2.7)
Google Analytics Dashboard for WP (4.9.6.2)
List Plugins (1.4.4)
Meta Slider (3.4)
Optimize Database after Deleting Revisions (4.2.1)
Page-list (5.1)
PHP Compatibility Checker (1.4.0)
Popup Maker (1.4.20)
Shortcodes in Menus (3.2)
Social Login (5.2)
Stream (3.2.0)
String Locator (2.2.0)
Sucuri Security – Auditing, Malware Scanner and Hardening (1.8.3)
SuitePlugins – Advanced XProfile Fields for BuddyPress (1.0.3)
Theme Check (20160523.1)
Visual Builder for Contact Form 7 (2.0)
WPFront User Role Editor (2.13)
WP Mail SMTP (0.11.1)
WP Private Content Plus (1.13.1)
WP Smush (2.6.1)
Yoast SEO (4.3)September 1, 2017 at 6:30 pm #267821In reply to: Comment Moderation and Notifications
aleon4
ParticipantMultisite running WordPress 4.7.3
Subdirectory
BuddyPress Version 2.8.2
BuddyBoss Social Learner theme -Using child theme
Did not modify core filesThe other website we’ve tested on is using the WPLMS theme. Comment moderating/notifications were working until we activated BuddyPress.
July 18, 2017 at 5:56 pm #267088In reply to: Notifications
lovechard
ParticipantI’ve seen that in WP > Activity… but that is everything and there are about 100 or more things that come up each hour. Ultimately what I want is the ability to get a notification in my front end every time one of my members actually writes something whether it be on their wall, activity stream, forum, group discussion, etc. Just like Facebook… so I can check off the ones that I have seen and gotten to easily. I already get some notifications just like my members do when someone comments on a post I made, etc. but I just want the admin notifications to be more robust.
I’m realizing there is no plugin to do this… has someone created any CSS code that might be useful to get this done.
July 4, 2017 at 1:14 pm #266841In reply to: Please help with activity comments
Brajesh Singh
ParticipantHi,
Please put the following code to your bp-custom.php/** * Step 1: Store the group id in meta when there is a new comment. */ function buddydev_store_group_in_activity_meta( $comment_id, $r, $activity ) { if ( $activity->component != 'groups' ) { return; } bp_activity_update_meta( $comment_id, '_group_id', $activity->item_id ); } // hook to comment posted action add_action( 'bp_activity_comment_posted', 'buddydev_store_group_in_activity_meta', 10, 3 ); add_action( 'bp_activity_comment_posted_notification_skipped', 'buddydev_store_group_in_activity_meta', 10, 3 ); //Filter the action string for comment and display it. function buddydev_add_group_link_in_activity_comment_action( $action, $activity ) { $group_id = bp_activity_get_meta( $activity->id, '_group_id', true ); if ( ! $group_id ) { return $action; } $group = new BP_Groups_Group( $group_id ); if ( ! $group->id ) { return $action; } $action = $action . sprintf( " in group <a href='%s'>%s</a>", bp_get_group_permalink( $group ), bp_get_group_name( $group ) ); return $action; } add_filter( 'bp_activity_comment_action', 'buddydev_add_group_link_in_activity_comment_action', 10, 2 );It records the group id in activity meta and uses that for displaying the group link.
Please do note that it will only work for newer comments.
Hope that helps.
June 28, 2017 at 9:21 am #266646wci
ParticipantHi Buddypress support,
I am still waiting to get my problem to solve.
While using bbpress search forum then the search result is not displayed, but instead get forward to homepage.
Please find this screen video helpful to solve my issue
> https://www.screencast.com/t/eMZEAnn9X2Please also find this info helpful as you stated you need those info too:
Please try to supply answers to the following questions.
1. Which version of WordPress are you running?
WP ver. 4.82. Did you install WordPress as a directory or subdomain install?
directory but as multisite3. If a directory install, is it in root or in a subdirectory?
subdirectory /public_html/wci4. Did you upgrade from a previous version of WordPress? If so, from which version?
no – Version 2.8.2 is in use5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
not sure but I guess it was working6. Which version of BP are you running?
Version 2.8.2 is in use7. Did you upgraded from a previous version of BP? If so, from which version?
no8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
(but the problem occur even, if I deactiavete all plugins just using buddypress and bbpress together)
Name Version Plugin URL
WP Easy Updates 1.1.1 http://ayecode.io/
AffiliateWP – Lifetime Commissions 1.2.4 http://affiliatewp.com/addons/lifetime-commissions/
AffiliateWP – PayPal Payouts 1.1.7 http://affiliatewp.com/addons/paypal-payouts/
AffiliateWP – Recurring Referrals 1.6.2 http://affiliatewp.com/addons/recurring-referrals/
AffiliateWP 2.0.10 https://affiliatewp.com
AffiliateWP – Affiliate Area Tabs 1.1.5 https://affiliatewp.com/
AffiliateWP – Affiliate Dashboard Sharing 1.1.3 http://affiliatewp.com/addons/affiliate-dashboard-sharing/
AffiliateWP BuddyPress Pro 1.0.1 http://propluginmarketplace.com/plugins/affiliatewp-buddypress-pro
AffiliateWP – Direct Link Tracking 1.1.1 https://affiliatewp.com/add-ons/pro/direct-link-tracking/
AffiliateWP MLM 1.1.2 http://theperfectplugin.com/downloads/affiliatewp-mlm
AffiliateWP – Order Details For Affiliates 1.1.3 https://affiliatewp.com/addons/order-details-affiliates/
AffiliateWP Performance Bonuses 1.0.3.1 http://propluginmarketplace.com/plugins/affiliatewp-performance-bonuses
AffiliateWP Ranks 1.0.2 http://propluginmarketplace.com/plugins/affiliatewp-ranks
AffiliateWP Variable Rates 1.3 http://propluginmarketplace.com/plugins/affiliatewp-variable-rates
Akismet Anti-Spam 3.3.2 https://akismet.com/
All In One WP Security 4.2.8 https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
Autoptimize 2.2.0 http://autoptimize.com/
bbPress 2.5.12 https://bbpress.org
BuddyPress Instant Chat 1.6 http://iamrichardphelps.com/
BuddyPress 2.8.2 https://buddypress.org/
Contact Form 7 Datepicker 2.6.0 https://github.com/relu/contact-form-7-datepicker/
Contact Form 7 Honeypot 1.10 http://www.nocean.ca/plugins/honeypot-module-for-contact-form-7-wordpress-plugin/
Contact Form 7 4.8 https://contactform7.com/
Cookie Notice 1.2.38 http://www.dfactory.eu/plugins/cookie-notice/
Delightful Downloads 1.6.6 https://delightfuldownloads.com
Google Tag Manager for WordPress 1.6.1 https://duracelltomi.com/google-tag-manager-for-wordpress/
Email Log 1.9.1 http://sudarmuthu.com/wordpress/email-log
EWWW Image Optimizer 3.4.1 https://wordpress.org/plugins/ewww-image-optimizer/
Featured Image Generator 1.1.5 https://designilcode.com
FooTable 0.3.1 http://fooplugins.com/plugins/footable-lite/
GD Business Hours 1.3.8.2 http://www.solarflarecomputing.com
GeoDirectory Advance Search Filters 1.4.9 http://wpgeodirectory.com/
GeoDirectory AffiliateWP Integration 1.0.8 http://wpgeodirectory.com
GeoDirectory Ajax Duplicate Alert 1.1.8 http://wpgeodirectory.com
GeoDirectory BuddyPress Integration 1.1.9 http://wpgeodirectory.com/
GeoDirectory Claim Manager 1.3.21 http://wpgeodirectory.com
GeoDirectory Custom Post Types 1.3.5 http://wpgeodirectory.com
GeoDirectory Dashboard 0.0.1 https://wpgeodirectory.com
GeoDirectory Events 1.4.6 https://wpgeodirectory.com
GeoDirectory Franchise Manager 1.0.6 http://wpgeodirectory.com/
GeoDirectory Invoice 1.0 http://www.worldcheckin.com
GeoDirectory Location Manager 1.5.50 http://wpgeodirectory.com
GeoDirectory Marker Cluster 1.3.0 http://wpgeodirectory.com
GeoDirectory Payment Manager 1.4.4 http://wpgeodirectory.com
GeoDirectory Re-Captcha 1.1.5 http://wpgeodirectory.com/
GeoDirectory Review Rating Manager 1.3.8 http://wpgeodirectory.com
GeoDirectory Social Importer 1.3.1 http://wpgeodirectory.com
GeoDirectory 1.6.21 http://wpgeodirectory.com/
GT-Vouchers – GeoDirectory Version 1.5.7.8 http://www.gt-vouchers.com/
Icegram – Popups, Optins, CTAs & lot more… 1.10.5 http://www.icegram.com/
Idea Factory 1.2 http://wpideafactory.com
If Modified Since Header 1.2.5 https://www.isaumya.com/portfolio-item/if-modified-since-header-for-wordpress/
Inbound Extension – MailPoet Integration 1.0.9 http://www.inboundnow.com/
Insert HTML Snippet 1.2.2 http://xyzscripts.com/wordpress-plugins/insert-html-snippet/
Collapse-O-Matic 1.7.5 https://plugins.twinpictures.de/plugins/collapse-o-matic/
Leads 3.1.1 http://www.inboundnow.com/leads/
MailPoet – Contact Form 7 Integration 1.0.7.5 https://github.com/jessepearson/mailpoet-contact-form-7
Master Slider Pro 3.1.3 http://codecanyon.net/item/masterslider-pro/7467925?ref=averta
Multilingual Tools 1.2 https://wpml.org/download/multilingual-tools/
ProfitBuilder 2.2.7 http://www.imsuccesscenter.com/
AffiliateWP – Pushover Notifications 1.0.2 http://affiliatewp.com/addons/pushover-notifications
SendGrid 1.11.3 https://wordpress.org/plugins/sendgrid-email-delivery-simplified/
WPML Multilingual CMS 3.7.1 https://wpml.org/
Social Content Locker 1.1 http://web-settler.com/wordpress-social-locker/
Standout CSS3 Buttons 0.3.0 http://www.jimmyscode.com/wordpress/standout-css3-buttons/
TablePress Extension: Responsive Tables 1.4 https://tablepress.org/extensions/responsive-tables/
TablePress 1.8 https://tablepress.org/
TinyMCE Advanced 4.6.3 http://www.laptoptips.ca/projects/tinymce-advanced/
UberMenu 3 – The Ultimate WordPress Mega Menu 3.2.5 http://wpmegamenu.com
UpdraftPlus – Backup/Restore 2.13.4.21 https://updraftplus.com
Use Google Libraries 1.6.2.3 http://jasonpenney.net/wordpress-plugins/use-google-libraries/
Widget Logic 5.8.2 https://wordpress.org/extend/plugins/widget-logic/
Yoast SEO 4.9 https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin
Clean Up Optimizer 4.0.10 http://beta.tech-banker.com
Wordpress Social Invitations – Lite 2.1.1 http://wp.timersys.com/wordpress-social-invitations/
WP Super Cache – Clear all cache 1.4 http://ocaoimh.ie/wp-super-cache/
WP Super Cache 1.4.9 https://wordpress.org/plugins/wp-super-cache/
WP Support Plus 8.0.7 https://wordpress.org/plugins/wp-support-plus-responsive-ticket-system-ticket-system/
WPML CMS Nav 1.4.20 https://wpml.org/
WPML Media 2.2.0 https://wpml.org/
WPML Page Builders 1.1.3 https://wpml.org/
WPML Sticky Links 1.4.1 https://wpml.org/
WPML String Translation 2.5.4 https://wpml.org/
WPML Translation Management 2.3.1 https://wpml.org/
WPML Widgets 1.0.6 http://jeroensormani.com
MailPoet Newsletters 2.7.10 http://www.mailpoet.com/9. Are you using the standard WordPress theme or customized theme?
customized theme10. Which theme do you use ?
GDF_child is from geodirectory (but the problem occur even, if I switch the theme to twenty fourteen)11. Have you modified the core files in any way?
No12. Do you have any custom functions in bp-custom.php?
Not as I know, but maybe the geodirectory addon “GeoDirectory BuddyPress Integration 1.1.9″13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
no build in. version in use is bbPress 2.5.1214. Please provide a list of any errors in your server’s log files.
[23-Jun-2017 03:41:33 UTC] WordPress database error Table ‘worldche_wcimsgd.wp_term_relationships’ doesn’t exist for query SELECT tt.term_id, MAX(p.post_modified_gmt) AS date_gmt, l.country_slug AS country, l.region_slug AS region, l.city_slug AS city FROM ms_1_geodir_post_locations l LEFT JOIN ms_1_geodir_gd_video_detail pd ON pd.post_location_id = l.location_id LEFT JOIN ms_1_posts p ON p.ID = pd.post_id LEFT JOIN wp_term_relationships AS tr ON tr.object_id = p.ID LEFT JOIN wp_term_taxonomy AS tt ON ( tt.term_taxonomy_id = tr.term_taxonomy_id AND tt.taxonomy = ‘gd_videocategory’ ) WHERE pd.post_locations LIKE CONCAT( ‘[‘, l.city_slug, ‘],[‘, l.region_slug , ‘],[‘, l.country_slug , ‘]’ ) AND p.post_type = ‘gd_video’ AND p.post_status = ‘publish’ AND l.location_id IS NOT NULL AND tt.term_id IS NOT NULL GROUP BY CONCAT(tt.term_id, ‘-‘, l.country_slug, ‘-‘, l.region_slug, ‘-‘, l.city_slug) ORDER BY date_gmt DESC made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_Sitemaps->redirect, WPSEO_Sitemaps->build_sitemap, WPSEO_Sitemaps->build_root_map, WPSEO_Sitemaps_Renderer->get_index, apply_filters(‘wpseo_sitemap_index’), WP_Hook->apply_filters, call_user_func_array, geodir_sitemap_index, geodir_sitemap_taxonomies_sitemap_index, geodir_sitemap_get_locations_taxonomies
[23-Jun-2017 03:41:33 UTC] WordPress database error Table ‘worldche_wcimsgd.wp_term_relationships’ doesn’t exist for query SELECT tt.term_id, MAX(p.post_modified_gmt) AS date_gmt, l.country_slug AS country, l.region_slug AS region, l.city_slug AS city FROM ms_1_geodir_post_locations l LEFT JOIN ms_1_geodir_gd_video_detail pd ON pd.post_location_id = l.location_id LEFT JOIN ms_1_posts p ON p.ID = pd.post_id LEFT JOIN wp_term_relationships AS tr ON tr.object_id = p.ID LEFT JOIN wp_term_taxonomy AS tt ON ( tt.term_taxonomy_id = tr.term_taxonomy_id AND tt.taxonomy = ‘gd_video_tags’ ) WHERE pd.post_locations LIKE CONCAT( ‘[‘, l.city_slug, ‘],[‘, l.region_slug , ‘],[‘, l.country_slug , ‘]’ ) AND p.post_type = ‘gd_video’ AND p.post_status = ‘publish’ AND l.location_id IS NOT NULL AND tt.term_id IS NOT NULL GROUP BY CONCAT(tt.term_id, ‘-‘, l.country_slug, ‘-‘, l.region_slug, ‘-‘, l.city_slug) ORDER BY date_gmt DESC made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_Sitemaps->redirect, WPSEO_Sitemaps->build_sitemap, WPSEO_Sitemaps->build_root_map, WPSEO_Sitemaps_Renderer->get_index, apply_filters(‘wpseo_sitemap_index’), WP_Hook->apply_filters, call_user_func_array, geodir_sitemap_index, geodir_sitemap_taxonomies_sitemap_index, geodir_sitemap_get_locations_taxonomies
[23-Jun-2017 04:40:47 UTC] WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 für Abfrage SELECT * FROMms_1_geodir_invoiceWHEREpost_id= von require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/GDF_child/geodirectory/listing-success.php’), my_project_updated_email
[23-Jun-2017 04:40:47 UTC] WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE post_author = 0’ at line 1 für Abfrage UPDATE ms_1_posts SET vat_id = WHERE post_author = 0 von require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/GDF_child/geodirectory/listing-success.php’), my_project_updated_email
[23-Jun-2017 06:43:08 UTC] PHP Fatal error: Call to undefined function is_bbpress() in /home/worldcheckin/public_html/wci/wp-content/plugins/widget-logic/widget_logic.php(463) : eval()’d code on line 215. Which company provides your hosting?
hetzner – I am using a own dedicated server16. Is your server running Windows, or if Linux; Apache, nginx or something else?
LinuxJune 28, 2017 at 9:21 am #266640wci
ParticipantHi Buddypress support,
I am still waiting to get my problem to solve.
While using bbpress search forum then the search result is not displayed, but instead get forward to homepage.
Please find this screen video helpful to solve my issue
> https://www.screencast.com/t/eMZEAnn9X2Please also find this info helpful as you stated you need those info too:
Please try to supply answers to the following questions.
1. Which version of WordPress are you running?
WP ver. 4.82. Did you install WordPress as a directory or subdomain install?
directory but as multisite3. If a directory install, is it in root or in a subdirectory?
subdirectory /public_html/wci4. Did you upgrade from a previous version of WordPress? If so, from which version?
no – Version 2.8.2 is in use5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
not sure but I guess it was working6. Which version of BP are you running?
Version 2.8.2 is in use7. Did you upgraded from a previous version of BP? If so, from which version?
no8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
(but the problem occur even, if I deactiavete all plugins just using buddypress and bbpress together)
Name Version Plugin URL
WP Easy Updates 1.1.1 http://ayecode.io/
AffiliateWP – Lifetime Commissions 1.2.4 http://affiliatewp.com/addons/lifetime-commissions/
AffiliateWP – PayPal Payouts 1.1.7 http://affiliatewp.com/addons/paypal-payouts/
AffiliateWP – Recurring Referrals 1.6.2 http://affiliatewp.com/addons/recurring-referrals/
AffiliateWP 2.0.10 https://affiliatewp.com
AffiliateWP – Affiliate Area Tabs 1.1.5 https://affiliatewp.com/
AffiliateWP – Affiliate Dashboard Sharing 1.1.3 http://affiliatewp.com/addons/affiliate-dashboard-sharing/
AffiliateWP BuddyPress Pro 1.0.1 http://propluginmarketplace.com/plugins/affiliatewp-buddypress-pro
AffiliateWP – Direct Link Tracking 1.1.1 https://affiliatewp.com/add-ons/pro/direct-link-tracking/
AffiliateWP MLM 1.1.2 http://theperfectplugin.com/downloads/affiliatewp-mlm
AffiliateWP – Order Details For Affiliates 1.1.3 https://affiliatewp.com/addons/order-details-affiliates/
AffiliateWP Performance Bonuses 1.0.3.1 http://propluginmarketplace.com/plugins/affiliatewp-performance-bonuses
AffiliateWP Ranks 1.0.2 http://propluginmarketplace.com/plugins/affiliatewp-ranks
AffiliateWP Variable Rates 1.3 http://propluginmarketplace.com/plugins/affiliatewp-variable-rates
Akismet Anti-Spam 3.3.2 https://akismet.com/
All In One WP Security 4.2.8 https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
Autoptimize 2.2.0 http://autoptimize.com/
bbPress 2.5.12 https://bbpress.org
BuddyPress Instant Chat 1.6 http://iamrichardphelps.com/
BuddyPress 2.8.2 https://buddypress.org/
Contact Form 7 Datepicker 2.6.0 https://github.com/relu/contact-form-7-datepicker/
Contact Form 7 Honeypot 1.10 http://www.nocean.ca/plugins/honeypot-module-for-contact-form-7-wordpress-plugin/
Contact Form 7 4.8 https://contactform7.com/
Cookie Notice 1.2.38 http://www.dfactory.eu/plugins/cookie-notice/
Delightful Downloads 1.6.6 https://delightfuldownloads.com
Google Tag Manager for WordPress 1.6.1 https://duracelltomi.com/google-tag-manager-for-wordpress/
Email Log 1.9.1 http://sudarmuthu.com/wordpress/email-log
EWWW Image Optimizer 3.4.1 https://wordpress.org/plugins/ewww-image-optimizer/
Featured Image Generator 1.1.5 https://designilcode.com
FooTable 0.3.1 http://fooplugins.com/plugins/footable-lite/
GD Business Hours 1.3.8.2 http://www.solarflarecomputing.com
GeoDirectory Advance Search Filters 1.4.9 http://wpgeodirectory.com/
GeoDirectory AffiliateWP Integration 1.0.8 http://wpgeodirectory.com
GeoDirectory Ajax Duplicate Alert 1.1.8 http://wpgeodirectory.com
GeoDirectory BuddyPress Integration 1.1.9 http://wpgeodirectory.com/
GeoDirectory Claim Manager 1.3.21 http://wpgeodirectory.com
GeoDirectory Custom Post Types 1.3.5 http://wpgeodirectory.com
GeoDirectory Dashboard 0.0.1 https://wpgeodirectory.com
GeoDirectory Events 1.4.6 https://wpgeodirectory.com
GeoDirectory Franchise Manager 1.0.6 http://wpgeodirectory.com/
GeoDirectory Invoice 1.0 http://www.worldcheckin.com
GeoDirectory Location Manager 1.5.50 http://wpgeodirectory.com
GeoDirectory Marker Cluster 1.3.0 http://wpgeodirectory.com
GeoDirectory Payment Manager 1.4.4 http://wpgeodirectory.com
GeoDirectory Re-Captcha 1.1.5 http://wpgeodirectory.com/
GeoDirectory Review Rating Manager 1.3.8 http://wpgeodirectory.com
GeoDirectory Social Importer 1.3.1 http://wpgeodirectory.com
GeoDirectory 1.6.21 http://wpgeodirectory.com/
GT-Vouchers – GeoDirectory Version 1.5.7.8 http://www.gt-vouchers.com/
Icegram – Popups, Optins, CTAs & lot more… 1.10.5 http://www.icegram.com/
Idea Factory 1.2 http://wpideafactory.com
If Modified Since Header 1.2.5 https://www.isaumya.com/portfolio-item/if-modified-since-header-for-wordpress/
Inbound Extension – MailPoet Integration 1.0.9 http://www.inboundnow.com/
Insert HTML Snippet 1.2.2 http://xyzscripts.com/wordpress-plugins/insert-html-snippet/
Collapse-O-Matic 1.7.5 https://plugins.twinpictures.de/plugins/collapse-o-matic/
Leads 3.1.1 http://www.inboundnow.com/leads/
MailPoet – Contact Form 7 Integration 1.0.7.5 https://github.com/jessepearson/mailpoet-contact-form-7
Master Slider Pro 3.1.3 http://codecanyon.net/item/masterslider-pro/7467925?ref=averta
Multilingual Tools 1.2 https://wpml.org/download/multilingual-tools/
ProfitBuilder 2.2.7 http://www.imsuccesscenter.com/
AffiliateWP – Pushover Notifications 1.0.2 http://affiliatewp.com/addons/pushover-notifications
SendGrid 1.11.3 https://wordpress.org/plugins/sendgrid-email-delivery-simplified/
WPML Multilingual CMS 3.7.1 https://wpml.org/
Social Content Locker 1.1 http://web-settler.com/wordpress-social-locker/
Standout CSS3 Buttons 0.3.0 http://www.jimmyscode.com/wordpress/standout-css3-buttons/
TablePress Extension: Responsive Tables 1.4 https://tablepress.org/extensions/responsive-tables/
TablePress 1.8 https://tablepress.org/
TinyMCE Advanced 4.6.3 http://www.laptoptips.ca/projects/tinymce-advanced/
UberMenu 3 – The Ultimate WordPress Mega Menu 3.2.5 http://wpmegamenu.com
UpdraftPlus – Backup/Restore 2.13.4.21 https://updraftplus.com
Use Google Libraries 1.6.2.3 http://jasonpenney.net/wordpress-plugins/use-google-libraries/
Widget Logic 5.8.2 https://wordpress.org/extend/plugins/widget-logic/
Yoast SEO 4.9 https://yoast.com/wordpress/plugins/seo/#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wpseoplugin
Clean Up Optimizer 4.0.10 http://beta.tech-banker.com
Wordpress Social Invitations – Lite 2.1.1 http://wp.timersys.com/wordpress-social-invitations/
WP Super Cache – Clear all cache 1.4 http://ocaoimh.ie/wp-super-cache/
WP Super Cache 1.4.9 https://wordpress.org/plugins/wp-super-cache/
WP Support Plus 8.0.7 https://wordpress.org/plugins/wp-support-plus-responsive-ticket-system-ticket-system/
WPML CMS Nav 1.4.20 https://wpml.org/
WPML Media 2.2.0 https://wpml.org/
WPML Page Builders 1.1.3 https://wpml.org/
WPML Sticky Links 1.4.1 https://wpml.org/
WPML String Translation 2.5.4 https://wpml.org/
WPML Translation Management 2.3.1 https://wpml.org/
WPML Widgets 1.0.6 http://jeroensormani.com
MailPoet Newsletters 2.7.10 http://www.mailpoet.com/9. Are you using the standard WordPress theme or customized theme?
customized theme10. Which theme do you use ?
GDF_child is from geodirectory (but the problem occur even, if I switch the theme to twenty fourteen)11. Have you modified the core files in any way?
No12. Do you have any custom functions in bp-custom.php?
Not as I know, but maybe the geodirectory addon “GeoDirectory BuddyPress Integration 1.1.9″13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
no build in. version in use is bbPress 2.5.1214. Please provide a list of any errors in your server’s log files.
[23-Jun-2017 03:41:33 UTC] WordPress database error Table ‘worldche_wcimsgd.wp_term_relationships’ doesn’t exist for query SELECT tt.term_id, MAX(p.post_modified_gmt) AS date_gmt, l.country_slug AS country, l.region_slug AS region, l.city_slug AS city FROM ms_1_geodir_post_locations l LEFT JOIN ms_1_geodir_gd_video_detail pd ON pd.post_location_id = l.location_id LEFT JOIN ms_1_posts p ON p.ID = pd.post_id LEFT JOIN wp_term_relationships AS tr ON tr.object_id = p.ID LEFT JOIN wp_term_taxonomy AS tt ON ( tt.term_taxonomy_id = tr.term_taxonomy_id AND tt.taxonomy = ‘gd_videocategory’ ) WHERE pd.post_locations LIKE CONCAT( ‘[‘, l.city_slug, ‘],[‘, l.region_slug , ‘],[‘, l.country_slug , ‘]’ ) AND p.post_type = ‘gd_video’ AND p.post_status = ‘publish’ AND l.location_id IS NOT NULL AND tt.term_id IS NOT NULL GROUP BY CONCAT(tt.term_id, ‘-‘, l.country_slug, ‘-‘, l.region_slug, ‘-‘, l.city_slug) ORDER BY date_gmt DESC made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_Sitemaps->redirect, WPSEO_Sitemaps->build_sitemap, WPSEO_Sitemaps->build_root_map, WPSEO_Sitemaps_Renderer->get_index, apply_filters(‘wpseo_sitemap_index’), WP_Hook->apply_filters, call_user_func_array, geodir_sitemap_index, geodir_sitemap_taxonomies_sitemap_index, geodir_sitemap_get_locations_taxonomies
[23-Jun-2017 03:41:33 UTC] WordPress database error Table ‘worldche_wcimsgd.wp_term_relationships’ doesn’t exist for query SELECT tt.term_id, MAX(p.post_modified_gmt) AS date_gmt, l.country_slug AS country, l.region_slug AS region, l.city_slug AS city FROM ms_1_geodir_post_locations l LEFT JOIN ms_1_geodir_gd_video_detail pd ON pd.post_location_id = l.location_id LEFT JOIN ms_1_posts p ON p.ID = pd.post_id LEFT JOIN wp_term_relationships AS tr ON tr.object_id = p.ID LEFT JOIN wp_term_taxonomy AS tt ON ( tt.term_taxonomy_id = tr.term_taxonomy_id AND tt.taxonomy = ‘gd_video_tags’ ) WHERE pd.post_locations LIKE CONCAT( ‘[‘, l.city_slug, ‘],[‘, l.region_slug , ‘],[‘, l.country_slug , ‘]’ ) AND p.post_type = ‘gd_video’ AND p.post_status = ‘publish’ AND l.location_id IS NOT NULL AND tt.term_id IS NOT NULL GROUP BY CONCAT(tt.term_id, ‘-‘, l.country_slug, ‘-‘, l.region_slug, ‘-‘, l.city_slug) ORDER BY date_gmt DESC made by require(‘wp-blog-header.php’), wp, WP->main, WP->query_posts, WP_Query->query, WP_Query->get_posts, do_action_ref_array, WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, WPSEO_Sitemaps->redirect, WPSEO_Sitemaps->build_sitemap, WPSEO_Sitemaps->build_root_map, WPSEO_Sitemaps_Renderer->get_index, apply_filters(‘wpseo_sitemap_index’), WP_Hook->apply_filters, call_user_func_array, geodir_sitemap_index, geodir_sitemap_taxonomies_sitemap_index, geodir_sitemap_get_locations_taxonomies
[23-Jun-2017 04:40:47 UTC] WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 für Abfrage SELECT * FROMms_1_geodir_invoiceWHEREpost_id= von require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/GDF_child/geodirectory/listing-success.php’), my_project_updated_email
[23-Jun-2017 04:40:47 UTC] WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE post_author = 0’ at line 1 für Abfrage UPDATE ms_1_posts SET vat_id = WHERE post_author = 0 von require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/GDF_child/geodirectory/listing-success.php’), my_project_updated_email
[23-Jun-2017 06:43:08 UTC] PHP Fatal error: Call to undefined function is_bbpress() in /home/worldcheckin/public_html/wci/wp-content/plugins/widget-logic/widget_logic.php(463) : eval()’d code on line 215. Which company provides your hosting?
hetzner – I am using a own dedicated server16. Is your server running Windows, or if Linux; Apache, nginx or something else?
LinuxApril 9, 2017 at 12:23 pm #265344In reply to: Add woocommerce product image in activity stream
dalipekez
Participantyou can use like that,for me its working- but downside is all new products will be associated as posts in the activity stream. Can you tell me if you have also issue if somebody comments on activity stream at your posted product or any other activity, that notification you will get then click on it it will redirect you to activity of user who posted but not the actual conversation?
anyway.. here is the function i use in php function
add_filter ( ‘bp_blogs_record_post_post_types’, ‘activity_publish_custom_post_types’,1,1 );
function activity_publish_custom_post_types( $post_types ) {
$post_types[] = ‘product’;
return $post_types;
}let me know if it works
February 21, 2017 at 12:04 pm #263990In reply to: Email all users of updated Forums
charleswaud
ParticipantThanks for the reply,
I’m afraid not – just threw the website off and had revert to a backup of the site.
Looking to start afresh, yet cant find much help out there regarding my issue.
Issue – I would like to set up an email notification that will send an email to every single member regardless of group/Forum etc informing them of a new post/comment.
So basically whenever there is activity amongst members within Buddy press I would like all members to know about it.
All the best
January 30, 2017 at 6:25 pm #263301In reply to: Forums: 500 Error
JamieLe
ParticipantThis comment is to switch on email notifications
January 25, 2017 at 4:14 pm #263172In reply to: email notifications stopped for @ mentions, replies
finzend
Participant@pixelpushermama @julia_B did you fix this, or is it still a problem?
I just upgraded from BuddyPress 2.3.4 to 2.7.4 (WP 4.7.1) but now we seem to have a problem with the mentions. Users used to get an notification-email when they were mentioned in the comments on one of our sites. That doesnt happen anymore. But the emails from private messages or replies on activity-updates do work…
December 29, 2016 at 2:31 pm #262441In reply to: delete notifications
danbp
Participantthank you for the sharing, but I am afraid that your proposal is not acceptable in regard of coding best practice. I let your snippet in place, but i also warn all readers to use it, unless they know what they do.
This forum is public and most users coming here for help are querying at first for BuddyPress related issues solution, not third party plugin tricks like the one you share here. The majority is also not very comfortable with php or even site development.
This aspect is one of the main reason to provide usefull and safe code.
IT IS NOT THE CASE HERE – and i wouldn’t recommand it.Not because it doesn’t or wouldn’t work ( and i haven’t tested it), but because it is not correctly written. Allowing such a snippet is like encouraging (and by the way perpetuating) bad practices. Hopefully you understand and agree that we don’t want this on the BuddyPress support forum.
@sbrajesh ‘s BuddyPress Clear Notification plugin was last updated in march 2016, which is pretty recent. I doubt that the bug is in his plugin and i expect more a menu related issue… but this is only an expectation of mine.If you estimate that your workaround is helpfull for that plugin, get in touch with Brajesh or publish it on the plugin support.
By the way, next time you publish code on this form, use the code button available on the editor toolbar to insert it properly.
FYI about what you did wrong or not properly:
– hacking a core file. Notification template should be used, but from inside a child-theme, not directly from bp-legacy).
– comments should be in english (some in your example are in french)
– your recommendation is against all WP usage:copy this script into ur document root where u have installed ur wordpress
– you can add custom code via bp-custom.php. There is also no need to go to wp root, when you can do the same thing from within your child-theme.
– why do you recall jquery ? It is already loaded when you run BP…
– i’m not a developer, but i’m pretty sure there are other things to mention about coding.In regard of the script itself, BP provide much simplier way to delete notification or show a delete button: reference.
You’re also using french in that script.Calling a file “test” is ok, but in that case you should provide some explanation on how to finally use your snippet. As already said, not everybody here is able to understand – and use raw code – when you provide a workaround. Providing code is fine, providing code+tutorial is always better.
Désolé d’être sévère et rien de personnel, mais juste une mise au point nécessaire.
[modlook] @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @henrywright
September 24, 2016 at 4:25 pm #259085In reply to: PLEASE HELP: No confirmation emails
phound1
ParticipantThank you both for your response. I actually am getting with a local wordpress specialist and we are trying to work at the issue. I will absolutely try testing comment moderation notification email as you suggested. Thank you both for your time and I will report back to you both soon!
September 22, 2016 at 8:18 am #259010In reply to: PLEASE HELP: No confirmation emails
Paul Wong-Gibbs
KeymasterExactly. The first thing you want to do @phound1 is verify if WordPress sends its own emails. An easy example is the comment moderation notification email. If it does not work, obviously fixing that is the first step. Let us know, we’ll try to point you in the right directions.
September 14, 2016 at 10:59 pm #258729In reply to: Avatar Upload ‘Wrong Size’ Message Is Wrong
dsnic
ParticipantHi all,
As @danbp suggested, I’ve looked at the file: bp-core/bp-core-avatars.php
The full avatar size is indeed set to 150×150 by default there, as @imath has said.If the others in this thread facing the same problem are using the Kleo or Sweet Date theme, then you’ll find the default 580×580 avatar size set in this file: wp-content/plugins/bp-custom.php
The problem, however, is that even when the image being uploaded is a lot bigger than 580×580, the error notification still appears.
For now, I’ve temporarily “solved” the problem by commenting out the code mentioned by @danbp so the error notification doesn’t appear. This kinda works because the site will still accept the uploaded photo despite the error notification. At least this way there’s no error notification to confuse users.
However, this is probably not the correct way to solve this issue. Can someone please help with a more elegant solution?
September 9, 2016 at 8:18 am #258548In reply to: New Member Emails Not Sending
Paul Wong-Gibbs
KeymasterDo other emails sent from your site, by WordPress, work? For example, comment moderation notifications, and so on.
Please also provide a list of plugins active.
-
AuthorSearch Results