Skip to:
Content
Pages
Categories
Search
Top
Bottom

Paste as plain text for the Teeny Editor?

Published on November 18th, 2021 by Victor

According to the documentation, the code below enables paste as plain text in the visual editor:

function bbp_tinymce_paste_plain_text( $plugins = array() ) {
    $plugins[] = 'paste';
    return $plugins;
}
add_filter( 'bbp_get_tiny_mce_plugins', 'bbp_tinymce_paste_plain_text' );

It works fine when using the full visual editor, enabled by this code:

function bbp_enable_visual_editor( $args = array() ) {
    $args['tinymce'] = true;
    $args['teeny'] = false;
    return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

But paste as plain texts does not work when using the Teeny editor, enabled with this code:

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' );

Does anyone have a snippet to enable paste as plain text when using the Teeny editor?

Links from wordpress instal update screen

Published on November 18th, 2021 by KennyWilliamson

Good day, just to let you know the blog link on the release info version goes to 404, when enter release info page.

Issue with Hueman theme header

Published on November 18th, 2021 by xxreef

Hi all,
after installation of 2.6.7 version the header of my site disappear.

I use Hueman Pro theme, but I’ve also the same problem with Hueman.

You can check at this page. www.mischianti.org

Bye Renzo

Issue with Polylang

Published on November 18th, 2021 by xxreef

Hi all,
first thanks for this plugin.

I have a problem on Polylang, a widget to manage the site in multilanguage, the base features are all supported, but when in the secondary “italian” language I click on “modifica” (Edit) the page response with 404.

The Polylang works with the introduction of /it/ url after the domain and before the rest of uri.

This problem don’t exist on main English language.

Bye Renzo

The page I need help with: https://www.mischianti.org/it/forums/

Replies made with Gravity Forms invisible on front end

Published on November 17th, 2021 by conniefournier

I am using Gravity Forms and their Advanced Post Creation Add-On to submit replies to topics in my forum.

I added a code snippet to add the post_parent to the reply using the gform after submission hook.

I checked in the database, and that is working properly.

The only problem is that the reply does not show up on the front end…until I update it, then it works properly.

Is there something I am missing in this process?

Image on Forum Topics

Published on November 17th, 2021 by thesupplyroom

Hello,

Is there a way I can edit the forums pages to include a banner BEFORE the topic? so for example, on my “latest topics” page I have an image before using shortcode

Viewing 25 topics - 3,826 through 3,850 (of 27,123 total)
.

So I would like that same image to carry through at the top of my forum topics on:

www.mywebsite/forums/topic/topic-title

I understand I can achieve this by changing the topic category description to the banner and then using the BBP Style Pack plugin to set “show description” but this isnt an ideal solution as it only shows on the forum category list not on the actual posts…

Any ideas?

Display Full Page

Published on November 16th, 2021 by zandu

Please share CSS to display full page

Membership

There is an error! disallowed_keys

Published on November 16th, 2021 by tonygao

I found the error in debug.log as below:

“blacklist_keys” option key has been renamed to “disallowed_keys”. in //public_html/wp-includes/functions.php on line 5495

I traced it back to bbpress

[1] => Array
(
[file] => /public_html/wp-content/plugins/bbpress/includes/common/functions.php
[line] => 883
[function] => get_option
)

This error happens when I edit topic and save it.

Please help to fix it, thank you!

Automatic register to bbpress

Published on November 16th, 2021 by Ai Roux

Hi there,
I’m pretty new with wordpress and bbpress, and I can’t find the setting I need.
I want that new users automaticaly got the subscriber role on my site (done, general setting) and also the bbp_participant role.

How can I do that ? Thanks by advance.

Kind regards

how to modify user name in the url

Published on November 16th, 2021 by benoitos

Hello,
For security I want to hide the user name which appears in the url when somebody for example https://terresdesavoirs.fr/members/ananta/
how is it possible please ?

WP version 5.8.2
BB Press version 2.6.6

Skip to toolbar