-
Dwenaus posted an update in the group Bp Group Control: 14 years, 5 months ago
and maybe those two things could be combined into one group admin page rather than two.
-
Dwenaus posted an update in the group Bp Group Control: 14 years, 5 months ago
great plugin. one small bug: when ‘Who should be able to add new users to their groups and to the site?’ in unchecked, the Add link to add new users is still there. Also just the words ‘Add’ is not very clear. maybe it should be ‘Add new user’ and the other link should maybe be ‘Join User’.
-
Dwenaus reviewed the plugin Bp Group Control: 14 years, 5 months ago
very good plugin. thanks.
-
Dwenaus started the forum topic Contributors section of buddypress.org has errors in the group Requests & Feedback: 14 years, 5 months ago
@johnjamesjacoby – I noticed that there are errors in how the contributors part of the plugins section is displayed. For example, in this plugin: https://buddypress.org/community/groups/bp-group-control/ Andy is not a contributor, Dan Polant is. Maybe he should have put his username rather than his name, but it is confusing. Also, in this plugin…[Read more]
-
Dwenaus joined the group Bp Group Control 14 years, 5 months ago
-
Dwenaus joined the group BuddyPress Edit Activity Stream 14 years, 5 months ago
-
Dwenaus joined the group Buddypress Group CSS 14 years, 5 months ago
-
Dwenaus posted on the forum topic how to avoid losing language files in an upgrade? in the group How-To and Troubleshooting: 14 years, 5 months ago
it turns out you can just define a different place to put the language file, so it’s no big deal really. for example, put the bp-languages folder outside of the buddypress directory and load it like so
if ( file_exists( WP_PLUGIN_DIR . '/bp-languages/buddypress-custom.mo' ) )
[Read more]
load_textdomain( 'buddypress', WP_PLUGIN_DIR .… -
Dwenaus posted on the forum topic Hooking the bp_ajax_querystring in the group Creating & Extending: 14 years, 5 months ago
BP ajax is super slick, but a huge pain-in-the-ass when you’re trying to customize anything. That said, all the ajax goes through this file: /buddypress/bp-themes/bp-default/_inc/ajax.php so you can try to filter bp_dtheme_ajax_querystring in the default theme or bp_ajax_querystring in your own theme. Then there is the function just below that…[Read more]
-
Dwenaus posted on the forum topic how to avoid losing language files in an upgrade? in the group How-To and Troubleshooting: 14 years, 5 months ago
but at least the sym link would be easy to re-create, rather than losing your custom files in case you lack a back-up. but i don’t like sym-links. I guess I’ll just remember to keep that folder duplicated somewhere. thanks.
-
Dwenaus started the forum topic how to avoid losing language files in an upgrade? in the group How-To and Troubleshooting: 14 years, 5 months ago
I followed this very helpful guide here about how to customize buddypress words. (for example, our beta testers get confused by ‘Leave Group’ thinking it is just a way to leave the page, so I want to change it to the less attractive Quit Group.) but I realize that by putting the language translation files […]
-
Dwenaus posted on the forum topic new version of BuddyPress Rate Forum Posts in the group Third Party Components & Plugins: 14 years, 6 months ago
@rossagrant – glad you were able to find the solution. maybe somehow the hide karma points was set. or maybe you had it set to the Average calculation, which shows nothing when it is close to 0 – on that setting you need to have a few positive posts before anything shows. Do people think I […]
-
Dwenaus posted on the forum topic new version of BuddyPress Rate Forum Posts in the group Third Party Components & Plugins: 14 years, 6 months ago
@rossagrant if you look in the screen shots of the plugin at the wordpress repository, you’ll see pictures. The karma points should show up right next the the users login name. It could be another plugin that is interfering, or perhaps you have some special database table names which are not being picked up properly. hmmm. […]
-
Dwenaus posted on the forum topic BuddyPress Group Tags is now available in the group Third Party Components & Plugins: 14 years, 6 months ago
@roadblock – I’m not sure I understand what you need to do. Can you explain a bit more. you can use the bp_has_groups() (https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-groups-loop/) to display groups and pass a variable to it in three ways as an $bp->current_action which is just a url such as groups/myaction/ or you can use…[Read more]
-
Dwenaus posted on the forum topic new version of BuddyPress Rate Forum Posts in the group Third Party Components & Plugins: 14 years, 6 months ago
@rossagrant – yes it is not to hard to remove, you should look at my code, find the hook that adds the forum post rating header and TR tag, and remove that action. I believe wordpress has information about removing actions. info on removing actions here: https://codex.wordpress.org/Function_Reference/remove_action.
-
Dwenaus started the forum topic Digests are now in beautiful HTML/plain text multipart emails in the group BuddyPress Group Email Subscription: 14 years, 6 months ago
enjoy! and let me know if you run into any bugs.
-
Dwenaus posted on the forum topic Hide add a reply and post new topic for non logged in users in the group How-To and Troubleshooting: 14 years, 6 months ago
fixed 🙂
-
Dwenaus posted a new activity comment 14 years, 6 months ago
i just updated it, version 1.1 so it should be in the plugin repo momentarily.
-
Dwenaus posted a new activity comment 14 years, 6 months ago
what a glaring bug! At the time I obviously didn’t fully grasp filtering. Line 42 needs to return the passed value, not true. I’ve updated the plugin.
-
Dwenaus posted a new activity comment 14 years, 6 months ago
Thanks for the heads up – that was the first BuddyPress plugin I wrote so it’s kinda rusty. I’ll change that right away!
- Load More
@dwenaus
Active 3 months, 2 weeks ago