bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Template: bbPress Forum Theme

(13 posts)
  • Started 1 year ago by Trent
  • Latest reply from konandoil
  • This topic is not a support question
  1. 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

    Posted 1 year ago #
  2. It seems to work just fine for me. I must admit, I do like this more than the default theme.

    Posted 1 year ago #
  3. 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

    Posted 1 year ago #
  4. Like it, only put the original bbPress logo in it instead of yours: http://bbpress.org/bbpress.png

    Posted 1 year ago #
  5. It is simple enough to change back if you want to. Just don't want a bunch of 'complete' bbPress clones out there.

    Trent

    Posted 1 year ago #
  6. 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...

    Posted 1 year ago #
  7. 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. ;)

    Posted 1 year ago #
  8. I still run 0.74 I believe, I will check it when I have the time :)

    Posted 1 year ago #
  9. 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

    Posted 7 months ago #
  10. 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

    Posted 7 months ago #
  11. Fab Trent, that's plenty close for now. :)

    Posted 7 months ago #
  12. 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.

    Posted 7 months ago #
  13. konandoil
    Member

    oh

    Posted 5 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.