Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: img tags


meeciteewurkor
Member

@meeciteewurkor

in formatting-functions.php I added this under the function encode_bad:

$text = preg_replace('|<(/?img.*?)>|', '<$1>', $text);

under function bb_allowed_tags() I added this:

'img' => array(

'src' => array(),

'alt' => array(),

'title' => array()),

for an example see this post I made where it succeeded.

http://meeciteewurkor.com/bbpress/topic/7?replies=2#post-21

I added the /bb-images/bbpress.png image in a post. yay!

Skip to toolbar