Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 30,776 through 30,800 (of 64,518 total)
  • Author
    Search Results
  • #115613
    Sama Web
    Member

    https://bbpress.trac.wordpress.org/ticket/1819 gave a solution to the problem that I am pretty sure worked. However, I just want to note that the issue still exists and help anyone that might be having this problem.

    If your replies are being covered up like the picture above, you can fix it by adding the following comment into your bbpress.css file (wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css):

    #bbpress-forums div.reply {
    height: auto;
    }

    As with the author of this bug request, I am also using custom-community.

    #115610
    Stephen Edgar
    Keymaster

    Yes, install the plugin from https://wordpress.org/extend/plugins/bbpress/

    Currently there are no Persian (fa) Translations for bbPress
    https://translate.wordpress.org/projects/bbpress/plugin

    It would be great if you could help translate bbPress into Persian, contact the Persian (fa) translations team to get it setup.
    https://fa.wordpress.org/

    #115608
    Sama Web
    Member

    As of the most recent update to bbpress, my forums have broken. The topic displays in full, but all replies show one and half lines and then get cut off, including the avatar. You can see an example below. I need to know what I can edit to get this back again. If I switch from the theme-compatibility to the other available theme, I get my replies back, but it doesn’t integrate well with my current theme. Any help would be much appreciated.

    I also note that even here on bbpress.org this create new topic page is doing some funky things. I can’t see my entire text that I’m writing and I also can’t see the button that allows me to post. I assume I will just alt tab and hit enter in order to make this work.

    A screen shot of the problems I'm having with reply display

    #115607
    Anointed
    Participant

    Question is out of the scope for these forums so I sent you the needed files directly.

    They should do 99% of what you need.

    If you need more help with bbPress, hit me up on skype.

    #115605
    Lynq
    Participant

    Would customising the profile pages be ok?
    Can users see other users area/section but not update it?

    #115604
    Lynq
    Participant

    Is that a wordpress site?

    #115600
    #115599
    Velofreak
    Member

    Hi. I would like to create a forum website where participating users/members have access to a page or section of the website to update their own info. They must not be able to edit other members’ sections, but everyone must be able to participate on the forum. Is this possible with bbPress? Or please recommend which plugin would combine well with bbPress to do this. Thanks.

    #115598
    MikeySpice
    Member

    Hi,

    I’m using bbpress with WP and need bbpress to recognize a different WP role as the bbpress default “Forum Member (participant)” role. This is necessary because I have other WP plugins installed that need to share the same default role with bbPress.

    Can I achieve this by modifying bbp-core-caps.php in some way? If not, what is the recommended solution?

    Thanks in advance.

    M

    #115592
    rashid93
    Member

    hello and thanks for reading this . i want to know if there was any way to insall bbpress on my site at : enter link description here

    #115579

    In reply to: Videos in BBPress

    It is new in 2.1, which should not ‘break your website.’ If it does, I’d like your help to figure out exactly what’s going on.

    #115577

    In reply to: bbpress and qtranslate

    If qTranslate purposely supported bbPress, it’s possible a regression or change in 2.1 broke something. qTranslate does a few unconventional things with the_content and wp_editor, so I’m happy to see they worked together at all. 🙂

    #115575

    In reply to: Videos in BBPress

    Prometheus Fire
    Participant

    I don’t have that. Is that new in version 2.1?

    (the new version breaks my website so I’m using 2.0.3 still until I can troubleshoot and figure out what is wrong)

    sangdedi
    Member

    hi All, I just wonder that is there any plugin for bbpress plugin version (2.0+) like bestanswer plugin on bbpress standalone version ? I want to modify my bbpress forum into such a site like yahooanswer so users can choice which the best answer is.. thank you for your answer 🙂

    • This topic was modified 13 years, 9 months ago by sangdedi.
    #115563

    Correct. You see that warning, because you WordPress allows you to post anything you want to. Even potentially malicious JavaScript or the like. It’s a feature, and bbPress is politely reminding you of it.

    #115562

    In reply to: bbpress BAD WORDS

    Use WordPress’s discussion settings. bbPress will obey them.

    #115551
    fitninja
    Member

    I am very green but have the same issue, my theme doesn’t use the fancy editor for forum posts and replies. That said, I found that the form-reply.php and the form-topic.php files in my theme’s bbpress folder affects those pages. I backed them up then deleted them from my theme’s bbpress folder and (I assume) the form-reply.php and form-topic.php files from the default bbpress theme took over and I got back the fancy editor.

    Using the default bbpress theme’s form-reply.php file as the example: open the file and look for the section that starts with the following lines:

    if ( !function_exists( ‘wp_editor’ ) ) : ?>

    (note: I had to put a space between the “< " and the "?" in that first line so that the code would show here, so if you want to search with it, remove that space)

    The section ends with:
    (again, I put a space between the “<" and the "?")

    I restored my theme's files and bumbled my way through adding the lines. On my first go at it I ended up with both the fancy and my theme's editors on the same page! LMFAO!! Haven't played with it anymore as yet so you'll have to see what you can do with it.

    #115550

    In reply to: bbpress BAD WORDS

    There are many plugins available in the WordPress.org repository that will accomplish this. Here’s one to try

    https://wordpress.org/extend/plugins/wp-content-filter/

    #115548

    Are you using bbPress 2.1 with bbp-theme-compat?

    #115546
    Lynq
    Participant

    bbPress adds this notice in because you are an admin of the site I believe.

    #115544

    Topic: bbpress BAD WORDS

    in forum Plugins
    fagiano1973
    Participant

    WHY there is not a censor for bad words? the ones I found are censor and c*nsor but not be used because they create a fatal error with the current versions of bbpress (on buddypress), they are probably too old.
    I know php, i can create a little function for bad word but what are the file need modify?
    help me, please.
    thank you,

    jeffvand
    Participant

    I have created a page template to call a custom sidebar for bbpress. It works great on the archive-forum.php page, but when I put the same code on the single-forum.php or single-topic.php page I am getting a “Oh bother! No forums were found here!” message where the sidebar should be.

    My sidebar is called sidebar-bbpressside.php. I am calling it with the following code:

    get_sidebar('bbpressside'); 
    

    Any thoughts how I can get that working on the sub-pages too? Weird.

    Thanks!

    • This topic was modified 13 years, 9 months ago by jeffvand.
    • This topic was modified 13 years, 9 months ago by jeffvand.
    • This topic was modified 13 years, 9 months ago by jeffvand.
    craftcore
    Member

    Hi!

    I have upgraded to the most recent versions of BuddyPress, bbPress, and WordPress.

    I see on loop-single-reply.php that the information displayed after the avatar is called by

    do_action( ‘bbp_theme_after_reply_author_details’ );

    My plan was to use the information in http://codex.bbpress.org/bbp_theme_after_topic_author/ but apply it to the bbp_theme_after_reply_author_details action instead.

    Where does the code provided in the codex example actually need to go? bp-custom.php? Or somewhere else? Is this even the right way to go about adding it?

    Any tips would be great, thanks!

    • This topic was modified 13 years, 9 months ago by craftcore.
    #115533
    Fuchsy
    Member
    Fuchsy
    Member

    After spending some hours with the same strange behaviour i finally found a solution:

    This error happens when you’r running WP in a multisite-environment, only on the mainsite AND if you added define('NOBLOGREDIRECT', 'http://example.com'); to your wp-config.php

    Adding remove_action( 'template_redirect', 'maybe_redirect_404' ); to your themes functions.php will stop that annoying bug.

    I guess this error happens because maybe_redirect_404() is fired before the profile-pages are build. the network administrator (or sub-sites) will be never redirected by NOBLOGREDIRECT, thats why the bug never happends when a network-admin clicks on a profile-link or when you’r running bbpress on a sub-site in your WP-network.

    More about the NOBLOGREDIRECT-fix (it also helps showing 404-errors): http://frumph.net/2010/06/05/wordpress-3-0-multisite-subdomain-installation-noblogredirect-behavior-fix/

    • This reply was modified 13 years, 9 months ago by Fuchsy.
Viewing 25 results - 30,776 through 30,800 (of 64,518 total)
Skip to toolbar