-
Paul Wong-Gibbs replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 8 years, 8 months ago
No, not file formats. 😉
Structured ways of representing data. WordPress’ exports use XML, with a particular format called WXR. Anything that needs to import data from WordPress uses an XML parser and looks for the structured markup defined by the WXR format.
-
Paul Wong-Gibbs replied to the topic IMPORT / EXPORT BUDDYPRESS DATA in the forum How-to & Troubleshooting 8 years, 8 months ago
The project has talked about doing this before, though those discussions were several years ago by this point. I can’t remember if we were waiting for a REST API to come along before embarking on this, or whether it’s just been the case that no-one’s wanted to work on such a feature so far or have prioritised it underneath other things, or…[Read more]
-
Paul Wong-Gibbs replied to the topic Buddypress + EWWW + WebP + Cloudflare in the forum Third Party Plugins 8 years, 8 months ago
I have never heard of this. We might need to look into it.
Do you know *what* instance of the
script
tag your set of plugins was breaking on, so we can look at the markup being generated? We have lots. -
Paul Wong-Gibbs replied to the topic Add @mentions in plugin in the forum How-to & Troubleshooting 8 years, 8 months ago
I accidentally closed that board; it should be open, though I don’t know how many people look at it, to be honest.
-
Paul Wong-Gibbs replied to the topic ShortCodes in PHP Pages in the forum How-to & Troubleshooting 8 years, 8 months ago
🙂
-
Paul Wong-Gibbs replied to the topic Buddypress & User Roles in the forum How-to & Troubleshooting 8 years, 8 months ago
Not that I know of.
-
Paul Wong-Gibbs replied to the topic Activation mails not sending after update in the forum How-to & Troubleshooting 8 years, 8 months ago
We’ve fixed this for BuddyPress 2.5.2, which will be out this week (probably Tuesday or Wednesday). See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544
-
Paul Wong-Gibbs replied to the topic Buddypress & User Roles in the forum How-to & Troubleshooting 8 years, 8 months ago
BuddyPress does not use WordPress Roles — it maybe be possible to integrate these into parts of BuddyPress but it’ll be extremely time-consuming as you’ll have to write a lot of code.
-
Paul Wong-Gibbs replied to the topic Email template with loop statement in the forum Creating & Extending 8 years, 8 months ago
You can add whatever custom PHP you want inside the email template, yes. I would suggest for now you pass the product info as a custom token to your email, and write a PHP loop to render whatever you want.
-
Paul Wong-Gibbs replied to the topic Email Notifications not sending in the forum How-to & Troubleshooting 8 years, 8 months ago
We’ve fixed this for BuddyPress 2.5.2, which will be out this week (probably Tuesday or Wednesday). See https://buddypress.org/support/topic/read-this-first-buddypress-2-5-master-list/#post-250544
-
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
From memory, if someone posts to the activity stream of a group you are a member of, you only get a email notification if someone mentions your name directly.
-
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
By “notification”, do you mean an email? Or a notification in the toolbar? Or both?
-
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
That PCLZIP_ERR_BAD_FORMAT sounds like a common problem with WordPress. I suggest you Google it (it might be a lack of disk space).
-
Paul Wong-Gibbs replied to the topic Add @mentions in plugin in the forum How-to & Troubleshooting 8 years, 8 months ago
Somewhere, at some point, Awpcp will print the comments to the web page (so people can read them). You’ll need to find where this happens, and run the text through the
bp_activity_at_name_filter
filter before the comment template is printed to the page.For example, it might look like:
<?php echo $comments; ?>
You’d change it to:
<?php echo…
[Read more] -
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
@davidkey772 Download this plugin from the following link, and add it and activate it on your site: https://www.dropbox.com/s/yz1155axhbyntw7/bp-email-debug-2.php?dl=0
Then do something that should trigger a BuddyPress email. For example, if you are using the Activity component, have one user write a message on the activity stream, then have a…[Read more]
-
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
From looking at those plugins, I am pretty sure
welcome-email-editor
will not work with BuddyPress. It won’t be causing the deliverability problems, but just a heads-up. -
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
You say you’ve been trying to resolve this issue “for months” — I assume that was with versions of BuddyPress older than v2.5?
Can you list all the plugins you have active on the site that doesn’t send emails?
The site that has BP – the one I have the issue with – has a plugin that sends emails to notify about new blog posts: that works fin…
-
Paul Wong-Gibbs replied to the topic Email Notifications Not Working in the forum How-to & Troubleshooting 8 years, 8 months ago
We should be able to figure this out. 🙂
Where is your website hosted?
Does your site send WordPress emails, without any other plugin activated, and using the default theme? For example, comment moderation / notification emails.
-
Paul Wong-Gibbs replied to the topic Buddypress doesn't send activation email. in the forum How-to & Troubleshooting 8 years, 8 months ago
I need to install WP-SMTP-Mail on my development environment and investigate the issue there; I can’t guarantee when I’ll get to this. Maybe this next weekend.
-
Paul Wong-Gibbs replied to the topic @mention autosuggest in visual editor in the forum How-to & Troubleshooting 8 years, 8 months ago
Thanks @oakcreative! I’ve created a ticket in https://buddypress.trac.wordpress.org/ticket/6972 and as it’s such a trivial change, I’m pretty certain it’ll get done for the next BuddyPress release (2.6, a few months away).
- Load More
@djpaul
Active 2 months, 2 weeks ago