Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 35,826 through 35,850 (of 64,516 total)
  • Author
    Search Results
  • #107326
    cyrke
    Member

    Is there a way to pull custom icons in front of each post title under the forum section?

    #108045
    jabbamonkey
    Member

    I’m assuming there is a page that shows the content of the PROFILE … and, using PHP, we should be able to choose which fields are shown. So, for each field we want to hide, we could do something like:

    IF field_name exists, THEN “do not print” field_name

    Unfortunately, I don’t know bbPress too well to know which pages to edit, and my PHP coding is VERY poor. Please help if you can. Thanks.

    janoochen
    Member

    I just launched my website: http://www.taiwantalk.org/

    Taiwantalk is a free discussion site for the international and English-speaking community in Taiwan. It was modified to look more like a Q&A/digg site than a traditional forum.

    Thanks you very much bbpress Team for this awesome plugin.

    #108280
    Doug Smith
    Participant

    I’ve been keeping notes as I’ve worked on importing a somewhat large bbPress 1.x install. I’d be glad to share what I have and help rework it a bit.

    #107991
    sparker3669
    Member

    Ok was wondering if a post icon could be added to post. I would like to have icons for php css and html as well as a general wordpress icon and my site logo as an icon.

    I have tried several plugins and they don’t seem to work. If this is not doable then no biggie was just thinking it would be nice to dress up the post some.

    #108297
    master5o1
    Participant

    Yay! One more user of my plugin :D

    #108296
    fredy666
    Member

    OK, very thanks, it’s now installer.

    #108300
    mjpg
    Participant

    Thanks for both replies.

    So the bbPress beta 3 would be OK for a production site?

    But just now it does not do file auploads/attachments?

    And there is not yet a file upload / attachment plugin for it?

    Anyone know about how resource hungry it is in a WP3.2.1 system with a few other plugins?

    Thanks

    #108234

    @vladoa – It sounds like the theme you’re using is conflicting with the way that bbPress is trying to prevent the comments form from appearing. Curious what theme you’ve got?

    #108278

    Always more useful to test the trac version than the releases. The trac version is the most up-to-date code available.

    No timeline, but the sooner the better. :)

    #107283
    master5o1
    Participant

    Probably.

    #107282
    Mike1233
    Member

    i think the new version is too muhch… nobody need a other font.

    #107990
    sparker3669
    Member

    Ok thanks that got it. I was able to get an image in there and it looks real good

    http://www.geekncode.com/wp

    Let me know how it looks

    #39678
    jessicaamen
    Member

    I just installed the bbPress plugin and I’m able to add forums and topics, but on the front end when I try and view them, I’m getting the following: This is somewhat embarrassing, isn’t it?

    What am I doing wrong? I tried deleting the plugin and reinstalling and no luck.

    Any suggestions?

    The site I’m working on is located here: http://all-naturalkids.com/dev/

    Thanks!

    #39677
    Dan Milward
    Member

    Anybody want to make a Plugin that lets a moderator or administrator edit posts inline – I guess its possible that Scribu’s inline editor already supports bbPress CPT’s but if not… then I’m open to commissioning this project.

    FOR THE LOVE OF WORDPRESS!!!

    #107989
    simplethemes.com
    Participant

    I see, then your best bet is to just leave the text header as-is and add a background image attribute to the #header selector.

    change:

    #header {
    clear: both;
    margin-top: 16px;
    }

    to:

    #header {
    clear: both;
    margin-top: 16px;
    background: url(http://www.url.com/path/to/image.png) no-repeat right center;
    }

    …obviously replacing the URL to the image with one of your own.

    #107988
    sparker3669
    Member

    Actually I want to keep the text there as well. Sorry I am really being unclear today. Must because I am tired.

    Been reading wordpress stuff and messing with my site since 5am. I know there is not much content there but want to get it visually and feature wise laid out before putting up more content.

    #107987
    simplethemes.com
    Participant

    If you go to “Theme Options” and select “Display a custom image/logo image in place of title header” you can upload an image or paste the URL to one from your media library.

    Below that, you can set your logo width and logo height. You should resize the image prior to uploading so it doesn’t look choppy. The size is up to you – depending on the orientation of your logo graphic.

    To align it to the right, you’ll need to edit the style.css.

    Find:

    #header .inner {
    padding-top: 15px;
    padding-bottom: 20px;
    }

    and change to:

    #header .inner {
    padding-top: 15px;
    padding-bottom: 20px;
    float:right;
    }

    Glad you like the theme :)

    #107986
    sparker3669
    Member

    Next Question. I am in the process of creating a small graphical logo. I would like to know what would be the best size to make and also how to get it right aligned in the header.

    BTW did I mention I really like this theme. Clean and all.

    #107985
    sparker3669
    Member

    I understand it gets registered and it does show up. I added a text widget to that area. It doesn’t show up on the forum sidebar

    Sorry if I was unclear.

    I will try what you have posted and see if that fixes it.

    I just did what you said and its working fine.

    #108194
    master5o1
    Participant

    I’m interested… I tend to underestimate my abilities and sell my self short. But my post toolbar has been a big confidence boost.

    https://wordpress.org/extend/plugins/bbpress-post-toolbar/

    #107984
    simplethemes.com
    Participant

    You should be able to add any widget to the ‘Forum Sidebar’ location.

    If bbPress is installed, this widget location gets registered:

    http://screencast.com/t/axXP7yykY

    If it isn’t showing up, make sure it isn’t commented out in the forum templates you want it to show in. I only enabled it in the templates I felt were necessary (like the member pages).

    On some of my forum pages I wanted a wide page, but you can certainly change it.

    For example, to change the forum home page template, open archive-forum.php in the theme editor and just uncomment this line:

    // get_sidebar('bbpress');

    Then, in functions.php find this line:

    // force wide on bbPress pages
    if (is_bbpress()) {
    $columns = 'sixteen';
    }

    and change ‘sixteen’ to ‘eleven’ to accommodate the sidebar.

    #108295
    master5o1
    Participant

    I made a post toolbar, but its not wysiwyg or tinyMCE. Just buttons to add html and shortcode tags.

    https://wordpress.org/extend/plugins/bbpress-post-toolbar/

    #107983
    sparker3669
    Member

    I installed this theme and its pretty nice. One question I have is I wanted to added a widget to the forum sidebar but it doesn’t show up. Any idea what I need to do to get it to show up?

    http://www.geekncode.com

    #108274
    pimarts
    Participant
Viewing 25 results - 35,826 through 35,850 (of 64,516 total)
Skip to toolbar