Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also just needed to alter this to remove anything being added between and having seen it wasn’t an option, went and looked myself. If you open up faster-image-insert.php in your plugin directory and scroll to line #389, you see the following:

    if(is_string($_POST[ $customstring ]) && !empty($_POST[ $customstring ])) $cstring = $_POST[ $customstring ]; else $cstring = "<p></p>";

    If you comment that line out with “// ” at the beginning of it, the plugin will no longer insert paragraph tags in when you leave the field empty. Hope this helps!

    Thread Starter davemcnally

    (@davemcnally)

    Nevermind. I just noticed it only parses on the preview, text actually applied to the article is left unformatted. Seems a shame considering the formatting ability is there within the plugin.

    Guess I’ll look at Markdown or something then instead considering I couldn’t see another decent Textile plugin.

Viewing 2 replies - 1 through 2 (of 2 total)