-
Svenl77 replied to the forum topic Optimize your WordPress site and Buddypress social network for Facebook! in the group SeoPress
New Version Live now! http://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
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 […]
-
Svenl77 posted an update
-
Svenl77 replied to the forum topic Problem with removing Home in group in the group How-To and Troubleshooting
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
@linick, check out seopress: http://buddypress.org/community/groups/seopress/
-
Svenl77 replied to the forum topic Problem with removing Home in group in the group How-To and Troubleshooting
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
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
try this:
bp_core_remove_subnav_item( bp_get_current_group_slug(), ’home’ ); -
1. Du hast nicht die benötigten Rechte diese Seite anzuzeigen
2. Einstellungen gespeichert
3. BuddyPress Share it Einstellungen
4. Bitte wähle den Buttontyp der zur Anzeige genutzt werden soll
5. Bitte wähle welche Inhalte […] -
Svenl77 replied to the forum topic Changing The Title Tags For the Forums in the group How-To and Troubleshooting
you can do it with SeoPress: http://buddypress.org/community/groups/seopress/
-
Svenl77 replied to the forum topic Are Your Plugins Compatible With The New BuddyPress 1.5? in the group How-To and Troubleshooting
wow, could this topic become sticky for a while, so everyone can find this easily?
-
Svenl77 joined the group VideoPress
-
Svenl77 replied to the forum topic BuddyPress 1.5 compatibility for plugins and themes in the group Third Party Components & Plugins
+1 mobilized style sheet for BuddyPress by default
-
Svenl77 started the forum topic Whats up with this buddypress.org ? in the group Requests & Feedback
I cannot believe that buddypress.org, the heart of BuddyPress is so buggy
and not usable for such a long time. And that we have discussed site issues months ago
and still nothing happens.Why? What’s wrong? Isn’t it an […]
-
Svenl77 started the forum topic A new free version 1.8 is out now and finally we are back in the WordPress Theme Repository! in the group Custom Community Theme
Yeah, finally we are back in the WordPress Theme Repository!
It’s been many weeks now since we got kicked out of the repository and after a long exhausting theme review journey and endless discussions, the last ticket […]
-
Svenl77 posted a new activity comment:
Hi @mercime,
I have just uploaded a new version 1.7.5 with some bugfixes. http://themes.trac.wordpress.org/ticket/4223
It is again not tagged under buddypress. Am I doing something wrong? Could you teach me how to submit the theme the correct way?
I’m not sure this message gets delivered to you. I had quite a lot of problems with it here on…[Read more] -
Svenl77 posted a new activity comment:
Hi @mercime, Thanks a lot to come to me. The Bepopshop theme – 1.6 http://themes.trac.wordpress.org/ticket/4186#comment:1 looks like a copy. I have nothing to do with this theme.
About the THEME: Custom Community – 1.7.4
Its tagged buddypress, but it’s never get into the buddypress queue…To be honest, I’m very frustrated with the theme review…[Read more]
-
one more: by reading the code, I can see the locate_template() function comes with 3 parameters locate_template($template_names, $load = false, $require_once = true ) the third parameter “$require_once” is ignored in buddypress and default is true locate_template( array( ‘sidebar.php’ ), true ) that means the conflict could just happen by using…[Read more]
-
Hi, thanks @djpaul for the instructions. We will write a patch hopefully until Friday. I guess some things were misunderstood… to switch from right to left is easy done by css, but has nothing to do with the double sidebar conflict we need to avoid, if a plugin comes with a sidebar and we add one [...]
-
Hi @johnjamesjacoby we are kind of new to all this… How to start? I will check out the latest version via svn. That’s fine. But how to check in? Commit? Push? Should I add the complete theme as .zip file on a ticket? I guess the size will be too big. I would like to write [...]
- Load More