Forums

Join
bbPress Support ForumsTroubleshootingForum Structure

Info

Forum Structure

  1. I dont know what i'm doing wrong but the structure of my forums is messed up.

    this is, what it looks linke on the admin panel (and how it should look like):

    http://img520.imageshack.us/img520/6477/jarc1.jpg

    an this is, what it looks linke on the index page:

    http://img260.imageshack.us/img260/9382/neinal4.jpg

  2. How about a link to your forum so we can see why that might be happening? Looks like a list tag did not get closed, so the next list starts indented maybe.

  3. okay, here it is
    http://monstrs.de/stufo/

  4. Check your markup here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmonstrs.de%2Fstufo%2F

    You have some invalidly nested tags, for starters.

  5. okay, tried to remove the errors but this didn't change anything

    even when i use the standard theme, the list is screwed up

    E: Okay, even with a completely new and fresh instalation it doesn't work. Seems like a bug >.<

  6. I can only see an install with a bunch of markup errors there now. Did you install it fresh in another location?

    Also, what is the expected layout of the forums? I can't see what the hierarchy should be and can't read German.

    Gelaber
    Verlinktes
    Videos
    Musik
    10ter Jahrgang
    – 10. Klassen
    Albert
    Berta
    Clemens
    Dörthe
    Emil
    Fridolin
    11ter Jahrgang
    – die 11. Klassen
    Albert
    Berta
    Clemens
    Dörthe
    Emil
    Fridolin

    Should some of these be nested?

  7. What version bbPress are you using?

  8. I found one problem in the CSS. On line 339 of style.css change this:

    padding-left: 2.5ex;

    to this:

    padding-left: 2.5em;

    That will take care of indenting the nested lists. Not sure if that is your problem or not, but it's something.

    Also, for creating your own theme, you might want the copy the files over to a theme folder under "my-templates". Then you can switch back to stock if there is a problem, and your theme files will not be overwritten by any upgrades.

  9. I filed this bug: http://trac.bbpress.org/ticket/740

    I guess ex is a valid CSS unit of measure, but I think it's for height and was not intended here. Maybe a typo combination of em and px. Maybe...

  10. Hej guys
    I removed the parent category, that's why you dont see anything. using the newest version (0.8.2.1 ). you can try it yourself, just rebuild the structure in the images above and you will see it doesn't work...

    I noticed that the category in the admin menu jumps back when i refresh the page.

    thats what it should look like:
    http://img406.imageshack.us/img406/4117/richtigrv0.jpg
    and that is what it looks like after refreshing:
    http://www.monstrs.de/wp-content/uploads/2007/09/falsch.jpg

    changing ex to em didn't change anything :/

    thanks for your help so far, all!

    e: here is a link to a completely new installation. same problem.
    http://monstrs.de/test/

  11. Thanks for letting us know about the bug. It will be fixed in the next release.

    http://trac.bbpress.org/ticket/741

  12. Excellent. Thanks.

  13. You must log in to post.