-
Dwenaus posted on the forum topic new version of BuddyPress Rate Forum Posts in the group Third Party Components & Plugins: 14 years, 4 months ago
this code put in the function.php will remove the filter:
remove_filter( 'bp_directory_forums_extra_cell_head', 'rfp_after_topic_title_head', 3 );
remove_filter( 'bp_directory_forums_extra_cell', 'rfp_after_topic_title', 3 );
-
Dwenaus posted on the forum topic new version of BuddyPress Rate Forum Posts in the group Third Party Components & Plugins: 14 years, 4 months ago
removing an action is a little tricky, as you need to remove it exactly as it was added. perhaps it might be simpler to hide the stuff you don’t like with css, or remove it with jquery. but i’ll look into it.
-
Dwenaus posted on the forum topic bp-group-calendar – not updating group activity in the group Creating & Extending: 14 years, 4 months ago
I officially hate the calendar plugin developed by WPMU-DEV. It took me about 15 minutes to fix this simple problem because there was so much code cruft in there. there was a function that SHOULD save the group activity update, but it was hooked in improperly. so then there was another long-winded function which was […]
-
Dwenaus posted on the forum topic bp-group-calendar – not updating group activity in the group Creating & Extending: 14 years, 4 months ago
Hi, with my limited experience with them I think that WPMU-DEV is heavy on slick marketing and soft on support and coding quality. They did not code this plugin themselves – they hired it out to a very junior programmer who did a so-so job. But maybe they are providing the community some service, not […]
-
Dwenaus posted a new activity comment 14 years, 4 months ago
yes, it is possible, but I don’t have any free time to do it right now.
-
Dwenaus posted on the forum topic Group Tags not working? in the group How-To and Troubleshooting: 14 years, 4 months ago
let me know if it works now
-
Dwenaus started the forum topic update for WP 3.0 coming very soon in the group BuddyPress Group Tags: 14 years, 4 months ago
update for WP 3.0 coming very soon
-
Dwenaus posted on the forum topic Group Tags not working? in the group How-To and Troubleshooting: 14 years, 4 months ago
i’ll update this right away 🙂
-
Dwenaus posted a new activity comment 14 years, 4 months ago
hi matt, yes, i’ll be posting an update today. 🙂
-
Dwenaus posted on the forum topic extra TD on Group Forum Page in the group BuddyPress Group Email Subscription: 14 years, 4 months ago
i’ll fix this when I get back into production mode again. I’ve been moving from peru to canada and went to a family wedding over the last month.
-
Dwenaus posted a new activity comment 14 years, 4 months ago
that would require a few changes to the plugin, but then if you change the code you’ll loose those changes on an upgrade. I can insert hooks so you put these changes in a functions.php file instead in your theme.
you’d need to change the karma calculation and then change the output to show % instead of p. let me know if you’d like me to do all…[Read more]
-
Dwenaus posted on the forum topic G-Field – This plugin adds an additional field to group creation in the group Creating & Extending: 14 years, 5 months ago
hey, I’m still actively developing this, but with the BP forum favourites feature removed, it’s tough to stay current. I’ll fix this and post an update. @nit3watch your work sounds interesting, I’d be interested to see what you are up to with the plugin. Also, I’d really like to create an admin panel for the plugin […]
-
Dwenaus posted on the forum topic BuddyPress Group Tags is now available in the group Third Party Components & Plugins: 14 years, 5 months ago
yes it is, I havn’t looked a Burt’s code. And I’m pretty sure that other project is dead, there hasn’t been a peep out of burt for months.
-
Dwenaus posted on the forum topic Add a Link to Groups Directory Page Menu? in the group How-To and Troubleshooting: 14 years, 5 months ago
I have been doing this, it is very painful. look at my group tags plugin for code that you can use. not very elegant, and maybe there is a better way. I sure wish there was. Right now i’m experimenting with going with no-ajax and see how that pans out.
-
Dwenaus posted on the forum topic Multiple language community in the group How-To and Troubleshooting: 14 years, 5 months ago
I’m going to try this out, looks promising. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/qtranslate-buddypress-make-it-work-but
-
Dwenaus posted on the forum topic Multiple language community in the group How-To and Troubleshooting: 14 years, 5 months ago
@johnjamesjacoby – did anything happen with the multi-site project you were working on. I tried to use WPML with the Buddypress component they released, and while it works somewhat there are some serious bugs. The biggest is that if you have a group name that ends in en/ such as groups/tennis-open/admin that gets changed by WPML […]
-
Dwenaus posted on the forum topic Expert help needed about the members url in the group How-To and Troubleshooting: 14 years, 5 months ago
I managed to solve it. It seems like at first all urls were this way /members/username/component/actionvariable1/actionvariable1 but I was used to groups where it is not appended by /members/username
I was able to get it to work with by using a nice url like /members/username/my/region/ -
Dwenaus started the forum topic Expert help needed about the members url in the group How-To and Troubleshooting: 14 years, 5 months ago
I’m trying to create a new nav item in the members section, something like /members/regions/ but something fishy is going on with the members url. when I go to /members/regions/ nothing works, only if i go to /members/anyusername/secondvalue does the current action get set to the secondvalue. how very odd. Does anyone know where this […]
-
Dwenaus posted a new activity comment 14 years, 5 months ago
thanks for the response. one more thing: you should probably put the back end admin menu in the buddypress menu, not the settings menu. that seems to be the convention for buddypress plugins. I like the Identifying groups feature, it will be helpful on my site. It might be nice to be able to customize the name of this button too. cheers 🙂
-
Dwenaus started the forum topic here is a fix if you show activity stream on home page in the group How-To and Troubleshooting: 14 years, 5 months ago
If you show BuddyPress activity on your blog homepage (which you can do by going to Settings->Reading in the WP admin and set a static front page as Activity Stream) then in the blog listings the url for the main blog will go to the home page, which is not a blog any longer it […]
- Load More
@dwenaus
Active 3 months, 2 weeks ago
Ok
but like with all my plugins, if It is a feature I don’t need myself, a donation will make it happen for you.