Skip to:
Content
Pages
Categories
Search
Top
Bottom

Missing naviation


  • tydd
    Participant

    @tydd

    Hi, i searched the forum but couldnt find anything similar to my problem. And also pardon my English.

    Problem: I want to have the navigation at the end of the topic (if it has more than 1 page), above the reply editor box.

    I hope these pictures can tell you more. Thx in advanced.

Viewing 4 replies - 1 through 4 (of 4 total)

  • tydd
    Participant

    @tydd

    Feel free to check my website.

    http://www.ban-trai.com/groups/ban-trai-hcm/forum/topic/lam-quen-nhe/page/2/

    Moderator Edit: No need for the username and password anymore 🙂

    bbPress and BuddyPress include the pagination at the top and bottom by default.

    Your custom theme appears to not do that, most likely the template you need to edit is either content-single-topic.php or content-single-topic-lead.php and look for something similar to:

    
    <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    
    <?php bbp_get_template_part( 'loop',       'replies' ); ?>
    

    And change that to:

    
    <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    
    <?php bbp_get_template_part( 'loop',       'replies' ); ?>
    
    <?php bbp_get_template_part( 'pagination', 'replies' ); ?>
    

    If your not comfortable doing that then contact the theme author for details.


    tydd
    Participant

    @tydd

    It works. IT WORKS. OMG. THX!

    Cool 🙂

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