Skip to:
Content
Pages
Categories
Search
Top
Bottom

HTML in Topics.

  • Is it possible to use HTML while writing a Topic? Did not see that option as in WP Editor.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s possible with this plugin:

    https://bbpress.org/plugins/topic/admin-can-post-anything/

    Thanks to CK

    Thanks.


    Peter A. Gebhardt
    Participant

    @starship-trooper

    Although someone could tweak the size of the Topic or Post Title to a a size which does not interfere with the positioning of the “Add Tag” section in the topic view – it would be nice we could use say <br /> too.

    As an example, I’ve changed this section of “topic.php” in “kakumei”:

    From:

    <div id="topic-info">
    <span id="topic_labels"><?php bb_topic_labels(); ?></span>
    <h2<?php topic_class( 'topictitle' ); ?>><?php topic_title(); ?></h2>

    To:

    <div id="topic-info">
    <!-- <span id="topic_labels"><?php bb_topic_labels(); ?></span> -->
    <div style="width:500px"><h2<?php topic_class( 'topictitle' ); ?>><?php topic_title(); ?></h2></div>

    Which is required for all templates and prone to finetuning errors.


    christianrharris
    Participant

    @christianrharris

    It’d be better to add width: 500px to the CSS class used by topic titles rather than adding it by instance.

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