-
Luciano Passuello replied to the forum topic Welcome Pack emails in plaintext in the group Welcome Pack 13 years ago
I was able to figure this out myself by using one of the provided filters.
For reference, here’s the code that discards all template information, keeping only the message content:`
add_filter( […] -
Luciano Passuello started the forum topic Welcome Pack emails in plaintext in the group Welcome Pack 13 years ago
I just upgraded to Welcome Pack 3.1, and noticed that there’s now “theming” in the emails sent. However, I already have a general, WordPress-wide theming solution that I use (WP Better Emails plugin).
How […]
-
Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Thanks @dwenaus. Since I’m going to change this in my local copy, what’s the best way to send the changes for you to integrate in the official version?
-
Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Thanks for your help @dwenaus — I ran more tests, and with your help, I figured out what’s wrong: 1. You’re right: you must pass $subject, and you must declare 4 as the number of vars. 2. The subject filter created currently only works for digests, and not for “regular” emails. Hacking the code and adding […]
-
Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Thanks @boonebgorges but unfortunately moving it to bp-custom.php didn’t help in this case. Any other ideas?
-
Luciano Passuello posted on the forum topic Plugin should respect custom slugs in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Thanks @dwenaus! Just tested and it’s working fine now!
-
Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
I am trying to make this work, but I must be missing something very obvious (as I’m a total newbie in using filters). Here it is (code in
functions.php
):
function cleo_ass_digest_subject( $blogname, $title, $type ) {
return " $title";
}
add_filter( 'ass_digest_subject', 'cleo_ass_digest_subject', 10, 3 );Any help is…[Read more]
-
Luciano Passuello posted on the forum topic Admins should be able to move topics to any group in the group Buddypress Topic Mover: 13 years, 6 months ago
Sorry, just noticed that this topic I created is a dupe. You may delete it (didn’t find an option to do it myself).
-
Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
That’s fair enough… I agree a filter is the ideal solution — and passing blogname and subject as parameters make it even better. Thanks guys!
-
Luciano Passuello posted on the forum topic Localization Problems in Javascript in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Thanks Boone, you rock! 🙂
-
Luciano Passuello started the forum topic Admins should be able to move topics to any group in the group Buddypress Topic Mover: 13 years, 6 months ago
I noticed that I can only move topics to groups I’m a part of. As a site admin, I think it makes sense to be able to move topics from/to any group I want…
-
Luciano Passuello started the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
In WordPress, in general, all notification emails are in the format ‘ subject’, but in BuddyPress Group Email Subscription emails, the ” part is at the end of the subject lines. I customized my local source files to behave like WordPress — I think it help users to identify all emails that go out of […]
-
Luciano Passuello started the forum topic Localization Problems in Javascript in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Hi, In the forum topics list, BuddyPress Group Email adds a new button “Mute”/”Follow”. The button label is localized correctly, but when I click it the label goes back to English. I noticed that setting the label is made via Javascript — and that it’s not currently localized with wp_localize_script, hence the problem. PS: I […]
-
Luciano Passuello started the forum topic Localizing Buddypress Topic Mover in the group Buddypress Topic Mover: 13 years, 6 months ago
Hi, I want to be able to localize strings in this plugin, but I’m not sure how to do it (as there’s no .pot file in the package — languages folder is empty for me). If able to do so, I’ll be happy to contribute with the pt-br (Brazilian Portuguese) version of it. PS: I […]
-
Luciano Passuello posted on the forum topic changing the core /groups/ and /forums/ slugs? in the group How-To and Troubleshooting: 13 years, 6 months ago
I’m also interested in this. Since people often create forum topics in the wrong groups, it’s not usual to have to move them around (using @dwenaus Topic Mover plugin). Moving the topic breaks links to it (in notification emails, activity stream, etc.) Any suggestions on how to change the slug or how to somehow avoid this problem […]
-
Luciano Passuello joined the group Buddypress Topic Mover 13 years, 6 months ago
-
Luciano Passuello started the forum topic Plugin should respect custom slugs in the group BuddyPress Group Email Subscription: 13 years, 6 months ago
Hi, first of all, congratulations for such a great plugin! The plugin sometimes hardcode slugs that are user-customizable. There are at least two instances to be fixed (didn’t check all the code): In
bp-activity-subscription-functions.php
, line 407, should be changed to:<a href="loggedin_user->domain . trailingslashit( BP_SETTINGS_SLUG ) .…
[Read more] -
Luciano Passuello joined the group BuddyPress Group Email Subscription 13 years, 6 months ago
-
Luciano Passuello posted on the forum topic When a new user signs up they r automatically marked as a spammer in the group How-To and Troubleshooting: 13 years, 7 months ago
Same problem here: legitimate users registering and being marked automatically as spammers.
I am running on WP3.1 with a single main blog. Any help is appreciated! -
Luciano Passuello started the forum topic Update 'active x time ago' only when generating public activity in the group How-To and Troubleshooting: 13 years, 7 months ago
While logged in, simply by browsing the site, the ‘active x time ago’ gets updated. Some users expressed their concern with privacy, and I agree. I want to update the ‘active x time ago’ only when an user generates an activity that gets logged publicly (i.e. goes to the activity stream). Here’s my first try: […]
- Load More
@lucianop
Not recently active