• Hi there,

    thanks for this great plugin. I am testing it with BuddyPress but it doesn’t work for new registrations. For existing users it works, but when a new user wants to register, the Topic options is not in the Sign Up form and the blog then has topic value 0. Any ideas or help? Thank you.

    http://wordpress.org/extend/plugins/blog-topics/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Romik84

    (@romik84)

    I have little modified the plugin file and added some code which add the select in the sign up form but it doesn’t still work with BuddyPress:

    // Add the actions and filters we need to make all this run
    add_action('signup_blogform', array(&$cets_wpmubt, 'get_topics_select_signup'));
    add_filter('wpmu_new_blog', array(&$cets_wpmubt, 'set_new_blog_topic'), 101);
    add_action('bp_after_blog_details_fields', array(&$cets_wpmubt, 'get_topics_select_signup'));
    add_action('signup_finished', array(&$cets_wpmubt, 'save_signup_blog_topic'));
    add_action('admin_menu', array(&$cets_wpmubt, 'add_submenu'));
    add_action('admin_menu', array(&$cets_wpmubt, 'add_siteadmin_page'));
    add_action('delete_blog', array(&$cets_wpmubt, 'update_relationships'));
    Thread Starter Romik84

    (@romik84)

    hey guys, no idea?

    Plugin Author DeannaS

    (@deannas)

    Sorry, I don’t do anything with BuddyPress. My guess is that BuddyPress is overwriting the signup_blogform content somehow.

    Thread Starter Romik84

    (@romik84)

    Hi DeannaS,

    would be possible to modify this plugin to get it working with BuddyPress?

    Plugin Author DeannaS

    (@deannas)

    @romik84 If someone else wants to do the work, I’m happy to incorporate it. But, doing it myself isn’t in the schedule right now. Sorry.

    +1 for bp integration

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Blog Topics For WPMU] With BuddyPress doesn’t work properly’ is closed to new replies.