-
Dwenaus posted a new activity comment 15 years 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: 15 years ago
does anyone know of a working plugin that will do this?
-
Dwenaus posted a new activity comment 15 years 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: 15 years 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: 15 years 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 15 years 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: 15 years 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 15 years ago
-
Dwenaus reviewed the plugin Buddypress Pagetrace: 15 years ago
nice
-
Dwenaus joined the group Buddypress Pagetrace 15 years ago
-
Dwenaus posted on the forum topic Add translation .mo file in the group BuddyPress Group Email Subscription: 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month 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 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month 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: 15 years, 1 month ago
can you post the exact email they get. That will help a huge amount.
- Load More
@dwenaus
Active 1 year, 1 month ago
Man! I really appreciate ///