Info
- 6 posts
- 5 voices
- Started 2 years ago by InvTrdr
- Latest reply from Adam Harley
- This topic is resolved
HTML in Topics.
-
- Posted 2 years ago #
Is it possible to use HTML while writing a Topic? Did not see that option as in WP Editor.
Thanks. -
- Posted 2 years ago #
It's possible with this plugin:
http://bbpress.org/plugins/topic/admin-can-post-anything/Thanks to CK
-
- Posted 2 years ago #
Thanks.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
-
- Posted 2 years ago #
It'd be better to add
width: 500pxto the CSS class used by topic titles rather than adding it by instance. -
You must log in to post.