Verra (@nguyenkinh)

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • @nguyenkinh

    Participant

    You can change by going to forum setting page, change the numbers in Topics and Replies Per Page to what you want.

    See http://www.ytecongcong.com/ for example.

    @nguyenkinh

    Participant

    You can change by going to forum setting, change the Topics and Replies Per Page to the number you want. e.g. http://www.ytecongcong.com/

    @nguyenkinh

    Participant

    Exactly what I want, thanks!

    @nguyenkinh

    Participant

    I fixed in another post of mine

    @nguyenkinh

    Participant

    Hi guy! I FIXED IT, be in heaven again.
    Here’s my solution, as I said before, it’s about your theme. You should browse to your WordPress theme folder, open the style.css and if your problem are the same as mine you should find some code like this:
    .reply {
    margin: 10px 20px 0 0;
    text-align: left;
    text-transform: none;
    font-size: 12px;
    position: relative;
    height: 25px
    overflow: hidden;
    position: relative;
    right: -20px;
    }

    Now you just simply put 2 lines
    height: 25px
    overflow: hidden;

    in the comment or just delete it, cause I found in bbpress.css there is the id name reply, it was overide by WordPress.
    If you need more details, email me.

    @nguyenkinh

    Participant

    Wow, I think I got it, wait a minute…

    @nguyenkinh

    Participant

    Exactly the same problem, I have also fixed a lot of errors for fitting my WP theme, starting feel like heaven and discover this bug. Please help!
    The repair step not work, it’s something about the theme because switch to twentyeleven it works.

    @nguyenkinh

    Participant

    Hi, funny thing is I currently want to add sidebar for my bbpress forum plugin. It alway shows the wordpress sidebar!

    Anyway, to remove sidebar use the fullwidth forum like this: http://www.ytecongcong.com/forums/
    Just follow
    1. Clone page.php of your WP themes and rename it to forum.php
    2. use BP Tweaks WP plugins to choose forum instead of page as default
    3. Open forum.php, remove the php code content php get_sidebar()

    • This reply was modified 13 years ago by Verra.
    • This reply was modified 13 years ago by Verra. Reason: SOLVE
Viewing 8 replies - 1 through 8 (of 8 total)