Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 6,151 through 6,175 (of 64,452 total)
  • Author
    Search Results
  • #199823
    narola
    Participant

    Topics and Replier are not linked after importing the bbpress forum data from one WP site to another already live WP site using wordpress default importer. (tools -> import).

    Imported properly in backend but on frontend topics and replies are not linked.

    Forum repair option event did not worked. This makes topics and replies count zero on frontend.

    Need solution ASAP.

    Thanks

    Jackson Bird
    Participant

    Can you recommend a plug-in to create a pop-up in BBPress for a new topic instead of an inline form?

    Jackson Bird
    Participant

    How can I correct the error message “Error: Topic ID is missing” in my forum site created with a bbPress plugin?

    #199781
    arhatron
    Participant

    I need a forum. Two days ago, I installed wordpress 4.9.10, ok. Then installed bbPress, ok. Then installed GD bbPress Attachments, ok. Everything went so easy.

    Today I installed 5.1.1, ok. But bbPress not working. I created a “category”, a “forum”, a “topic”, all returns “Oops! That page can’t be found.”

    1 Install wordpress: database name, username, password…
    2 admin / Plubins / Add New: (1)find bbPress, (2)install it, (3)activate
    Nothing else has beed done.

    Why 4.9.10 works, but 5.1.1 not?

    royk1234
    Participant

    when bbPress page is loaded, screen changes to 4800 pixels width regardless of screen width (happens also on mobile!)

    See the horizontal scroll bar at the bottom of this page?: http://דירוג-אשראי.co.il/%d7%a4%d7%95%d7%a8%d7%95%d7%9e%d7%99%d7%9d/

    This only happes on bbPress pages, not on Posts or other site pages: http://דירוג-אשראי.co.il

    #199772
    ckriegel
    Participant

    Hi, i met this issue, and for future ppl who would face the same problem, here is a simple fix that worked for me : http://zzlatev.com/bbpress-404-header-in-users-profiles/

    it’s an issue with 404 being catched and not letting bbpress show the profile page, evenif it exists. You can add this in the theme function file :

    function bbp_fix_users_404_headers() {
        if ( ! function_exists( 'bbpress' ) ) return;       
        $bbp = bbpress();
    
        if ( !empty( $bbp->displayed_user ) && is_404() ) {
            global $wp_query;
            $wp_query->is_404 = false;
            status_header( 200 );
        }
    }
    add_action( 'wp', 'bbp_fix_users_404_headers' );
    budget101
    Participant

    @lucio – I had the same issue, I wanted my topic list to appear above my subforums, here is the easy fix.

    go to> wp-content>plugins>bbpress>templates>default>bbpress

    Find content-single-forum.php

    select lines 28-32:

    
    		<?php if ( bbp_has_forums() ) : ?>
    
    			<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    		<?php endif; ?>

    Find these lines:

    		<?php if ( bbp_has_forums() ) : ?>
    
    			<?php bbp_get_template_part( 'loop', 'forums' ); ?>
    
    		<?php endif; ?>

    Paste the 3 lines selected above UNDERNEATH those lines (Line #50)

    #199767
    Robin W
    Moderator

    ok, that is beyond free help, but in essence you’ll need to amend templates for

    loop-single-forum
    loop-single-topics

    see

    Step by step guide to setting up a bbPress forum – part 3

    item 3

    #199762
    royk1234
    Participant

    Hi,

    I’m using Responsive theme by CyberChimps. Site orientation is RTL.

    Forum pages load on some mobiles (i.e. Galaxy) extremely wide, something like 10 times the size of the actual screen.

    The issue also appears when I use 12 on my Tabletop chrome.

    This happens only on bbPress pages. Rest of site loads fine (correct width).

    here is a link to an example page (Sprry, Site is in hebrew): http://xn—-0hcafem1af3kek.co.il/%D7%A4%D7%95%D7%A8%D7%95%D7%9E%D7%99%D7%9D/%D7%A0%D7%95%D7%A9%D7%90/%D7%93%D7%99%D7%A8%D7%95%D7%92-%D7%90%D7%A9%D7%A8%D7%90%D7%99-%D7%90%D7%99%D7%A9%D7%99-%D7%9C%D7%A6%D7%95%D7%A8%D7%9A-%D7%A7%D7%91%D7%9C%D7%94-%D7%9C%D7%A2%D7%91%D7%95%D7%93%D7%94/

    Another site that I have which is NOT RTL loads bbPress pages w/o any error(correct width).

    Any help is appreciated.

    Roy

    #199757
    fatman007
    Participant

    WordPress 5.1.1 running Twenty Seventeen theme.
    BuddyPress Version 4.2.0
    https://discovered.club – The Main Club
    f1-club.discovered.club – Just the F1 Club
    social-club.discovered.club – Just the Social Club

    Hi all. I’m getting adventurous here!
    I have three WP sites running on a domain and two sub-domains. Instead of running three separate bbPress installations, I want to use an installation with Membership 2 running on it for the main site but have two groups set up, one for F1 and one for Social Club.

    I want however, to display the widget in the side-bar with Groups and Members on all three sites running from the main site? Possible?

    Ps. I had a multisite installation before but scrapped it as it was a disaster! Don’t want to go back there if I can help it…
    Thanks in advance
    Gerard

    david081
    Participant

    hi i had created a forum with the bbPress plugin on my block, but then i still want something displaying the latest topic in forum on my front page. I have to look for some plugins to do the job but it is really difficult to find a good one.
    it will be a nice thing to me if you can really help thanks!

    #199687
    bobmarleykingg
    Participant

    Log into your WordPress back-end.
    Go to Tools > Forums > Reset Forums.
    Check the “Are you sure you want to do this?” checkbox.
    Optional: You may also want to check Delete imported users? …
    Click Reset bbPress.

    #199647

    In reply to: Designing site

    Robin W
    Moderator

    you asked

    Can you give me a CSS document that handles everything on bbPress so that I can decide how I want everything to look

    the link above tells you where it is and how to alter it.

    I’m not sure how that doesn’t answer the request 🙂

    .

    Bimufa
    Participant

    Please support me.
    I have installed Social Locker plugin | BizPanda and install bbpress plugin.
    However, after installing bbpress plugin, Social Locker plugin | My BizPanda has failed to lock the content anymore so I have to remove bbpress. After uninstalling bbpress plugin, social locker works normally.
    Please show me how to fix it.

    #199623

    In reply to: Designing site

    Robin W
    Moderator
    #199610

    Topic: Designing site

    in forum Themes
    andhi1
    Participant

    Can you give me a CSS document that handles everything on bbPress so that I can decide how I want everything to look.
    Instead of, like now, ask for one CSS snippet after the other?
    Most fonts are too small, often not more than 10px, and since my site is for older people with impaired vision, it is important that my site is adapted to them.

    Best regards
    Anders Hidman
    Sweden

    #199602
    andhi1
    Participant

    I have these bbPress plugins
    See image – plugins here

    But when I want to create menues, none of these plugins are available
    See image – menues here

    #199590
    shayne
    Participant

    Sorry for the double post. But I found this thread. It might be a temp solution.

    Notification when reply in topic receives reply?

    #199586
    Robin W
    Moderator

    bbpress is forum software, and with lost of bespoke coding you might possibly get what you want, but you would probably be better looking for a testimonial plugin.

    just google ‘wordpress testimonial plugin’

    #199583

    In reply to: Menues does not work

    Robin W
    Moderator

    it will be a change

    It could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    #199582
    andhi1
    Participant

    All menus associated with bbPress on my site https://hagdahlseniorcenter.com/ suddenly no longer works. The main menu “Member” and all its sub menues does not work. What can cause this, and is it something you can help me with?

    Best regards
    Anders Hidman

    #199581
    jgessentials
    Participant

    Hi,

    I am working on a product testimonials project and would like to know if bbpress is the right plugin for the job. Can it do the following:

    Visitors can search and view testimonials
    Visitors can create an account to post testimonials

    Testimonials will include
    Title
    Text
    product name text field: Product used
    product url text field: Product link
    if text field blank -> default will be used

    Account members can post questions under testimonials – original poster will be notified and can reply
    Possibly create a paid account where ads are removed.

    Thank you!!

    #199580
    jaykaybee
    Participant

    I would like to use html in topics that is then reflected in excerpts. There is a plug-in for general WP called Advanced Excerpt that enables this. But I am wondering if it can be done for bbpress excerpts.

    Details:

    In a forum (https://devgo.jeffbelkora.com/collections/articles/resource-list/) I am using some code from https://premium.wpmudev.org/forums/topic/bbpress-topic-excerpts, namely:

    function add_topic_excerpt() {
    echo “<p>”.bbp_get_topic_excerpt( $topic_id, 200).”</p>”;
    }
    add_action(‘bbp_theme_after_topic_title’, ‘add_topic_excerpt’ );

    Unfortunately, the bbpress excerpt does not show active links (html) from the content as I desire.

    Any ideas?

    #199566
    fullmetalmikey
    Participant

    Sorry to necro this thread, but just wanted to say that this issue is still occurring in 2019, but copy/pasting “content-search.php” into it’s own bbpress directory in your theme as described above will resolve the issue. Easy fix, thanks!

    #199556

    In reply to: Lager font

    Robin W
    Moderator

    put this in your custom css

    #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    	font-size: 24px !important;
    }
Viewing 25 results - 6,151 through 6,175 (of 64,452 total)
Skip to toolbar