Dennis Morhardt
I'm Dennis Morhardt, working as a "BuddyPress Evangelist" in Salzgitter (Germany). I'm politically active and member of the Social Democratic Party of Germany. I'm maintaining the German language file and landing page (de.buddypress.org) of BuddyPress.
-
Du musst leider nach jedem Update die Sprachdatei neu hochladen, da sie überschrieben wird: http://bp-tutorials.de/2010/08/deutsche-sprachdatei-installieren-und-anpassen
-
Dennis Morhardt commented on the post, BuddyPress 1.5 Release Candidate 1 (and BuddyPress 1.2.10!), on the site BuddyPress.org
@schwarzaufweiss: Ich hoffe die deutsche Sprachdatei morgen oder übermorgen veröffentlichen zu können!
(I hope to release a German translation for BuddyPress 1.5 tomorrow or thursday.)
-
Seit gestern Nacht ist ein neues Sicherheitsupdate für BuddyPress verfügbar. Mit der Version 1.2.10 wird eine Lücke in der Aktivitätskomponente geschlossen und zusätzlich einige nicht-sicherheitsrelevante Fehler […]
-
Die erste Beta von BuddyPress 1.5 wurde freigegeben. Der Versionssprung (die letzte war 1.2.9) wird mit dem letzten Major-Release, der über 17 […]
-
Dennis Morhardt posted on the forum topic Is it possible to exclude RSS feeds from the private buddypress plugin? in the group Private BuddyPress:
Thanks for your feedback. Version 1.0.4 excludes the feeds also from protection, if the checkbox for “blog pages” is not active.
-
Great! Thank you!
-
Dennis Morhardt posted a new activity comment:
Sorry for my late reply. Thank you for the translation. I will be include it in the next version!
In reply to - gstupp posted an update: @GIGALinux I did a translation of private-buddypress to Hebrew for my site. You can pick it up at http://gstupp.webfactional.com/tmp/private-buddypress-he_IL.po if you want to. Thanks, Gideon. · View -
Dennis Morhardt posted on the forum topic Exclude Simple Press Forum in the group Private BuddyPress:
That is a plugin issue of SimplePress, you need to write a custom filter. See the FAQ: http://wordpress.org/extend/plugins/private-buddypress/faq/
-
Dennis Morhardt posted on the forum topic Redirect to Register-Page? in the group Private BuddyPress:
-
Dennis Morhardt posted an update:
Updated his ”Private BuddyPress” Plugin to 1.0.3. Options no longer disappear suddenly and BuddyPress feeds are now protected. An update is recommended.
-
Dennis Morhardt posted a new activity comment:
Nein, du hast nichts falsch gemacht, war ein Problem im Plugin. Aktualisiere mal auf die neueste Version 1.0.3 (seit heute da), dann geht es.
In reply to - MrBreil posted an update: @GIGALinux Etwas verstehe ich leider nicht. Ich habe dein Plugin aktiviert, aber leider ist http://example.org/activity/feed/ immer noch für jeden erreichbar. Mache ich was falsch? · View -
Dennis Morhardt posted a new activity comment:
Sorry for the delay. The bug has been now fixed (version 1.0.3). Thanks for the report!
In reply to - Qsa posted an update: @GIGALinux Cheek your private buddypress plugin forum, there is a bug wich is a real pain, the excluded pages keep auto deselecting them selves evrytime i change anything. · View -
Added to my todo for 1.0.4, but you can do it now, if you are using filters (“pbp_login_required_check”).
-
Dennis Morhardt posted on the forum topic Different page redirect (not wp login page)? in the group Private BuddyPress:
Added in 1.0.3, add this to your functions.php:
function redirect_nonloggedin_users($current_uri, $redirect_to) { // Redirect users to the homepage // Caution! Exclude the homepage from 'Private BuddyPress' options // to avoid redirection loops! return get_option('siteurl') . '/?from=' . $redirect_to; } add_filter('pbp_redirect_login_page',… -
If you enable Private BuddyPress only for the blog where BuddyPress is active it should working, but if you enabled for the network it will protect also member blogs.
-
Dennis Morhardt posted on the forum topic Is it possible to exclude components from the private buddypress plugin? in the group Private BuddyPress:
Sorry, this is currently not possible.
-
Dennis Morhardt posted on the forum topic Privacy: Exclude these pages, always uncheck themselves in the group Private BuddyPress:
Fixed in 1.0.3. Sorry for the delay!
-
Dennis Morhardt joined the group Miscellaneous
-
No, sorry. Currently only an informal version of the German langauge file is available, but if is demand for an formel version it cound be scheduled for BuddyPress 1.3.
-
Dennis Morhardt posted on the forum topic Is it possible to exclude components from the private buddypress plugin? in the group Private BuddyPress:
You can change the behavior with a filter. It will be added in version 1.0.3, but it’s already available in the development version . Add this function to your functions.php or in a file at mu-plugins: `function make_blog_directory_visible($visibility) { global $bp; if ( bp_is_directory() && $bp->current_component == $bp->blogs->slug ) return…[Read more]
- Load More