Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,045
- How-to & Troubleshooting
- 129,737
- Creating & Extending
- 25,802
- Requests & Feedback
- 9,505
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
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