Forums

Join
bbPress Support ForumsTroubleshootingAutomatic in Textbox

Info

Tags

Automatic in Textbox

  1. I don't know if I'm missing something. This seems to be important yet I cannot find anything about this subject in any forum about bbPress.

    When you press Enter twice in a reply in this forum, it brings you down to start a new paragraph. I'm assuming it also automatically adds a <br> tag in the post. My forums, however, do not do this.

    http://raremob.com/forums/

    How do I make it so when there is a gap between paragraphs on my forum replies that it automatically adds the <br> tag? Currently, I have to manually edit everyone's posts who make any sort of separations between paragraphs by typing this tag in between them. I know it has nothing to do with my plugins because it was having the same problem from the start.

  2. There's no need for a <br /> cause you can specify a margin-bottom:1em; in the CSS.

    .post p { margin-bottom:1em; }

  3. I could've sworn that the coding you gave me was in the theme before. It worked, thank you!

  4. This topic is closed