How to insert Register/Login Link on bbPress

Posted in: Newspaper
Post count: 49

I’m trying to display the Register link in the forum, but can’t find an easy way to add it:
http://ubersmartwatch.com/forums/

This way, users cannot regist. 🙁

Post count: 3343

Hi,
You can use the theme login system there http://screencast.com/t/zcyaG229c like on our demo https://forum.tagdiv.com/how-to-use-the-log-in-window/

Or use the bbPress login widget

Thanks!

Post count: 49

What I’d like to do is to have the link to login or register where these message appear:

“You must be logged in to create new topics.”
“You must be logged in to reply to this topic.”

Post count: 3343

Hi,
Add this code

<?php
    if (!is_user_logged_in()){
        echo do_shortcode( '[bbp-register]'  );
    }
?>

In this 2 files at the end above the </div> like here: http://screencast.com/t/FkfdnQpfelgd

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.