-
Sven Lehnert replied to the topic [Resolved] How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 8 months ago
-
Sven Lehnert replied to the topic Best Way For Member's To Add Blog Posts To Profile in the forum How-to & Troubleshooting 9 years, 8 months ago
I have also created a plugin for this purpose if you need more complex forms check out BuddyForms. https://wordpress.org/plugins/buddyforms-members/
There is also a demo available http://buddyforms.com/
Feedback is welcome ๐
Cheers,
Sven -
Sven Lehnert started the topic [Resolved] How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @imath,
In this topic you write that the function you provided should work with BuddyPress Version 2.2
https://buddypress.org/support/topic/how-to-remove-tabs-from-group-admin-nav/#post-230995
[Read more]
function turker_remove_group_admin_tab() {
if ( ! bp_is_group() || ! ( bp_is_current_action( 'admin' ) && bp_action_variable( 0 ) ) ||… -
Sven Lehnert started the topic [Resolved] How to remove tabs from group admin nav in the forum How-to & Troubleshooting 9 years, 8 months ago
Hi @imath,
In this topic you write that the function you provided should work with BuddyPress Version 2.2
https://buddypress.org/support/topic/how-to-remove-tabs-from-group-admin-nav/#post-230995
[Read more]
function turker_remove_group_admin_tab() {
if ( ! bp_is_group() || ! ( bp_is_current_action( 'admin' ) && bp_action_variable( 0 ) ) ||… -
Sven Lehnert replied to the topic Help us testing BuddyForms! Collaborative Publishing for WordPress & BuddyPress in the forum Third Party Plugins 11 years, 5 months ago
I have just created a short video to show BuddyForms in action:
-
Sven Lehnert started the topic Help us testing BuddyForms! Collaborative Publishing for WordPress & BuddyPress in the forum Third Party Plugins 11 years, 5 months ago
The first Beta versions of BuddyForms and BuddyForms Members are available now.
Itโs a Beta release for interested developers and users who want to play with the plugin and see what we have built so far. For now the plugin comes with limited functionality.
For more infos please read the Blogpost: h…[Read more]
-
Sven Lehnert commented on the post, Announcing BuddyCamp Miami 2013, on the site BuddyPress.org 11 years, 8 months ago
I would help, if Berlin is fine I can find a right place for it, or in London? Than you should know more I guess. I would love to spent my time for this and meet all european BuddyPress enthusiasts!
-
Svenl77 replied to the forum topic Buddy Press and theme custom community = error message in the group How-To and Troubleshooting 12 years ago
-
Svenl77 replied to the forum topic Post Update and Members Directory Not working after upgrade to 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
I already asked the user for access ๐
-
Svenl77 replied to the forum topic Post Update and Members Directory Not working after upgrade to 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
@miguelcortereal, Thanks for the feedback, SeoPress update is in work.
@djpaul Some user report this issue:
Fatal error: Cannot access empty property in […]
-
Svenl77 replied to the forum topic Post Update and Members Directory Not working after upgrade to 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
Hi @all, we testet the issues and could not reproduce them. The theme works just fine with a child theme as well. We can’t guarantee it works with modified child themes, as we don’t know what are the […]
-
Svenl77 replied to the forum topic Post Update and Members Directory Not working after upgrade to 1.6 in the group How-To and Troubleshooting 12 years, 3 months ago
Hello everyone,
Sorry for your discomfort.
We missed it to test the theme properly enough against BP 1.6 and feel sorry for it.We are now working with 2 devs on a new version to support 1.6 and fix some […]
-
Svenl77 replied to the forum topic Optimize your WordPress site and Buddypress social network for Facebook! in the group SeoPress 13 years, 1 month ago
New Version Live now! https://wordpress.org/extend/plugins/seopress/
-
Svenl77 started the forum topic Optimize your WordPress site and Buddypress social network for Facebook with the fresh updated SeoPr in the group SeoPress 13 years, 1 month ago
At the WordCamp 2011 in Kรถln Germany we had an interesting discussion about the new requirements for social network optimization and decided to build it into SeoPress.
In fact, social media is one of the most […]
-
Sven Lehnert posted an update 13 years, 1 month ago
-
Svenl77 replied to the forum topic Problem with removing Home in group in the group How-To and Troubleshooting 13 years, 1 month ago
add it in your function.php
function remove_group_home_nav() {
bp_core_remove_nav_item( bp_get_current_group_slug(), ‘home’ );
}
add_action( ‘bp_setup_nav’, ‘remove_group_home_nav’ ); -
Svenl77 replied to the forum topic Buddypress is not SEO friendly in the group How-To and Troubleshooting 13 years, 1 month ago
@linick, check out seopress: https://buddypress.org/community/groups/seopress/
-
Svenl77 replied to the forum topic Problem with removing Home in group in the group How-To and Troubleshooting 13 years, 1 month ago
add it into a function in your functions.php and hook this function into bp_setup_nav
read more here http://bpdevel.wordpress.com/tag/bp_core_remove_subnav_item/
hope that helps you
-
Svenl77 replied to the forum topic Custom Community and WP 3.2.1 in the group How-To and Troubleshooting 13 years, 1 month ago
Hi @phyz, this is fixed now. check out the new version: https://github.com/Themekraft/Custom-Community
-
Svenl77 replied to the forum topic Problem with removing Home in group in the group How-To and Troubleshooting 13 years, 1 month ago
try this:
bp_core_remove_subnav_item( bp_get_current_group_slug(), ‘home’ ); - Load More
@svenl77
Active 9 months, 2 weeks ago