BuddyPress

Me

Mike Challis

  • Mike Challis and mlovelock are now friends   4 months ago

  • Mike Challis posted a reply on the forum topic contact forms not working in default buddy press theme:   4 months, 1 week ago

    Fast and secure contact form was tested on WPMU and BP and works.
    Perhaps your shortcode function is broken on default theme in your install?
    I have had one report that shortcodes were not working, but after WP was reinstalled it started working.

  • Mike Challis posted a reply on the forum topic SI CAPTCHA for WPMU and BuddyPress:   5 months, 3 weeks ago

    OK, thanks

  • Mike Challis posted a reply on the forum topic SI CAPTCHA for WPMU and BuddyPress:   5 months, 3 weeks ago

    Beta is closed. 2.00 is released.
    http://wordpress.org/extend/plugins/si-captcha-for-wordpress/

  • Mike Challis posted a reply on the forum topic SI CAPTCHA for WPMU and BuddyPress:   5 months, 3 weeks ago

    Thanks for the suggestion I changed it.
    beta Version: 1.9.4
    PS. I am having a CSS problem with the layout of the registration page. The wigets are trying to display in the middle of the page instead of the right hand side.It is not related to the captcha, because it still happens with SI captcha uninstalled.<br [...]

  • Mike Challis posted a reply on the forum topic Installed BP 1.1 and Fatal Error:   5 months, 3 weeks ago

    I made a ticket.
    http://trac.buddypress.org/ticket/1093

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>

  • Mike Challis created a new ticket: Ticket #1093 (More graceful error for BuddyPress plugin not activated) created   5 months, 3 weeks ago

    There should be a more graceful error for BuddyPress plugin not activated.

    I just installed BP 1.1 on a fresh install of WPMU.
    Well… I forgot to activate the BuddyPress plugin, then got this error on the blog site:

    Fatal error: Call to undefined function bp_page_title() in /bp/wp-content/themes/bp-sn-parent/header.php on line 9

    Here is my proposed code to provide a more graceful and meaningful error. This goes in the very top of themes/bp-sn-parent/header.php:

    <?php
    if ( !function_exists(’bp_page_title’) ) {
    die(__(’Did you forget to activate the BuddyPress plugin?’,'buddypress’));
    }
    ?>