• Sharing my work with this plugin, I love it and doing a campaign in RIO with it. Here is how I come so far with a clean install of buddypress & WordPress (Adding plugins later below).

    EDIT : First, place this in BP theme functions.php :
    if ( ! defined( ‘BP_CORE_DB_VERSION’ ) ) define( ‘BP_CORE_DB_VERSION’ , true);

    Basic (I didnt got this…) :

    Admin :

    First “Invite” page shows the dashboard, click on the Settings link – third from top right.

    An option menu appear:
    Use “Use custom settings” – a new field with options will show. (I thoght this option was make all changes default)

    If this doesnt work, You have a jQuery problem. The form is there but hidden. So a quicky, replace the id: LINE 760 pl folder secure_invite.php

    <div id=”secure_invites_custom_settings_form”> with
    <div id=”WHATEVERsecure_invites_custom_settings_form”>

    Take a deep look into the th URL settings. I changed my register slug from register to domain.com/start/?email=

    END of part Basic ONE
    / Jonas

    http://wordpress.org/extend/plugins/wordpress-mu-secure-invites/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jonas Lundman

    (@intervik)

    To display the current users points:

    $ua_points = get_user_meta( bp_displayed_user_id(), "secure_invite_points", true);
    echo '<p>Colleted points: ' . $ua_points . '</p>';

    I have bb 5.5 and wp 3.4.2 with 12 plugins
    Secure invites sends the email, and when I click on the link in the email, it takes me to the register page but says I need to be invited and the page is blank.
    If I turn on anyone can register, register page comes up with the register form and name/email already in the form.

    Is this the same problem you experienced and will you solution resolve it?

    Thanks,
    Boyd

    Thread Starter Jonas Lundman

    (@intervik)

    Hi,
    Yes, I recon the problem but don remeber what did. I Have 97 plugins installed on my BP testdrive … But try this

    The comma sep list of “login pages” in this plugin (settings), where the email url, I had to put the absolute address.

    label “Signup page” field I have
    http://domain.com/start/?email=

    label “Security settings” I have
    wp-signup.php,wp-login.php?action=register,/register,wp-register.php,start/

    Where start/ is my register slug – I don use original for protecting boots as a step.

    I Think the missmatch here is your problem.

    It MIGHT be an ajax login plugins that hook out the plugin in a strange way or login with email plugin

    Also s2member settings

    Anyway, I got it to work, so don give up.

    Thread Starter Jonas Lundman

    (@intervik)

    And this is depending on using directories as set up, I have WPML installed on BP, so the ?email can die your page, I don think you need it but its nice to have that pre filled in

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to : with Buddypress 6.1 / WP 3.4.2’ is closed to new replies.