ClassicPress Plugins Available From azurecurve | Development in 2023: Comment Validator

ClassicPressIn this series of articles, I am going to introduce each of the plugins I have developed for ClassicPress, a hard-fork of WordPress, which was originally created to provide an alternative, yet compatible, CMS without the Gutenberg block editor.

The 8th plugin is Comment Validator.

Comment Validator
Checks comment to ensure they are longer than the minimum, shorter than the maximum and also allows comments to be forced into moderation based on length.

This plugin is multisite compatible; each site can be set to use network settings or locally defined ones.

Continue reading “ClassicPress Plugins Available From azurecurve | Development in 2023: Comment Validator”

ClassicPress Plugins Available From azurecurve | Development in 2023: Code

ClassicPressIn this series of articles, I am going to introduce each of the plugins I have developed for ClassicPress, a hard-fork of WordPress, which was originally created to provide an alternative, yet compatible, CMS without the Gutenberg block editor.

The 7th plugin is Code.

Code
Set of shortcodes which can be used for manual syntax highlighting of code:

  • `formatcode` adds pre and span tags
  • `copyright` displays user defined copyright message
  • `highlight` highlights text
  • `sqlblue`
  • `sqlred`
  • `sqlgrey`
  • `sqlgreen`
  • `sqlpink`
  • `phpgrey`
  • `phpblue`
  • `phpgreen`

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

Continue reading “ClassicPress Plugins Available From azurecurve | Development in 2023: Code”