Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum display

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

  • gavpedz
    Participant

    @gavpedz

    Anyone?


    Robin W
    Moderator

    @robin-w

    It would take a long time to go through what you would need to do – Basically it is all to do with styling and functions.

    The basics are covered in the documentation in the codex https://codex.bbpress.org/ and some of the step by step stuff and layout will help you.


    Robin W
    Moderator

    @robin-w

    If you want someone to do it for you, go to

    http://jobs.wordpress.net/

    where someone will do anything from a minor change through to a full time job !


    gavpedz
    Participant

    @gavpedz

    Thanks although i did just find the setting in settings to make it show latest topics instead of forum list, so thats good.

    I got the widget in sidebar to show forum list so that’s good.

    There are just a few things i want to do now and that is:
    Show a bar at the top of forum page to display create topic subscribe and favorite similar to here.

    Also show the number of topics in a forum on the forum list in sidebar.


    Robin W
    Moderator

    @robin-w

    REPEAT : It would take a long time to go through what you would need to do – Basically it is all to do with styling and functions.

    The problem is that in answering this question I’d need to explain firefox and firebug, css, php bbpress structure and lots more.

    But to get you started – THIS IS NOT THE SOLUTION – but a couple of lines that will see you get further forward. you’ll need to look at “inline” as well to get the is horizontal.

    You could do a bar several ways, but the easiest is create a copy of your page template for bbpress to use

    see https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 8

    and then play with the following

    in css add

    #subnav {
    background: none repeat scroll 0 0 #2020ff;
    border-bottom: 1px solid #BBBBBB;
    font-size: 12px;
    margin-top: 81px;

    }
    and in you bbpress page template put under the header

    <div id=”subnav”>
    <ul id=”nav-user” class=”menu”>

  • Register
  • Lost Password
  • </div>

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