Skip to:
Content
Pages
Categories
Search
Top
Bottom

Template: bbPress Forum Theme

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

  • bbolman
    Participant

    @bbolman

    It seems to work just fine for me. I must admit, I do like this more than the default theme.

    This theme is a lot nicer that the old default theme.

    It works but there are a few issues.

    When i click on “View your profile” the menu choices goes off way out to the right…

    Great work!

    /Joakim

    Like it, only put the original bbPress logo in it instead of yours: https://bbpress.org/bbpress.png

    It is simple enough to change back if you want to. Just don’t want a bunch of ‘complete’ bbPress clones out there.

    Trent

    Does any one has a template test page already up? or is there a plugin, so you choose a template from a ddlb and the page shows the forum in the chosen template…

    I changed this up a little bit and made it work for the up and coming 0.8 theme. It would be nice to have someone test it again on 0.75 as I don’t have an install anymore, but I think my directions should work. Download is in the first post of this thread or check out the entry on my blog or over at the complete template and plugin blog, Pro Forum

    Trent

    *EDIT*

    Null I am using the original logo again. ;)

    I still run 0.74 I believe, I will check it when I have the time :)


    mattpeckham
    Member

    @mattpeckham

    Hey Trent,

    Did anyone come up with a resolution for the original poster’s:

    “When i click on “View your profile” the menu choices goes off way out to the right…”

    Cheers,

    Matt

    Not sure if they did or not, but it is pretty simple to change. Head to style.css and find the following:

    #profile-menu {
    list-style: none;
    position: absolute;
    right: 0;
    }

    and change to something like the following:

    #profile-menu {

    margin-top: -20px;
    margin-right: -20px;
    padding: 20px;
    float:right;
    }

    Not perfect, but something to start from!

    Trent


    mattpeckham
    Member

    @mattpeckham

    Fab Trent, that’s plenty close for now. :)


    mattpeckham
    Member

    @mattpeckham

    For anyone that’s interested, if you set

    margin-top: 35px;

    …it lines up flush with the username line, just as it looks if you view you profile here on the official bbPress board.

    oh

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