buuuump! Still looking to remove
You may use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
At first you login your Cpanel here You remove your HTML attribute.
juicing recipes
Thanks! But I don’t see any option to remove. Could you be more specific?
I just had the same problem but figured it out.
Probably not the cleanest solution but it works
go to the bbp-themes/bbp-twentyten/bbpress/ folder
open forum-topic.php
search for “form-allowed-tags”
select and delete
<?php if ( !current_user_can( 'unfiltered_html' ) ) : ?>
<p class="form-allowed-tags">
<label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','bbpress' ); ?></label>
<code><?php bbp_allowed_tags(); ?></code>
</p>
<?php endif; ?>
Sorry – the file is form-topic.php
and you have to remove the same code from form-reply.php