-
Dwenaus posted a new activity comment 14 years, 2 months ago
delete the buddypress-group-activity-stream-subscription plugin, the other one is newer
-
Dwenaus started the forum topic looking for plugin that will allow moderators to move a post to another topic in the group How-To and Troubleshooting: 14 years, 2 months ago
does anyone know of a working plugin that will do this?
-
Dwenaus posted a new activity comment 14 years, 2 months ago
Rick, your Gravitar kind of makes you look fat 😉
-
Dwenaus posted on the forum topic custom plugin : hook bp_setup_globals is not fired in the group Creating & Extending: 14 years, 2 months ago
this handy code, https://codex.buddypress.org/how-to-guides/make-your-plugin-buddypress-aware-v1-2/, should probably be added to the skeleton component. Because I believe the problem still persists with the skeleton component in that bp_setup_globals never gets called in time. ugh. but not sure if even that fixes this perplexing issue.…[Read more]
-
Dwenaus started the forum topic Digest firing fixed in 2.7.1 release in the group BuddyPress Group Email Subscription: 14 years, 2 months ago
During major digest re-write in version 2.7, the hooks to fire the digest were inadvertently removed. They are back now. So during the next scheduled firing, your users will get all the stored up daily and weekly digests! 😳 At least no data was lost.
-
Dwenaus posted a new activity comment 14 years, 3 months ago
I’ll email you a copy, but the plugin is poorly coded by the original author, so I’m not sure how good it is.
-
Dwenaus posted on the forum topic Issues with content appearing outside of the TINYMCE box… in the group BuddyPress Wiki Component: 14 years, 3 months ago
If you use the tiny mce bar to add any styling other than bold and italic, the content will go outside of the box, and if you save – YOU WILL LOSE content. this is a huge bug that I hope can be fixed soon.
-
Dwenaus joined the group BuddyPress Wiki Component 14 years, 3 months ago
-
Dwenaus reviewed the plugin Buddypress Pagetrace: 14 years, 3 months ago
nice
-
Dwenaus joined the group Buddypress Pagetrace 14 years, 3 months ago
-
Dwenaus posted on the forum topic Add translation .mo file in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
hey, I’ll look into this and make sure all the words are translatable. I’m guessing I should include a POT file in the plugin, would that help? the way language files are erased during an update is very poor design. I added some code to a config file and put my language translations outside of […]
-
Dwenaus posted on the forum topic Autosubscribe every group-member in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
hi MIchael, I won’t be writing a hack for your specific case because it has no relevance to the project I built the plugin for (it’s a new install). but if you’d like to hire me I’d be happy to do it -email me at deryk@bluemandala.com if you want this.
-
Dwenaus posted on the forum topic In Group Directory, the options are displayed over the group description in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
well, each element has class names and ids so you should be able to do anything with that. my advice is the hide it alltogether until you can fix it with something like .group-subscription-div{ display:none; } until you can fix it. Otherwise play around with the floats and the z-index.
-
Dwenaus posted on the forum topic Bug: private group in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
there are two ways to fix this. go right into the db table and attempt to fix it: bp_groups_groupsmeta then look for ass_subscribed_users for your particular group id. it is an array so be careful when editing it directly. not advisable really. better to modify a built in function: function ass_remove_group_subscription( $user_id, $group_id ) { […]
-
Dwenaus posted an update 14 years, 3 months ago
@johnjamesjacoby can you activate the forums for the bp qtranslate plugin – it looks very promising and i’m going to check it out.
-
Dwenaus posted on the forum topic Bug: private group in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
@meini @Pisanojm @boonebgorges that bug has been squashed fast!
-
Dwenaus posted on the forum topic Bug: private group in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
@meini this is a bug that needs to be fixed. I’ll probably get around to fixing it either tomorrow, maybe boone will get to it first.
-
Dwenaus posted on the forum topic Latest update seems to break this plugin (Version 2.6) in the group BuddyPress Group Email Subscription: 14 years, 3 months ago
@Pisanojm & @Ducksmobiel sorry about that. please make sure to @dwenaus as well. I’ve fixed it. and improved it.
-
Dwenaus posted on the forum topic Email notifications to pending group members in the group How-To and Troubleshooting: 14 years, 3 months ago
@robcwright can you post the exact email they get. That will help a huge amount.
-
Dwenaus posted on the forum topic Email notifications to pending group members in the group How-To and Troubleshooting: 14 years, 3 months ago
can you post the exact email they get. That will help a huge amount.
- Load More
@dwenaus
Active 3 months, 2 weeks ago
Man! I really appreciate ///