Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Create Group button on Groups Page


Brajesh Singh
Participant

@sbrajesh

How about this one.

<?php
global $bp;
if(is_user_logged_in()):?>
<a href="<?php echo $bp->loggedin_user->domain;?>groups/create">Create a Group Now</a>
<?php endif;?>

Edit: doh! I had missed f of href earlier

Skip to toolbar