Plugin info

Total downloads: 3,689
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/18/2013 (4699 days ago)
Added to WordPress: 10/21/2012 (13 years old)
Minimum WordPress version: f
Tested up to WordPress version: f
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4699 days ago • 1 reviews

22/100

Is bbPress Code Snippets abandoned?

Possibly abandoned (last update 4699 days ago).

Compatibility

Requires WordPress: f
Tested up to: f
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Code Prettify
Rating 5.0/5 (18 reviews)Active installs 1,000
Code Click to Copy
Rating 4.7/5 (12 reviews)Active installs 800
TinyMCE Preformatted
Rating 5.0/5 (2 reviews)Active installs 70
Goodbye Syntax Highlighter
Rating 5.0/5 (1 reviews)Active installs 10
WP Chili
Rating 0.0/5 (0 reviews)Active installs 10
Prism Syntax Highlighter
Rating 0.0/5 (0 reviews)Active installs 10

Description

No fancy, complicated syntax highlighting here. The goal of this plugin is to allow your bbPress users to post code snippets in their forum topics and replies without having to learn anything new. Basically, any raw HTML/PHP posted within

 or  tags will automatically be converted and displayed in the forum as you’d expect it would.

And additionally, anything posted within

 tags will be automatically escaped from bbPress applying wpautop. This will allow for your forum users’ code snippets to keep their whitespace as they intend.

Installation

  1. Upload bbpress-code-snippets folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0.3

  • Improved posting code snippets overall for non-admin users.
  • Fixed issues with not accepting many HTML tags in code snippets non-admin users.
  • Fixed issue with rel="nofollow" getting added to <a> tags in code snippets.
  • Fixed issue with URL’s in code snippets becoming clickable links.

1.0.2

  • Fixed URL’s being transformed into clickable links from happenning within <pre> tags.

1.0.1

  • Added <pre> tag to WordPress’s global $allowedtags so non-admin users can actually post with the <pre> tag.

1.0.0

  • This is the first release.