Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,326 through 22,350 (of 64,534 total)
  • Author
    Search Results
  • greenartweb
    Participant

    bbPress works fine, but

    when I tested writing topic with a Participant account, I can delete my own topic

    how can I fix the problem?

    #141502
    jules22
    Participant

    I would like to put my search for the forums in my footer.
    <div class=”bbp-search-form”></div>, essentially move this to the footer. I need to echo out this form with php in the footer.

    I tried… echo do_shortcode(‘[bbp-search]‘) and [bbp-search-form]… those 2 shortcodes did not work. However other bbpress shortcodes did work with do_shortcode. Any other options. Or what is the php function that is called to output the search input box ? Thanks Jillian

    #141501

    In reply to: bbPress 2.5.3

    hulajoe
    Participant

    I am having the same problem with bbPress when AWPCP is installed alongside it … There is a conflict somewhere with bbPress 2.5.3 and AWPCP 3.0.1 running on WP3.8 … These are all the latest versions, so PLEASE help me to find the fix. AWPCP and bbPress are both core components of my site and I need them to play nicely (like they used to)

    Thanks – Joe

    #141498
    DarraghDevEire
    Participant

    Hello, im new to bbpress and need a bit of help. Is there any way that i can restrict the capabilities of a user in BBPress? I only want the role of ‘Participant’ to be able to view topics?

    DarraghDevEire
    Participant

    Hi, i am new to bbpress, for some reason that i cant see, when i select the edit link that is above the topic post, there is no eidt page displaying? can someone please shed some light on this as i do not have a clue as to why it is not displaying.

    Thanks

    BBPress version: 3.5.2
    WP Version: 3.8
    URL: goo.gl/1ZTB1s

    #141495

    In reply to: Email notifications

    Robin W
    Moderator

    yes, I use the bbPress Notify plugin which does both topics and replies

    Asynaptic
    Participant

    just realized that the way I worded it may seem to suggest that the “bbpress post topics plugin” is being used here to provide this functionality but acually I don’t know if that is the case or not, just that forum threads instead of comments are here on a live site and working

    /clarification

    Asynaptic
    Participant

    Hi, just a quick question about this new feature that has been in the pipeline for some time:
    https://bbpress.trac.wordpress.org/ticket/2498

    there is already a plugin that provides this functionality (http://wordpress.org/plugins/bbpress-post-topics/) and it is being used already on the official sites here so I’m curious why it isn’t a done deal?

    thank you!

    #141486
    gmingle
    Participant

    Hey there,

    My bbpress forums are not inheriting my theme, it works for some people and for others it doesnt. When myself and several members visit the forums they look correct but when we got to a topic it shows up with not css whatsoever just a white page with everything aligned to the left. Any ideas how to fix?

    http://www.gamermingle.com

    #141484
    jules22
    Participant

    I would like to put my search for the forums in my footer.
    <div class=”bbp-search-form”></div>, essentially move this to the footer. I need to echo out this form with php in the footer.

    I tried… echo do_shortcode(‘[bbp-search]‘) and [bbp-search-form]… those 2 shortcodes did not work. However other bbpress shortcodes did work with do_shortcode. Any other options. Or what is the php function that is called to output the search input box ? Thanks Jillian.

    #141483
    Hamed.T
    Participant

    i have a php code that help me to add any button in wordpress quicktags toolbar:

    add_action( 'admin_footer-post-new.php', 'pre_add_quick_tag' );
    add_action( 'admin_footer-post.php',     'pre_add_quick_tag' );
    function pre_add_quick_tag() { ?>
        <script type="text/javascript">
            edButtons[edButtons.length] = new edButton( 'pre', 'pre', '<pre>', '</pre>', '' );
        </script>
    }

    now i want this pre button also added in bbpress (not just for admin, i want all users can use this button), any idea?

    ps: i also asked this question here

    #141482
    robertphilippo
    Participant

    Use WP 3.7.1, bbPress 2.5.3, just installed, theme twenty ten. I followed your instructions on your website. After installation I made a page named Forums, after that I made a forum and a topic, both as test. The test is no more visible in the website as I removed the test. The test forum I had placed as subpage at the forums page. As far as good. When I opened the forum in the website I saw in the top of the forum page I see the name of the forum and direct thereunder the navigation line: home>forums>name of forum>subscribe, the following line ‘This forum is empty'(light blue background), the following line Viewing topic 1 (of total 1). Under this topic, the line: Viewing topic 1 (of total 1), thereunder the line: Your account has the ability to post unrestricted HTML content, thereunder a field to bring in another topic such as I’m writing in now.

    I’m not a professional so I don’t know how to recover this problem. regards, Robert

    #141481
    mosaicrob
    Participant

    After speaking w/ Pagelines and not getting much help, found this:

    Change Breadcrumb url link


    @pekmez
    ’s comment was a good fix for me.

    I appreciate your help earlier Stephen… cheers

    #141478
    mtm123
    Participant

    My site just shows viewing 6 results and nothing shows up under that. Search results blank space like its trying to display them but can’t. I am guessing this is a theme issue any ideas on how to fix this? Really need your help. I wouldn’t mind making someone a mod on my forum if they can fix this.

    Viewing 6 results – 1 through 6 (of 71 total) 12…12→
    Author
    Search Results

    Author
    Search Results

    #141477
    fyreus
    Participant

    Hi.

    I use both the current version of wordpress and bbpress and my goal is to disallow new topic creation for non-admins, but allow people to post within pre-made topics.

    Will this be possible in the near future?

    #141476
    DarraghDevEire
    Participant

    Hi, i am new to bbpress, for some reason that i cant see, when i select the edit link that is above the topic post, there is no eidt page displaying? can someone please shed some light on this as i do not have a clue as to why it is not displaying.

    Thanks

    BBPress version: 3.5.2
    WP Version: 3.8
    URL: goo.gl/1ZTB1s

    #141475
    Tecca
    Participant

    Here in the Codex: https://codex.bbpress.org/import-forums/mingle/

    Make sure to read the topic that’s linked at the bottom.

    #141471
    DarraghDevEire
    Participant

    Hello, i need help with an issue! I have two images, and two different profile types, for example – if a user is of type profile a, then they will have image a, else they will have image b. I am assuming that this is a simple if/else statement but i am not sure where to inject the code.

    WP Version – 3.8
    BBpress Version – 3.5.1
    URL – http://goo.gl/cP3yq9

    #141470
    kevinjwiles
    Participant

    Hi

    I have built a large forum over the last few years and now I want to re-build it in BBPress as it is much smoother and easier to run.

    Does anyone know if a solutions exists?

    #141468
    axelts
    Participant

    I have the same problems from October, updating WordPress and Bbpress in this months doesn’t take any difference. I did a similar solution as pointed above from “Ronthai”, I’ve disabled the “Setting->Forum->Reply Threading” check. The order come back normal but you don’t have nested reply. My solution (as some post above) was to install this small plug-in to add a Quote link: https://wordpress.org/plugins/bbpress-direct-quotes/

    I write down my setting for debug propose:

    Wordpress: 3.8 (bug present also on 3.7)
    Bbpress: 2.5.3 (bug present also on previous version)
    Template: NewsPlus
    Apache version 2.2.23
    PHP version 5.2.17
    MySQL version 5.5.34-MariaDB
    Architecture x86_64
    Operating system linux

    #141467

    In reply to: bbPress 2.5.3

    trickedoutrick
    Participant

    The “Forum” link on my admin sidebar (back end) is gone? I also can’t find any settings for bbPress anymore, did it move/get integrated with Buddy Press? I can’t find it -.-

    #141464
    isopaha
    Participant

    Hey,

    I’m pretty sure you have to create that folder and file into your theme’s folder, so wp-content/themes/YOUR_THEME/bbpress/loop-forums.php . 🙂 Sorry if I wasn’t clear with that.

    Are “Welcome”, “Deer”, “Hunting”, “Fishing”, “Other outdoors” forums or categories? If they are forums, make them categories by selecting the forum in the forum list, and then from the dropdown menu on the right select Category instead of Forum.

    #141463
    avgmatt
    Participant

    Thank You for that info. I set up the new directory and file like you mentioned. Do I need to do more or should it adapt.

    I have the new bbPress folder created under the wp-content/themes folder and added the new php file to it.

    Here are the forum pages I am messing with.
    The basic forum root averageoutdoorsman.com/forums/
    The new page using shortcodes averageoutdoorsman.com/ao-forums/

    Nothing has changed in either since I created the suggested files. Do I need to specify the new theme file somehow?

    Thanks for your help.

    Matt

    #141462
    Scheema Digital
    Participant

    Hello,

    after update WP + bbPress plugin to the latest version I got empty response error on All Replies page in administration (http://example.com/wp-admin/edit.php?post_type=reply). PHP error log shows nothing.

    I have no idea what’s wrong.

    Thank you for help.

    #141461
    jernatety1
    Participant

    Nevermind, I found it. Thank you for your help.

    edit bbpress.css

    Look for below id and comment out inline replace with display:block;

    #bbpress-forums .bbp-forums-list li {
    /*display: inline;*/
    display:block;
    font-size: 11px;
    }

Viewing 25 results - 22,326 through 22,350 (of 64,534 total)
Skip to toolbar