Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 15 replies - 51 through 65 (of 65 total)
  • @aronjay

    Participant

    Really worth reading!

    even though i didn’t finish it…

    @aronjay

    Participant

    @Internetado,

    that was cool, but this is great! :)

    <?php

    function oci_restrict_access()

    {

    global $bp, $bp_unfiltered_uri;

    if (!is_user_logged_in() &&

    (

    MEMBERS_SLUG == $bp_unfiltered_uri[0] && !empty( $bp->current_action ) ||

    BP_GROUPS_SLUG == $bp->current_component && !empty( $bp->current_action )))

    {

    nocache_headers();

    header(‘Location:’.get_settings(‘siteurl’).’/register’);

    exit();

    }

    }

    add_action( ‘wp’, ‘oci_restrict_access’, 3 );

    ?>

    Good Luck!

    @aronjay

    Participant

    I’m also working on this one, but somewhat dff.. i will be using it for our alumni portal..

    I just want to connect them back again..! :D

    @aronjay

    Participant

    @Lucifix,

    Thank you so much.. that is really helpful..

    -aron

    @aronjay

    Participant

    @Ipin,

    Really great!

    @aronjay

    Participant

    well, i’m planning to use it to update my subcribers (users) about the current status, issues, and other site related things…

    @aronjay

    Participant

    slicehost… all the way around..

    @aronjay

    Participant

    anyone?

    @aronjay

    Participant

    see.. Docs.. (codex)

    @aronjay

    Participant

    it’s much better… for what i think :D

    @aronjay

    Participant

    use flickr plugin from bp-dev.org for temporary..

    @aronjay

    Participant

    its not easy, i think. or maybe YES! I don’t know.. ask the real Geeks!

    @aronjay

    Participant

    I don’t understand. :D

    @aronjay

    Participant

    allowing the users to set their password would definitely make a lot of splogs.. but incorporating a security measures, let say a invitation code will prevent spam blogs..

    please, somebody provide us a plugin for setting up a password for the registration..

    allowing the user to set their own password.. for FREE!

    Thanks.

    @aronjay

    Participant

    Great! thank you so much Sgrunt!

Viewing 15 replies - 51 through 65 (of 65 total)
Skip to toolbar