Jump to content

Disable bbcode?


Kirill N

Recommended Posts

  • 1 month later...
Posted

I've written a plugin to disable BBCode parsing in <pre> tags (pending a bug report) it could be modified to prevent all bbcode. If you want to edit the source files in the meantime it was system\text\parser.php to change:

public function __construct( $bbcode=FALSE, $attachIds=NULL, $member=NULL, $area=FALSE, $filterProfanity=TRUE, $cleanHtml=TRUE, $htmlPurifierConfig=NULL )
{
	// ADD ME
	$bbcode = FALSE;
	// END OF ADD ME

 

Posted

I've written a plugin to disable BBCode parsing in <pre> tags (pending a bug report)

​Still waiting for a bug fix before it will work.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...