Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: some problem with code in postings

I had this same issue, and I really like having images, so I looked into the code. I am not very savvy about reg expressions, so but if I comment out line 29 ($text = preg_replace("|(.*?)|se", "'<code>' . encodeit('$1') . '</code>'", $text);) from the allow_images_encode_bad function of the plugin, everything seems to work.

Does anyone know if I need that line for anything else? I don’t want to open my site up to hackers or some such thing.

Skip to toolbar