Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 37,076 through 37,100 (of 64,515 total)
  • Author
    Search Results
  • ideoplasm
    Member

    DKB, doing this across multiple domains would be even awesomer! To enable something like this, can I get freelancers to do it for me for reasonable money? Or would that be so expensive that I’d be better of doing it myself. You say consult the docs (and thanks, Gautam) but I must stress I know nothing about codey stuff! Can anyone suggest a reliable WP/bbPress freelance coder?

    #95527
    Fartlek
    Member

    Also added Akismet integration to Beta 3. If you have the Akismet plugin for WordPress installed, bbPress 2.0 will now just piggy-back it, and work without any additional config.

    I was just going to ask about how soon that Akismet integration would be happening. This is wonderful news. Thanks JJJ for all your hard work.

    #95526

    Also added Akismet integration to Beta 3. If you have the Akismet plugin for WordPress installed, bbPress 2.0 will now just piggy-back it, and work without any additional config.

    #106001

    Those of you with custom themes where you’ve moved files around may need to move files one last time, as some changes to the theme compatibility routine and template structure in Beta 3 (based largely on user feedback) have shuffled things around a bit.

    If this is you, you’ll want to back up your custom template files (so you don’t lose your edits), copy the contents of bbp-twentyten into your theme (like you did before), then go through the changes and make sure everything is working the way you want it to.

    This will be the final theme compatibility change in 2.0.

    #95525

    Just tagged bbPress 2.0 Beta 3 in WordPress Extend.

    Those of you with custom themes where you’ve moved files around may need to move files one last time, as some changes to the theme compatibility routine and template structure (based largely on user feedback) have shuffled things around a bit.

    #106747

    In reply to: css question

    Anointed
    Participant

    Ok, now I see what is going on.

    The problem is that the bbpress stylesheet is relying upon selectors that are not present in your theme.

    To explain:

    Open up your bbpress.css file and you will notice that there are a lot of rules that start with the following:

    #content

    #container

    #main

    To fix:

    1. backup your stylesheet first, very important just in case something doesn’t go perfectly.

    2. Do a search and remove all instances of #content, #container, and #main from the stylesheet.

    3. Save the stylesheet and upload it, replacing the old one.

    Why:

    The selectors above do not exist in your custom theme, so the rules are never going to be applied.

    Now this is going to get you 90% to where you want to be. There are still going to be a few areas that you will have to manually adapt to your theme to make it perfect. There could also be rules in your theme’s stylesheet that may override the bbpress.css. In those instances you will either need to modify the rules of either stylesheet, or add in your own theme selectors to bbpress.

    It is not really that big a job as once you remove the rules so much will automatically work for you.

    I hope this helps.

    *I’ve talked to JJ about removing the top level selectors from the css to help make it easier for everyone. The changes ‘may’ make it into the download someday, but that is his decision.

    Trevor Green
    Member

    I have the members plugin install and modified subscribers to see hidden forums.

    This didn’t work.

    Hidden seems more appropriate than private. Private tags a forum with Private:. Which I don’t understand at all.

    It seems like you have forums that you apply access control to for different roles and they should either see them or not see them depending on the roles.

    I understand that you can use the members plugin. And that you could potentially setup different roles with different access levels based upon the existing permissions.

    But as I mention above setting “read_hidden_forums” on subscriber didn’t allow the subscriber to see or read a hidden forum.

    I don’t have that role set to access anything private. So maybe hidden is a subset of private? I’ll try turning on private access on subscriber.

    If hidden works as suspected it seems appropriate to have public be accessable by anyone on the site and hidden for everyone else.

    Private would see appropriate, but if 99% of your forums are private its pretty lousy to see a “private:” tag in front of all of them. There appears to be no setting in the bbPress settings to disable that.

    I’m not sure what the use case is for bbPress, but it seems pretty narrowly defined to very public forums. Not to a more layered scenario, where you can define role based access to each role for different forums and alter visibilty.

    Am i missing something. Is there a forum category based access control method?

    I haven’t jumping into plugins because I’m trying to use the 2.x plugin version and since its still beta I’m not confident that there is anything stable out there. There doesn’t even seem to be a way to post photos so it appears to need lots of addons.

    Once I can figure out what it is supposed to do I may take the plunge to write some.

    I apologize if this post is grumbly, I’m excited about bbPress as a plugin, I’m just dismayed that I’m needing it before the final release and the plugin community piles on to make it better.

    DKB
    Participant

    How can i get single login for bbpress sites on different domains?

    #38787

    Hello

    Great plugin, can’t wait for final release.

    I have question about avatars in beta 2. Is there any way to give user possibility to change it?

    #106000
    Carsten.M
    Member

    Hi there,

    first of all: thank you for this great Forum-Plugin!

    I’ve got the standard installation by now and the shortcode [bbp-single-forum id="testforum1"] isn’t working for me.

    Has anyone any idea what’s wrong?

    [bbp-forum-index] on the same page works perfectly .. but i only want a single forum.

    Thank you!

    #38784
    cyclecincy
    Member

    Hi everyone,

    I’m wondering if there would be a way to create two simple buttons for bbpress. They would be:

    Show unread posts since last visit.

    Show new replies to your posts.

    Those are part of Simple Machines Forums and make it really easy to sort through posts.

    Also, could there be an “insert image” button for replies. It’s kind of a pain to explain HTML to new users.

    Thanks!

    #106720

    Known issue with posting from wp-admin. Fixed in Beta 3 which I’m going to package tonight.

    #106734

    Originally we /really/ wanted a sexy p2 style theme for bbPress 2.0, but we scrapped it to focus on getting the foundation solid first. Long term we’d really like to have something ajax and fancy, so if any talented theme dev wants to step up and help build one, that would be swell. :)

    #95524

    @Patrick – Known issue. Will be fixed in Beta 3. :)

    @lamo21 – Doing it wrong. Check translate.wordpress.org for bbPress 2.0 translations.

    #106733
    Anointed
    Participant

    Yes, it would be possible to integrate bbPress into P2. Follow the directions of step #2 on the thread:

    https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    There is going to be a bit of customization needed to get it to layout properly, but it is not hard, just a bit time consuming.

    Keep in mind though, that the bbPress forums will not auto update like P2 does for posts. That would be a huge custom job to accomplish.

    #106744

    In reply to: css question

    Anointed
    Participant

    It is probably related to the theme you are using and the order in which the css files are called. If you can provide a link to the forum, I can take a quick peek and see the css load priorities.

    It also depends upon whether you are simply using the template files within the plugin, or whether the theme you are using has all the bbPress template files loaded within your theme directory or not.

    The way I did it on my site was to add the function support for bbPress into my custom theme’s functions.php file. I then copied all of the needed template and css files over from bbpress into my theme directory. There were a few other changes needed to do this, but once setup, I am able to edit the css files for bbPress within my theme directory. This means that I don’t have to worry much about upgrading bbPress and loosing any changes I have made.

    Anyhow, a link to the forum would help a lot.

    #100660

    In reply to: bbPress 2.0 – FAQ

    tmuikku
    Member

    Yello!

    Is it possible to download .po/.mo files from Glotpress somehow right now?

    I need Finnish translation of the bbPress plugin ASAP. For now I’ve been doing translation in my own with the .pot file and I’d like to contribute but I’m reluctant to translate with Glotpress if I cannot download the files immediately…

    #105760

    In reply to: bbPress 2.0 – FAQ

    tmuikku
    Member

    Yello!

    Is it possible to download .po/.mo files from Glotpress somehow right now?

    I need Finnish translation of the bbPress plugin ASAP. For now I’ve been doing translation in my own with the .pot file and I’d like to contribute but I’m reluctant to translate with Glotpress if I cannot download the files immediately…

    #106448
    bkhl
    Participant

    Is “fi” the exact language code you have set in your wp-config.php? It’s not “fi_FI” or “fi_SF” or whatever it might be?

    #81492
    Lazza
    Participant

    I have the same problem right now with bbPress 1.0.3. If you’re interested, you can put this piece of code before the “if ( $relevant ) ” line:

    <?php
    foreach ( $relevant as $elementKey => $bb_post ) {
    if(!($bb_post->post_text)) unset($relevant[$elementKey]);
    }
    ?>

    This deletes the relevant posts which are already in the recent posts, and so are broken.

    Gautam Gupta
    Participant

    Yes, you can get the standalone version to use the WP user tables and then also integrated the cookies for single log-on. Please consult the docs. :)

    #38773
    janoochen
    Member

    I just checked out that awesome plugin (or theme?) from Automattic: http://p2theme.com/

    I was wondering if it is possible to incorporate it into bbpress 2.0?

    #95523
    lamo21
    Member

    Hello! I have problem with translating bbpress 2.0. I put translate word in msgstr “” in bbpress.pot, but I don’t see any changes with my bbpress, it’s steel in ehnlish.

    Please help!

    ideoplasm
    Member

    I started to use the bbPress plugin version for WordPress because i wanted by users to only have to log in once to get into both my WordPress and my associated bbPress forums.

    I also liked the fact that for me behind the scenes, the bbPress plugin admin is within the WordPress admin… but this is not as important to me as the above shared login point.

    Anyway, the bbPress plugin has plagued me with bugs, as it is apparently only a beta version.

    So, seeing as the standalone bbPress is more developed, I am thinking of using that. I just assumed that my users would have to log in twice if implement the standalone bbPress – is this the case? If you can get the standalone to share user login with WordPress, then i will use that!!

    Thanks.

    #106719
    ideoplasm
    Member

    I tried decativating all my plugins and the above problem with reply method ‘2)’ persists!

Viewing 25 results - 37,076 through 37,100 (of 64,515 total)
Skip to toolbar