Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 3,376 through 3,400 (of 64,452 total)
  • Author
    Search Results
  • #218714
    hamza21
    Participant

    Hi,
    I have added Words which are not allowed in the replies of forum in my Settings>Discussions>Disallowed Comment Keys and once I enter any of these words in replies of any of my forums posts an error is shown Your reply cannot be created at this time.

    Basically I want to customize the error and change it to my custom error which can be seen by user, I tried many ways like overwriting it by using hooks in my theme php file but not succeeded.

    Any help would be appreciated.

    Thanks.

    #218711
    purityboy83
    Participant

    Hi

    If add a link to “topic and reply”, the embed function does not work.

    ref img
    https://ibb.co/qxXG125

    site.com is an example for screenshots.
    I entered the actual URL

    error error embed
    Oops! That embed can’t be found

    ref img
    https://ibb.co/grXr9dV

    It was a site that has been without problems for months.
    I just discovered it by accident.

    The same is happening at the internal test site.

    I installed the “Health Check & Troubleshooting” plug-in from the test site
    and activated the Troubleshooting mode.

    and only 2 plugin activate
    – bbPress
    – bbPress Permalinks with ID

    The problem still occurs.
    It’s a well-used feature, site, but suddenly a problem arises and I’m confused.

    I must need to help

    wordpress 5.5.3
    PHP-7.4

    Thanks

    Best Regards,
    Hyunho

    #218688
    tw2021
    Participant

    Hi All,

    Iam totally new to bbpress and i tried the search functionality and when i click search it brings me to Archives and the formatting is totally off and below is what I see. Is that how the search results looks like in ALL TEXT? I have replaced the IP and email address with X.

    Thanks

    Archives
    Search Results for ‘test’
    Home › Forums › Search › Search Results for ‘test’ Viewing 6 results – 1 through 6 (of 6 total) Author Search Results February 23, 2021 at 12:45 pm #231 In reply to: test TW XXXXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test February 23, 2021 at 12:45 pm #230 Topic: test in forum Private: Forum 1 XXXXX@gmail.comKeymaster (XXX.XX.XX.XX) test […]

    #218673
    guynakamura
    Participant

    Hi all, thanks in advance for any help. I have set up a members only page on my website – http://scaleupgroup.co/members/. This page is restricted using Memberpress. I have also set up bbpress and set the root forum index to http://scaleupgroup.co/members/forums. However, this forums page is not protected by Memberpress as it is an archive page built by bbpress.

    Can anyone help me set the forums archive page (in this case – http://scaleupgroup.co/members/forums) parent page to be http://scaleupgroup.co/members?

    Thank you

    #218640
    thodoris7
    Participant

    Hi,
    I want to create private forums in bbpress. if a user wants to get access in this private forum he should request it from the admin. I want this private forum to be visible from all users but not accesssable until the user get the access permission. I am using ultimate member plugin with bbpress.

    Thanks in advance.

    #218622
    purityboy83
    Participant

    Hi

    I want the thumbnail to appear on the topic
    Search results found a plugin similar to the function I’m hoping for

    bbpress-topic-thumbnails
    https://wordpress.org/plugins/bbpress-topic-thumbnails/

    I want to add one more feature in this plugin.
    With this plugin, thumbnails of all forum topics are displayed

    I only want to use this feature for 1 specific forum
    reason for write topic is because the plugin has not been updated for a long time.

    So I ask for help here

    code is

    
    /*Hooks into the loop-topic.php output to print image*/
    add_action( 'bbp_theme_before_topic_title', 'bee_insert_thumbnail' );
    function bee_insert_thumbnail() {
    
            if((!bee_catch_image() == '')){
            echo('<a href="'); 
        echo(bbp_topic_permalink() . '"><img class="bbp-topic-thumbnail"  width="100%" style="max-width: ' . get_option('thumbnail_size_w') . 'px; max-height: ' . get_option('thumbnail_size_h'). 'px; vertical-align:middle;" src="' . bee_catch_image() . '"/>' .'</a>');
            }
    }
    
    /*Function that retrieves the first image associated with the topic*/
    function bee_catch_image() {
      global $post, $posts;
      $first_img = '';
      ob_start();
      ob_end_clean();
      $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches);
      $first_img = $matches [1] [0];
      return $first_img;
    }
    

    Anyone can help?
    Thanks

    #218617
    Robin W
    Moderator

    the comments part of bbpress is not very nice.

    you are presuming that what your site shows is the same as everyone else’s – can you explain what you mean?

    my test site shows what I would expect

    #218616
    Ricsca2
    Participant

    I noticed something else that could be improved.
    When users are not logged in, the comments part of bbpress is not very nice.

    #218600
    st11
    Participant

    I am trying to create a custom role that can only reply to existing topics.

    I followed this to create new role. At first, the role did appear in dropdown list in admin edit user screen, but after saving, it went back to “— No role for these forums —”.

    I found this thread, so.. I created custom WordPress role in the same name. This made the bbPress role to be “saved” but it doesn’t seem to add capabilities. The user with this role can’t see forum or topics.

    How can I get this custom bbPress user role to have custom capability?

    WordPress 5.5, bbPress 2.6.6

    marcopAolo
    Participant

    Wordpress version 5.6
    bbpress Version 2.6.6
    website: jackkornfield.com
    I recently moved a reply to topic and now from the WPAdmin when I click on Replies I get a 502 error, So I am unable to view/edit replies from WordPress Admin. Please help.

    #218594
    Robin W
    Moderator

    basic system is fine – the issue is either site specific or words lost in translation between us 🙂

    there are over 300,000 installations of bbpress – if breadcrumbs didn’t work, we’d know about it 🙂

    But I’m glad you are fixed 🙂

    #218593
    einar2507
    Participant

    That saved my day. Now its working properly. There must be something wrong with the bbPress basic system?
    Thank you so much for your endless patience with me!!!

    #218559
    cstoll
    Participant

    Hi everyone,

    we’re currently using bbPress in conjunction with WPML and LearnPress. With that setup, I’m encountering a couple of problems:

    1. With WPML, we want to enable users to switch between English and Spanish. I’ve run the string scan via WPML and most strings are already there in Spanish as well as get displayed correctly when the language is set to Spanish. However, there are certain strings that didn’t have translations and that we manually translated – but they don’t show up on the frontend, somehow they remain in English there.

    Here’s an example of a such a string. and here’s a corresponding screenshot of the frontend.

    2. We’d like to customize the date format so that it displays “Hace 2 Semanas” as “hace 2 semanas” in the last post column, for example. It seems like this would need to be changed in the php files, as with the string translations, that’s just a placeholder? But where exactly would this need to be changed?

    Here’s the string I found.

    3. Also, no breadcrumb is being displayed at all. Is there some setting I’m missing where this can be turned on?

    (WP 5.6.1, bbPress 2.6.6)

    Thanks in advance, I’d very much appreciate your help with these issues!

    All the best,
    Christina

    #218541

    In reply to: List Of Shortcodes

    Robin W
    Moderator

    Is there no way I could add the profile as I did with the forum index? It was super easy just using [bbp-forum-index]

    – no, the way profiles work doesn’t easily lend to that 🙂

    1. Go to

    bbp-add-menu-profile-item

    and download the plugin to your computer – make a note of where you saved it !

    2. on your website go to dashboard>plugins>add new>upload plugin and browse to the file you downloaded in 1. above
    3. Install and Activate
    4. If you already have a page called ‘Profile’ then make sure this has the permalink ‘profile’
    5. If not then create a page called ‘Profile’ and make sure it has the permalink ‘profile’
    6. in the content of the profile page put something like

    ‘You need to be logged in to see your profile’ – you can add the bbpress login shortcode in here as well if you wish ie [bbp-login]

    The above is what will show to people who click the profile menu item who are not logged in

    Save the page and exit

    7. In Dashboard>appearance>menu’s add the profile page to the menu you want to.

    now you will have ‘Profile’ showing as the menu item, and if clicked and logged in you will go to your profile page, if not logged in, you will see the content above.

    #218540

    In reply to: New posts freezing

    Mike Witt
    Participant

    @robin-w,

    > I’m trying to find time to think about this

    I wouldn’t put any more effort into it if no one else is seeing it. As I say, I’m not updating WP anyway.

    > Enable jQuery Migrate Helper

    I could be wrong, but I think the text editing bug is a separate thing and unique to 5.6.1.

    > bbpress only has a text editor as standard in front end

    This is how I’m enabling what I was calling the “visual” editor:

    function bbp_enable_visual_editor( $args = array() ) {
    $args[‘tinymce’] = true;
    return $args;
    }
    add_filter(‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’);

    It’s quite possible that I’m doing something I don’t realize. As I say, I think by now there would be numerous reports if this was a general problem.

    #218538

    In reply to: New posts freezing

    Robin W
    Moderator

    @mike80222 – I’m trying to find time to think about this, but in the meantime 2 thoughts

    1. the default for 5.6 issues is to install

    Enable jQuery Migrate Helper

    2. bbpress only has a text editor as standard in front end , so how are you doing the visual editor you are switching to?

    #218532
    einar2507
    Participant

    Hi.
    /Forum/ or /Forums/ ???

    After installing bbpress I created a page “Forum” with the shortcode [bbp-forum-index]. I made a menu with a link to that “Forum” page. All fine and the forum index listed.

    But when I go in to a forum and the click on the breadcrumbs “Forums” to get back, I land on a blank page with the text “Forums” ???
    I have also tried to make a page Forums with shortcode [bbp-forum-index] but that does not change anything.
    I dont understand this and what I do wrong?
    Here is my two pages where first is ok, but breadcrumbs lead to second with error.

    Forum


    https://fakta360.no/forums/

    #218528

    In reply to: New posts freezing

    Mike Witt
    Participant

    Hi @robin-w,

    Just bbPress. It’s my MemberPress, bbPress, BuddyPress “test site.” We generally don’t upgrade anything until testing it here first. I’m not upgrading WordPress on our real sites because of the editing bug. I do everything in text mode!

    If seems like (with WP 5.6.1) when you start editing a post in text mode, there’s no echo. If you switch to visual, the text is there. Some other weird thing seem to happen, but those are hard to pin down.

    AFAICT I don’t have any other plugins that should be involved.

    NOTE: FOR ME THIS ONLY HAPPENS ON MOBILE DEVICES, but I don’t really know if it’s mobile vs desktop or one browser vs another. I’ve read that the basic WP bug is browser dependent.

    From my perspective, it’s just one of the reasons that I’m not updating WP, so it’s not big deal in itself, but I am curious that (if I’m really seeing what I think I am) that it’s not been reported more!

    #218526

    In reply to: New posts freezing

    Mike Witt
    Participant

    If they are using WP 5.6.1 and posting in text mode, I wonder if it could be the same thing I’m seeing here:

    WordPress 5.6.1 bug affects forum text editing mode?

    #218518

    In reply to: Topic/Reply Form

    uksentinel
    Participant

    Thank you, I think I will take a look at my /bbpress/form-reply.php and see if the change can be achieved easily.

    Thanks

    #218503

    In reply to: Topic/Reply Form

    This is the default behavior of bbPress. Unless a plugin already provides a simple modification of this behavior, the easiest way to customize this would be by overriding the /bbpress/form-reply.php template part in your WordPress child theme.

    #218497
    xprojectsx
    Participant

    I’ve been going over this for days trying to import forum using the Example importer. Everything works but after importing about 300,000 records, all of the authors are incorrect after the import. I did a fresh install of WP and tried again but got the same results. I ran the bbpress tools and this made no difference.
    A lot of the users show as “Anonymous” but the rest are just pointing to the wrong user id. So the Topics/Replies just show as from the wrong user. I tried working around this by going into the source data and giving all of the user ids there a very high numerical value but even after doing this it made no difference. WordPress still assigns seemingly random userids to all of the imported users.

    #218495

    In reply to: Topic/Reply Form

    uksentinel
    Participant

    This Forum bbpress.org does exactly the same, as a point or reference ?

    #218494

    Topic: Topic/Reply Form

    in forum Installation
    uksentinel
    Participant

    The BBPRESS Topic/Reply Form appears at the bottom of every Page within a given Topic, so if I have a Topic which has several pages, at the bottom of every page is the Reply To form.

    I have looked through the BBP Style Pack to no avail, I am looking to have the Reply To form only at the end of the whole Topic, not at the bottom of every page in between?

    Is there something I have missed to achieve this easily ?

    Thanks

Viewing 25 results - 3,376 through 3,400 (of 64,452 total)
Skip to toolbar