Adding link to you must be logged in to reply to this topic.
-
What is the best way to add login and a register link to “You must be logged in to reply to this topic”
I found this but I realized I cannot edit a code as I am very new to PHP.
Please suggest.<div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic"> <div class="bbp-template-notice"> <p><?php is_user_logged_in() ? _e( 'You cannot create new topics.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></p> </div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.