Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 11,926 through 11,950 (of 64,515 total)
  • Author
    Search Results
  • #173284
    Valery Kondakoff
    Participant

    Thank you for adding a ticket. Hopefully this will be fixed.

    Maybe it is a good idea to add another ticket as well: the bbPress does not follow switching color scheme in the default WP theme (Twenty Sixteen). Here are the details and a screenshot: https://bbpress.org/forums/topic/bbpress-does-not-support-the-default-wp-theme-when-switching-to-dark-scheme/

    #173283
    Pascal Casier
    Moderator

    Thanks for the test. I have the same issue on 2016, so I created trac ticket https://bbpress.trac.wordpress.org/ticket/2921
    Let see if something can be done, for now you will have to live with the CSS trick above

    Pascal.

    #173281
    Valery Kondakoff
    Participant

    Just tested several default WP themes with bbPress (from 2010 to 2016). Here they are: http://vkondakoff.synology.me/photo/share/8erFChRr

    2010, 2012, 2013 and 2015 are looking good. 2011 is cropped by it’s right side even without anything in WP sidebar. 2014 is just to small is size (don’t know why). 2016 is just cropped on the left side…

    #173272
    Valery Kondakoff
    Participant

    Here it is: http://rugby-forum.ru/wp3/forums/

    Looks like this code helps a little bit:

    .bbpress .entry-content {
      float: none !important;
      width: auto !important;
    }

    Are there any better solutions? And why bbPress reserves this space?
    Thank you!

    #173269
    luckyluuk
    Participant

    OK it seems to work only if you been to the wordpress logon screen. When i restart the browser i cannot login. I have now added a button to login via wordpress logon screen. If i click it, then back the login BBpress login fields work! so strange!

    #173268
    Stagger Lee
    Participant

    I did it very nice with activated TinyMce for bbpress (simple one) and media upload button.
    Then with one snippet limmited users to se only own uploads. It is easy to find on Google.

    Now with Shortcode UI (Shortake) it is very easy to make plenty of visual shortcodes for forum. So play with it and use it for attachments.There is allways way to remove other media modal tab items.

    I will play a bit with it in future. BBC codes as shortcodes, etc.

    #173266
    Pascal Casier
    Moderator

    @mimbelli, try not to revive 4y old posts please. Just post your own 🙂

    For uploading files, the 3 products I know of are ‘GD bbpress Attachments’, ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.

    If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.

    Pascal.

    v!per
    Participant

    yes i am doing php code and what my point is :

    let us suppose we have 5 forum categories i want 3 of them to be listed separately and 2 of them listed separately no intermixing can i do that using bbpress ?

    #173258
    evildrome
    Participant

    OK, my original premise was wrong but the results are much the same.

    I will post this here to hopefully prevent anyone else going through the same pain.

    My import didn’t fail because of an inability to deal with non-alpha chars. It failed because I have all the user emails set to anon@anon.com

    This is because my import to bbPress started as a Yahoo group and I’m going via phpBB.

    I wanted a way to easily identify the newly added users.

    Anyway, if the email already exists, the converter will carry on.

    Silently.

    Leaving you to guess what the hell went wrong.

    Rather than just output a single line at the end of user import:

    Users Read [x] Duplicates found [x] Users added [x]

    #173257

    In reply to: Lock a thread

    Pascal Casier
    Moderator

    What do you mean with ‘Thread’ or ‘post’ ?
    bbPress has forums, topics and replies. Depending on what you need I could point you in the correct direction.

    Pascal.

    #173251
    Pascal Casier
    Moderator

    Hi,
    Some answers from my side:
    – I don’t know IPB, so no idea what’s in there, but for almost everything there is somewhere a plugin available
    – website and forum share users and the environment. Again with plugins a lot can be done (e.g. my bbP Move Topics is doing one switch from one to the other and soon also the other way around)
    – version 2.6 is coming out very very soon, so yes, it’s still alive ! If you want to do a test, go for 2.6 immediately on https://bbpress.org/download/

    Pascal.

    #173242
    Robin W
    Moderator

    codewise – start at

    bbpress/templates/default/bbpress/content-archive-forum.php

    That is the template that displays the forum list, and work forward from there

    Valery Kondakoff
    Participant

    Hello!

    I just made a fresh WP install and added bbPres as the one and only plugin. Here is how bbPress looks with the default theme Twenty Sixteen, when the color scheme is switched to Dark: http://goo.gl/Lfw3ii

    Absolutely unusable! I’m pretty sure the default WordPress theme should be supported by bbPress. Is this a bug?

    #173230
    Valery Kondakoff
    Participant

    To be sure there is nothing wrong with my WP+bbPress install, I just reinstalled WordPress from scratch and added bbPress as the one and only plugin (this is the default theme Twenty Sixteen).

    Here is a screenshot: http://goo.gl/1Bll3A

    Why bbPress ‘reserves’ this left-margin space. Can this indentation be disabled?

    Thank you!

    #173229
    mimbelli
    Participant

    I’m currently managing a IPB 3.X forum with about 300 users and 20k posts. I have also a huge website with hundreds of articles. For several reason I would like to move away from IPB and I’m considering BBPress to manage in one way forum and website.
    I would like to test a migration on a test site in the next few weeks. In the meantime I have some questions.

    – Coming from IPB, what are the minimum essential plugins I need to get similar features?

    – Which kind of integration I get between web site and forum? Could I share content each way?
    I mean: a new article become a forum topic and a forum topic become an article.

    – is BBPress still actively developed? Not to be polemic but looking at latest commit count and contributors it seems an alarming situation.

    Thank you in advance

    #173227
    Valery Kondakoff
    Participant

    Hello!

    I just placed bbPress to a page, using the shortcode ‘[bbp-single-forum id=xxx]‘. Here it is how it looks: http://goo.gl/nawXlP (this is a default Twenty Sixteen theme).

    Now, if i click on a topic link, a giant left indentation is introduced: http://goo.gl/LxqQVf

    Is there a way to disable this indentation? Forum is almost unusable in such a small width. I was trying something like:

    .bbpress #primary {
        margin: 0 auto;
        max-width: 980px;
        width: 100%;
    }

    But this does not works. Are there any ideas, how to eliminate this indentation?

    Thank you!

    #173224
    Pascal Casier
    Moderator
    #173223
    talhawp
    Participant

    Update:

    I upgraded to bbPress 2.6 and the site seems to be responding now. Will keep everyone updated on how it goes.

    Thanks

    #173221
    talhawp
    Participant

    Hi @Pascal,

    I successfully ran all the repair tools, but unfortunately I still have the issue.

    I also moved my website later to a managed WordPress hosting provider that is optimized for performance, however I have same/worst performance issues. The only solution I had was to disable the bbPress plugin.

    I am confident now that my server is okay.

    Any more things I can try? I am thinking of trying 2.6 as well tonight.

    Regards,
    T

    mimbelli
    Participant

    Just registered few minutes ago and I found this discussion…

    Is BBPress still actively under development?

    #173218
    johnmontfx
    Participant

    I’ve narrowed this down to the fact that it seems to be an issue with the display of subforums on the main forum index page. We have quite a few subforums so generating the list of forums and subforms takes a long time.

    I can’t easily cache this page because different logged in users see different forums based upon permissions. I would think that some of this would be handled with object caching, but this performance is horrendous compared to our previous vbulletin install. I love many of the features of bbpress, but having users wait four to ten seconds for a page load isn’t a good experience.

    Any suggestions on how I might improve performance (other than not displaying subforums on the home forums page)? I’m using xcache and have W3 Total Cache with object caching enabled.

    Breakdown

    #173214
    Pascal Casier
    Moderator

    For uploading files, the 3 products I know of are ‘GD bbpress Attachments’ (as Robin indicated), ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.

    If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.

    Pascal.

    #173213
    Robin W
    Moderator

    suspect it is plugin related

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #173211
    Robin W
    Moderator
    #173210
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

Viewing 25 results - 11,926 through 11,950 (of 64,515 total)
Skip to toolbar