Skip to:
Content
Pages
Categories
Search
Top
Bottom

Template: bbPress Forum Theme

  • @trent

    Member

    This template is a clone of the one that we are using with a couple of key changes. Could someone try it out and let me know if it works for you! ?

    bbPress Forum Theme

    Trent

Viewing 12 replies - 1 through 12 (of 12 total)
  • @bbolman

    Participant

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

    @yooakim

    Member

    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

    @null

    Member

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

    @trent

    Member

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

    Trent

    @null

    Member

    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…

    @trent

    Member

    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

    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

    @trent

    Member

    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

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

    @mattpeckham

    Member

    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.

    @konandoil

    Member

    oh

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