Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 33,501 through 33,525 (of 64,516 total)
  • Author
    Search Results
  • #41908
    #111277
    OAEErra
    Member

    Tried various things but still can’t get it. Going to try Y!Pipes see if it’s possible to do it that way, if there’s a simpler way to do it with bbPress please let me know.

    #100789
    Nirzol1
    Member

    I confirm !bbp_is_forum() doesn’t work !

    But !(is_post_type_archive( ‘forum’ ) || is_singular( array( ‘forum’, ‘topic’, ‘reply’ ) )) work !

    #105889
    Nirzol1
    Member

    I confirm !bbp_is_forum() doesn’t work !

    But !(is_post_type_archive( ‘forum’ ) || is_singular( array( ‘forum’, ‘topic’, ‘reply’ ) )) work !

    edudirectory
    Member
    #109817

    In reply to: Full-Width Forum

    klimam
    Participant

    Could you please advise me how to use the Widget Logic Conditional Tags in order to only make some widgets appear/disappear on my forum? Do you filter it via Categories (and than which category name have Forums and Topics in BBPRESS?) Thank you very much Klimas

    I have added .avatar-14 to style css now with display:none; This removes the small avatars but leaves the big ones.

    If you turn them off in WordPress, everything is gone.

    hscoder
    Participant

    yes you can completely remove Avatars from your bbpress forum.

    You can try :

    open the file bbp-reply-template.php (/wp-content/plugins/bbpress/bbp-includes/

    and comment these lines:

    if ( ‘avatar’ == $type || ‘both’ == $type )

    $author_links = bbp_get_reply_author_avatar( $reply_id, $size );

    try this and let me know if you want anything.

    you can get more information from this page:

    http://www.authorcode.com/forums/topic/remove-avatar-from-bbpress-2-0-forum/

    #111482
    veppa
    Participant

    bbpress is worpdress plugin. you should copy bbpress folder to wp-contentplugins folder.

    if you have problem installing wordpress plugin then read detailed instructions here:

    https://codex.wordpress.org/Managing_Plugins#Installing_Plugins

    #111381
    Martin
    Participant

    It’s one of those critical mass things, if you ask me.

    I chose bbPress over others but was most frustrated when I discovered it’s theming integration issues. Thankfully Anointed came to my rescue.

    The other issue of annoyance is the way it treats comments as a post-type which, to me anyway, removes it from being integrated with other services like IntenseDebate and Akismet – and obviously Spam is a real issue for forum operators.

    I’m getting up to speed anyway and hope to help out where I can however most people’s challenges seem to be around theming problems and functionality limitations, not to mention lack of help that is split across to different websites.

    On a final note, thank you indeed for the work on bbPress and everyone’s efforts. I’m sure it’ll get there.

    #41902
    lalong
    Member

    Fresh website.

    Installed WordPress 3.3 into website’s root dir

    Downloaded bbpress (2.0.2)

    ftp’ed files into ftp . mysite . combbpress (wordpress root dir)

    renamed ftp . mysite . combbpress to ftp:mysite.comforum

    went to http:\www.mysite.comforum

    and nothing but a blank page shows…

    Any ideaa?

    #111471
    ben_allison
    Member

    Weird! I don’t have that option.

    I’m on bbPress 2.0.2 Do you mean the 2.1 beta?

    #111337

    In reply to: Why separate forums?

    SK
    Participant

    I respectfully disagree on the point that it would be harder to build a bbPress community at WP.

    If anything, a more vibrant discussion at https://wordpress.org/tags/bbpress will encourage more WordPress users to use bbPress.

    I don’t need to see thousands of unrelated posts to what I am actually interested in.

    That’s baffling. I would have imagined that every bbPress user is interested in WordPress, considering bbPress is a plugin for WordPress.

    #111470
    Anointed
    Participant

    Sure, in settings -> forums check the last option.

    http://screensnapr.com/v/FinWe0.png

    Does require WordPress 3.3 and latest bbPress for this option to show up.

    #111336

    In reply to: Why separate forums?

    Anointed
    Participant

    Given the choice, I do my best to stay away from the wordpress.org forums.

    When I am at a forum, I am there to learn from or help with a particular script or plugin. I don’t need to see thousands of unrelated posts to what I am actually interested in. That’s why for me at least, I prefer separate forums for each product.

    As hard as it is to build a community here around bbPress, imagine having to do it when mixed in with tens of thousands of other products. arghhh

    #111334

    In reply to: Why separate forums?

    Anointed
    Participant

    Every plugin hosted on WordPress.org automatically has a built in forum. You will find a lot of people that answer questions over there pretty much handle everything WordPress related. This forum here is more for us who are more dedicated to supporting bbPress directly. This is more of a community of users of a specific product, bbPress.

    #111464
    dosch
    Participant

    thnx for the response.

    And indeed you are right; i found a theme that was close enough and worked from there.

    It is gonna be a nice website that show affiliation with bbPress and WordPress but is also clearly different to prevent any confusion.

    #108085
    Anointed
    Participant

    bbPress is capable of using translations. I would suggest creating a trac ticket with your custom translation so that JJ can include it in future releases.

    #111468
    Anointed
    Participant

    If you are using WordPress 3.3 and the latest bbPress (I use the nightly download), then you can turn on the tinymce editor instead of the standard textfield input for creating topics and replies.

    You would then need to grant permission to the different roles that you want to allow to insert images, either via links or the upload system.

    There are user role plugins that can help with this which are actually built for WordPress, but work for bbPress just fine.

    Keep in mind that it’s not usually good practice to allow regular users to upload whatever they want into your media system.

    #111463
    Anointed
    Participant

    The themes used on these sites are not available. However there are literally hundreds of themes available that simply use a top logo area with the tabbed menu’s. Dig around a bit and I’m sure you will find one.

    #111462
    Anointed
    Participant

    Keep in mind, bbPress is at its core simply a WordPress plugin. bbPress does not take away from anything WordPress is capable of doing.

    To try and answer your questions.

    1. Yes. You pretty much have full control over the registration system just like you do with a standard WordPress install.

    Want it open to everyone with no info collected? Sure it can be done.

    Want it open but require some info collected? Sure it can be done.

    want it open but require double opt in? That’s pretty much standard behavior.

    2. If using a subfolder install of multisite then this is pretty much standard behavior. If using subdomain install, then yes there are workarounds. If using subdomain install with domain mapping… well that is a can of worms but possible.

    3. Yes but requires some custom code. Not to difficult.

    4. Nope, but keep in mind that topics and replies are simply custom post-types. Hence you can add in custom metadata or custom fields to each topic. Then add in the front end metabox inputs and your 90% there.

    5. I personally have a bbPress forum with 300k posts, 45k members on dedicated server and have no issues. This would NOT work on a shared server. bbPress is a ‘heavy’ plugin using a lot of resources, but compared to just about any other forum system, including commercial products, it holds its own.

    6. plugin territory – I believe Paul Gibbs has a rewards system for buddypress which could probably be reused for bbPress, though I have not tried it.

    Remember that bbPress is just a plugin which follows all the WordPress coding standards. It is simple code to understand, clearly labeled and well thought out. Not to mention JJ is a coding ninja.

    #41899
    thedonald
    Member

    Looks like a good start but my hestitation to use bbpress is that these forums look like a ghost town. I see a post or two every day, very few responses, a theme system that is undocumented and people having a whale of a time trying to look decent just in the WordPress stock theme! As a result, I went from thinking “that seems like a good potential solution” to “anything more than the barest of forums is probably asking for trouble.”

    This is a free forum – hard to complain about anything that actually works that doesn’t cost anything. However, if someone wants this project to go somewhere, I think it needs a little bit more fuel. I’m hoping that it will and figured I would give you my feedback.

    #41898
    ben_allison
    Member

    The bb-attachments plugin doesn’t work any more with current version of bbPress.

    Is there are reasonable solution to allow users to insert images (upload, not just add tag) into their posts?

    poddar_h
    Member

    I had recently uploaded the bbPress forum on my website and I could see many posts containing advertisements and abusive stuff. Is it possible to get a confirmation mail before the post can be seen by anyone on the forum?

    #108084

    Are translations included by default in bbPress 2.1? Would be nice.

Viewing 25 results - 33,501 through 33,525 (of 64,516 total)
Skip to toolbar