Forum Replies Created
-
Really worth reading!
even though i didn’t finish it…
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!
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..!
Really great!
well, i’m planning to use it to update my subcribers (users) about the current status, issues, and other site related things…
slicehost… all the way around..
anyone?
see.. Docs.. (codex)
it’s much better… for what i think
use flickr plugin from bp-dev.org for temporary..
its not easy, i think. or maybe YES! I don’t know.. ask the real Geeks!
I don’t understand.
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.
Great! thank you so much Sgrunt!