Sussex, UK
Hello, I'm a BuddyPress Forum Moderator & Plugin Developer.
Based in the UK, I contribute to BuddyPress in a variety of ways and enjoy speaking about BuddyPress. I consult on BP-related projects and create custom plugins for your site; contact me at paul@byotos.com.
You can usually find me moderating the BuddyPress.org forums, in #buddypress-dev on freenode, or on twitter as "pgibbs".
DJPaul's
Activity Stream →
-
DJPaul posted a reply on the forum topic Where to find basic instructions: 13 hours, 2 minutes ago
Hm, no real instruction manual as such.
With regards to features, you can read this page http://buddypress.org/, find some BuddyPress introduction videos from WordCamp conferences at http://wordpress.tv/category/buddypress/. I’ve just got back from WordCamp Ireland where I did an introduction to BP session; slides are at slideshare.net/DJPaul/wordcamp-ireland-2010-introduction-to-buddypress
If you can ask us a specific question about BuddyPress, we [...] -
DJPaul posted a reply on the forum topic New sherrif in town – Congrats r-a-y!: 1 day ago
But I want to go on holiday to the Bahamas too?
-
DJPaul posted a reply on the forum topic Can't find way for new users to register: 1 day, 11 hours ago
Go to http://example.com/wp-admin/options-general.php (on your domain) and ensure ”Anyone can register” is checked.
-
DJPaul posted a reply on the forum topic User names, @mentions, full-stops/periods, LDAP: 1 day, 11 hours ago
Have you set this in wp-config.php? It may go some way to assisting.
define( ’BP_ENABLE_USERNAME_COMPATIBILITY_MODE’, true );
From http://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/
-
DJPaul posted a reply on the forum topic Widget areas for Groups, Forums, etc: 2 days, 12 hours ago
In your theme/child theme, you just need to add new widget areas in, same as any regular WordPress theme. I’m not a theme expert but have a look at http://www.themelab.com/2008/04/18/see-how-easy-it-is-to-widgetize-wordpress-themes/ under ”Multiple Widget Ready Areas”