Forum Beginner Posts

Description

This plugin enables the Visual Editor pane in bbPress, allowing novice or non-technical users to create and format forum posts using a familiar, word-processor-like set of tool buttons.

However, novice users may not know that text copied from applications such as word processors, web browsers and email clients can contain a lot of hidden mark-up and styling. Pasting such text into the Visual Editor can lead to published posts that are garbled with mark-up code or which break the overall page styling or layout.

To avoid such problems, this plugin defaults to paste-as-text mode for Visual Editor forum post editing. Paste-as-text mode attempts to strip all mark-up and styling from pasted text before it is inserted into the Visual Editor.

If you don’t want to enforce paste-as-text mode, it can be disabled in the plugin settings.

Extended Visual Editor buttons can be enabled in the plugin settings, but may not work nicely with some plugin and theme configurations.

Note:

Even if paste-as-text is forced, links in pasted text may show up as embedded content (videos, images, external WordPress posts etc.) in the displayed forum posts.

To disable this embedded content and show ordinary link text, please switch “Auto-embed links” OFF in the BBPress Forums settings.

Screenshots

  • Default bbPress post creation without Visual Editor.

  • Post creation with Visual Editor enabled by Forum Beginner Posts.

  • Where to enable "Post Formatting" in bbPress options.

  • Admin preferences pane for this plugin.

Installation

  1. Install this plugin via the WordPress plugin control panel, or by manually downloading it and uploading the extracted folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. To change configurable settings, visit the plugin settings page via the
    admin menu (Settings/Forum Beginner Posts.)

FAQ

The plugin is active but I’m not seeing either the Visual or the Text tab when creating forum posts – what should I do?

Make sure that ‘Post Formatting’ is switched on in bbPress. You can find it under Forum Features on the bbPress Forums Settings page. See screenshot 3 for details.

I’m seeing an admin error message saying “Please enable ‘Post Formatting’…” – what should I do?

As above.

Does this plugin affect the behaviour of the Visual Editor when editing ordinary WordPress posts and pages?

No. It only affects the behaviour of the Visual Editor in bbPress.

Reviews

اپریل 1, 2022 1 reply
I spent 6 hours scouring the WORLD trying to find a way to get WYSIWYG to work in bbPress. I had already given up while installing your plugin and it WORKS. IT JUST WORKS. THANK YOU.
مارچ 15, 2021 1 reply
La fonctionnalité gratuite qui manqué à BBpress. 5 étoiles bien mérité. Merci
دسمبر 9, 2019
I saw there was a recent update to this plugin, so I thought I'd give it a try. So far I am very pleased! The bbPress visual text editor (TinyMCE) has been implemented excellently in my testing so far. I love the extended visual text editor features, as well, which are easy to toggle on and off (found in the Settings tab of the WordPress backend). Some of the other plugins for bbPress TinyMCE are costly, but this plugin by Fidgety Lizard offers a lot. Definitely check out this plugin before you buy a more expensive option.
اکتوبر 2, 2017
So far it works great on the latest version using 4.8.2 with some minor theme tweaks to work for mobile. You can use my tweaks here to fix it for your themes. This should help at least. Cheers! You can see it here when we go live! http://roleplaysocial.net .bp-legacy.forum .entry-content-wrapper { padding: 10px; } #bbpress-forums fieldset.bbp-form { padding: 4px; }#bbpress-forums{display:inline}
جُلائی 2, 2017
This plugin does what it says. My forum's non-HTML-writing audience is pleased, and so am I! Also, props to the author for the reasonable default of pasting as plaintext and documenting it for users.
Read all 9 reviews

Contributors & Developers

“Forum Beginner Posts” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Forum Beginner Posts” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • Added options to disable paste-as-text and enable extra TinyMCE buttons.

  • Added admin preferences screen to manage new options.

  • Moved most plugin initialisation from __construct() to plugin_init() method,
    to ensure dependency checks occur after all plugins are loaded.

1.0.0

  • Initial version