Skip to:
Content
Pages
Categories
Search
Top
Bottom

Adding link to you must be logged in to reply to this topic.


  • wreckcox
    Participant

    @wreckcox

    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)

  • Robin W
    Moderator

    @robin-w

    I’ve just added this functionality to my style pack plugin

    bbp style pack

    once activated go to
    dashboard>settings>bbp style pack>Topic/Reply Display
    dashboard>settings>bbp style pack>Topics Index Styling


    wreckcox
    Participant

    @wreckcox

    Thank you @robin-w bbp style pack is truly superb. I hope you will be adding even more features. I have been using with my another website.
    However, in this case, I am using a custom-designed template, especially for bbpress and buddypress so bbp style paack is not compatible with the theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar