BBCode v2.0.1 released

Allows users to use standard bbcodes in posts and pages in place of HTML tags.

The following bbcodes can be used:

	Bold:
		[b]bold[/b]
	Italic:
		[i]italics[/i]
	Underline:
		[u]underline[/u]
	Center Text:
		[center]centered text[/center]
	Strike:
		[strike]strike[/strike]
	Quote:
		[quote]quote[/quote]
	Color:
		[color=blue]color[/color]
	Font size:
		[size=12pt]12pt font size[/size]
		[size=1.2em]1.2em font size[/size]
		[size=12px]12px font size[/size]
	Image:
		[img]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
		[img=ClassicPress logo]https://docs.classicpress.net/wp-content/classicpress/logos/icon-gradient-600.png[/img]
	URL:
		[url]https://www.classicpress.net/[/url]
		[url=https://www.classicpress.net/]ClassicPress[/url]
		[link]https://www.classicpress.net/[/link]
		[link=https://www.classicpress.net/]ClassicPress[/link]
	Ordered lists:
		[ol]ordered list[/ol]
	Unordered lists:
		[ul]unordered list[/ul]
	List items:
		[li]list item[/li]
	Table:
		[table][/table]
	Table Row:
		[tr][/tr]
	Table Header:
		[th][/th]
	Table data (cell):
		[td][/td]
	Code:
		[code]function azc_bbcode_bold($atts, $content = null){ return "".do_shortcode($content).""; }[/code]

Allows users to use standard bbcodes in posts and pages; Shortcodes in Comments can be used to allow bbcodes in comments and Shortcodes in Widgets can allow them in widgets.

This plugin is multisite compatible.

:notebook_with_decorative_cover: Changelog

  • Refactor code to use namespace, improve security and improve maintainability.
  • Update language file.
  • Update readme txt and md files.
  • Update Update Manager to version 2.4.3.
  • Fix bug in namespace of Update Client.

:arrow_down: Download

Download from Github to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.

:man_juggling:: Support

If you have any problems to log or features to request, contact me via the Plugin Support Forum or you can log an issue via the Github repo.

:bulb: Issues/Ideas

I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.

This topic was automatically closed after 3 days. New replies are no longer allowed.