Support » Plugin: Private BuddyPress » [Plugin: Private BuddyPress] Invitations & Private Buddy Press – way forward?

  • I’d like to implement a private buddy press but allow members to invite other people to join… the plugin that used to worl with Private Buddy Press is no longer maintained so we need another solution.

    There is a plugin that allows users to invite people they’d like to participate. ) ‘Invite Anyone’

    You can disallow general registrations and use this plugin to enable registration by those who have been invited…

    But Private Buddy Press protects this page – but if it could be set to allow this page then we’d have a solution…

    If I press the edit button on the plugin I can find this code in the page revealed:

    // No login required if registration is excluded
    if ( true == $this->options->exclude->registration && ( bp_is_register_page() || bp_is_activation_page() ) )
    			return false;

    To make it work I would need to set the value of bp_is_register_page()…

    It looks like a function – but where do I find this function?

    http://wordpress.org/extend/plugins/private-buddypress/

Viewing 1 replies (of 1 total)
  • Thread Starter theTechnaddict

    (@thetechnaddict)

    Agh, that is part of the bp core template, so best not to mess with it.

    Could I extend that template somehow so that the core could be updated but I could define a new conditional tag so that I could exclude the accept invitation registration page?

    I’m not a developer so please be kind and read the intent behind the question!

    TIA

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Private BuddyPress] Invitations & Private Buddy Press – way forward?’ is closed to new replies.