Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 151 through 175 (of 32,479 total)
  • Author
    Search Results
  • #243072
    Robin W
    Moderator

    the code above provides a fix.

    without knowing what your code does, impossible to provide a hook

    #243069
    manojmohandev
    Participant

    Even I am facing this issue. Ideally they should not update reply count or any other metrics if the reply or topic is form. I have found a way to tweak the codebase and do it but I want the plugin developer to provide some hook for it.

    #243024
    marbaque
    Participant

    I am receiving this php notice:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bbpress domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.

    I am running Version 2.6.11

    #242917
    Joakim Nömell
    Participant

    Hello. I run a site where I use the theme Blog FSE. BBPress does not work with this theme. It works fine with Twentysixteen, for example. Is there any way to solve this so that BBPress can work with Blog FSE so I don’t have to change themes? My knowledge of PHP is low and I have a visual impairment and therefore it is quite difficult to work too much in PHP code.

    Latest WordPress and BBPress versions.

    #242849

    In reply to: This forum is empty

    Robin W
    Moderator

    To do this without code install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forums Index Styling item 16

    or with the code above use

    Code Snippets

    #242848

    In reply to: This forum is empty

    terefoster777
    Participant

    I am trying to do the same change. I want to get rid of the box that says, “THIS FORUM IS EMPTY.” Why does it need to be there? It’s so uninviting.

    I am using the forum as a category, which is an option, so why does it insert “THIS FORUM IS EMPTY” when I choose “CATEGORY”? That message should automatically change or disappear when a forum is used as a category. That would be a permanent and logical fix on the developer’s end.

    My problem is that I don’t know where to insert the code that you suggested above. Is it on the site dashboard or in the site hosting? Please start the instructions farther back.

    #242781
    Robin W
    Moderator

    Very nice effect, but would require

    code to get the required avatars
    code to create the required html (the example is using pug not native html)
    code to output the html in the right place
    code to generate and load the css
    and more code to probably wrap all this into a plugin

    A ton of work.

    Like everything it is possible, probably 2-3 days work to design and implement.

    #242744
    Tamas Rottenbacher
    Participant

    Hi,

    Thanks, I’m found Your solution/plugin and it work, but it needs lot of custom css fix. (Sample: the widht, style plugin add %, but i would like use the editor (FSE) widht value.

    It’s very strange to me that bbPress, which is an Automatic plugin and isn’t compatible with the WP Core theme. I wouldn’t “expect” a block editor structure, just that it works with shortcodes. And i would like to minimalize the plugins number. =/

    #242742
    Robin W
    Moderator

    no need to put the forum within the members area

    Just make the forum public, say on a page using the [bbp-forum-index] shortcode, or if just one forum then the [bbp-single-forum id=$forum_id] where $forum_id is the id number of the forum.

    and anyone member or not will be able to read it.

    Then make sure that in

    dashboard>settings>forums>Anonymous the tick box is NOT ticked – then only members (those with wordpress accounts) will be able to post.

    #242687
    Robin W
    Moderator

    I’ve just taken a look, and you are using Oshin.

    Try adding this to the additioanl/custom css part of your theme

    .bbpress .reply {
           position: relative !important ;
           top :0px !important;
           right : 0px !important;
    }
    #242680
    Eathen
    Participant

    Using simple HTML and CSS code, you can make your own realistic fake broken screen. So do that you can use AI tool like ChatGPT or Figma.
    And Then you can make your own plugin and direct HTML paste.

    #242678
    casperrues1
    Participant

    I’m looking to add a creative “broken screen” effect to my bbPress forum. The idea is to make it look like the screen is cracked, either when someone first enters the forum or after performing a specific action.

    I’m unsure of the best way to achieve this. Should I use custom CSS or JavaScript to create the effect? Or is there a plugin or feature in bbPress that could help with this?

    Any suggestions will be very helpful for me.

    Example page: Broken Screen

    I’ve explored custom CSS and JavaScript options, and also checked out the following resources:

    bbPress

    Codex


    https://wordpress.org/plugins/

    Even after going through these, I’m still unsure of the best way to achieve the effect.

    #242676
    casperrues1
    Participant

    I’ve just installed bbPress, but after the installation, I’m getting a white screen when I try to access the forum.

    Some things which I have tried so that it get fixed:

    Clearing my browser cache
    Disabling all plugins (except bbPress)
    Checking for errors in the wp-config.php file
    Reinstalling bbPress

    I’ve checked these resources, but they didn’t resolve the issue:

    Codex

    Troubleshooting


    https://wordpress.org/support/

    The white screen still shows up, and I’m not getting any error messages. Has anyone else faced this issue or have any suggestions?

    painlessseo
    Participant

    Hi, my forum actually only has one forum, so I would like disable the /forums archive page. I also use the shortcode and add all topics to my front page, so I /topics this archive page becomes redundant.

    Currently, I just 301 them but is there any more elegant way to simply disable them using php?

    Thank you!

    #242527

    In reply to: Change logo

    Robin W
    Moderator

    that will be theme dependent.

    you may be able to use the function is_bbpress()

    #242523
    Robin W
    Moderator
    function rew_change_text( $translated_text, $text, $domain ) {
    if ($domain!='bbpress') return $translated_text ;
      $translated_text = str_replace('Forum', 'Elephant', $text) ;
    return $translated_text;
    }
    
    add_filter( 'gettext', 'rew_change_text', 20, 3 );

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #242503
    marcust7
    Participant

    Hello,

    I am creating my forum site and ideally I do not want the user profile to be clickable is there a setting or some code I can add to disable the links to the user profile/author links? If that isn’t an option does anyone know how I would adjust the styling within elementor for these pages and build a template for it?

    #242500

    I’ve also tried the following:

    – Deactivating Elementor + Elementor Pro.
    – Added the code in then last step on this thread: https://bbpress.org/forums/topic/bbpress-elementor/
    – – I’m not sure that thread is super relevant to my situation. I didn’t try putting any templates at all.

    I’m also experimenting with adding a brand new WP install at /forum/, and managing the forums as a separate CMS instance.

    #242496

    In reply to: Edit profile link

    Robin W
    Moderator

    thanks,

    1. so can you confirm that with the footer option set at

    'If you are using shortcodes in your footer, this option should ensure they display correctly '

    The shortcode in the footer works.

    2. on the GCS problem, does this only happen on ‘forum’ pages, or is it throughout the site?

    #242494

    In reply to: Edit profile link

    Robin W
    Moderator

    ok, I need to to go back to standard footer to see if this fixes the gce issue as per previous post

    So as a further test if you did not have the conflict with gse before, can you select the ‘standard footer’ option in the style pack theme settings and whilst this will give you back the original shortcode problem, does it fix the gse problem, that will get me closer to the problem code !

    #242492

    In reply to: Edit profile link

    yt
    Participant

    Yes, I enabled the option:

    If you are using shortcodes in your footer, this option should ensure they display correctly

    in the previous update you provided and it is still enabled.

    #242482

    In reply to: Edit profile link

    yt
    Participant

    Thank you very much for your time spent solving my and others’ problem.

    In response to your questions, it should be stated:

    1- Yes, I cleared the cache on the server and the browser before the last test.

    2- To be sure, I also tested the site with four browsers: Chrome, Edge, Mozilla Firefox, and Opera, and they display the same error.

    3- To clear up any doubts, I deleted the site in Google Custom Search and recreated it.

    When we haven’t made any customizations yet, the code works fine, but as soon as we make a customization, such as changing the color of the search box from white to black, the problem appears.

    4- Since I had placed the code in the header section under the header navigation, the problem occurred. I also tested the code in other parts of the site, such as the sidebar, but the problem remains.

    5- Unfortunately, I didn’t understand what you meant by the “Select standard footer” option in the theme settings of the style pack” because I basically don’t know where it is located. If possible, please tell me how to access it so I can do it.

    #242474

    In reply to: Posts are missing

    Robin W
    Moderator

    this is related to the country part of your url

    so

    https://telium.io/topic/usb-license-on-hyper-v-guest/

    does exist, but the link above is

    https://telium.io/en/topic/usb-license-on-hyper-v-guest/

    which has the ‘en’ part in it, and resolves to a 404

    #242459

    In reply to: Edit profile link

    Robin W
    Moderator

    no problem, I’m just a guy sat in his kitchen trying to help others – happy to see if we can resolve.

    Can you confirm that you have cleared cache on both server and browser before the latest test. If so…

    At the moment I am trying to work out which bit of code is causing the issue, and your test eliminated one area.

    So as a further test if you did not have the conflict with gse before, can you select the ‘standard footer’ option in the style pack theme settings and whilst this will give you back the original shortcode problem, does it fix the gse problem, that will get me closer to the problem code !

    #242451

    In reply to: Edit profile link

    yt
    Participant

    Yes, the shortcode is only displayed for logged in users.
    But the problem of not changing the color of the shortcode in the forum footer as I explained earlier remains.

Viewing 25 results - 151 through 175 (of 32,479 total)
Skip to toolbar