-
Dwenaus replied to the forum topic Email Formatting in the group BuddyPress Group Email Subscription
strange, it should only be outputting a teaser, the same length as the activity items – in fact that is where it originates from. you should not be seeing long chunks of text in the daily digest unless you have […]
-
Dwenaus replied to the forum topic Question about "This plugin has not been tested with BuddyPress 1.5" in the group Third Party Components & Plugins
this page http://codex.buddypress.org/releases/1-5-plugin-compatibility/ is out of date, and my plugin BuddyPress Rate Forum Posts is compatible. the above page was tested on an older version. How can I update that list?
-
Dwenaus replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins
my plugin http://wordpress.org/extend/plugins/buddypress-rate-forum-posts/ is compatible and has been for a while now. The version they tested on this page […]
-
Dwenaus replied to the forum topic Group Category blank and Fatal error on clicking tag in the group BuddyPress Group Tags
the idea is that you would always have a description. if you want it to be identical do the tag, then just duplicate it in the admin. to fix this though, enter this line above the tag output ` if ( !$desc ) $desc […]
-
Dwenaus started the forum topic idea to improve theme integration process in the group Installing BuddyPress
an idea for the insanely productive @boonebgorges, or any others up to the task.
When trying to integrate buddypress into any other theme, the page wrapper divs ‘content’ and ‘padder’ invariably conflict and […] -
@josemv thanks. Yes, my plugin can rate anything, so posts of course. But it’s not been launched yet. I’m looking for someone who wants it for their site so I can tidy it up for final release. it’s 95% there.
-
Looks pretty cool!
-
Dwenaus posted an update
@ArjanSalomons @ArjanSalomons you can send the POT file to me for Buddypress Topic Mover 2.5.1, my email is deryk@bluemandala.com
-
Dwenaus posted on the forum topic Digest Mails empty in the group BuddyPress Group Email Subscription
Also, the organization that funded the first iteration of this plugin is not switching to 3.2 any time soon. so if others would like to make small donations to support these updates, it would be appreciated and speed up the process […]
-
Dwenaus posted on the forum topic Digest Mails empty in the group BuddyPress Group Email Subscription
hi, I guess we need to look into this and update the plugin. thanks for the clear description.
-
Dwenaus posted on the forum topic Emails sent from Group Admin in the group BuddyPress Group Email Subscription:
for a number of complex reasons mainly dealing with spam laws, that won’t be possible.
-
Dwenaus posted on the forum topic Emails sent from Group Admin in the group BuddyPress Group Email Subscription:
i believe it sends the email from noreply@yourdomain.com
-
Dwenaus posted on the forum topic Subscribe to all avtivity in the group BuddyPress Group Email Subscription:
this plugin does what you’re looking for. You should subscribe people to the level ‘new topics’ which sends out the first post, but not the subsequent replies. In the first email it tells people if you want follow up emails, you need to go and follow that post. best of luck.
-
Dwenaus joined the group BP Group Hierarchy
-
-
Dwenaus posted on the forum topic Group Admins not able to send Email to All Group Members – Only Network Admin can send Email success in the group BuddyPress Group Email Subscription:
I think before no error was generated, but in fact, the email never got sent if you were a group admin and not the site admin. I’m planning on re-writing this whole aspect of the plugin to be much better, for example, group and admins should be able to write the post as a forum [...]
-
Dwenaus posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription:
good that you figured it out. wp filters are tricky at first, but once you get the hang of them, they are quite powerful. i’m still learning!
probably use another filter name for non-digest emails. offhand, something like ass_email_subject is a good name.
-
Dwenaus posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription:
i think it should be more like this:
function cleo_ass_digest_subject( $subject, $blogname, $title, $type ) { return " $title"; } add_filter( 'ass_digest_subject', 'cleo_ass_digest_subject', 10, 3 );the first item passed is the actual item being filtered, which in your case you are ignoring, and just making your own and returning that. and maybe…[Read more] -
Dwenaus posted on the forum topic Group Admins not able to send Email to All Group Members – Only Network Admin can send Email success in the group BuddyPress Group Email Subscription:
hey, i looked at this finally, and noticed the error. it is fixed so now group admins can send out the email.
-
Dwenaus posted on the forum topic Plugin should respect custom slugs in the group BuddyPress Group Email Subscription:
i’ve made these changes
- Load More
