Skip to:
Content
Pages
Categories
Search
Top
Bottom

Removing "HTML tags and attributes"

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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>


    shakora20111
    Member

    @shakora20111

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.