bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

blockquote?

(5 posts)
  • Started 1 year ago by bakedlogdotcom
  • Latest reply from fel64
  • This topic is not a support question
  1. I don't know if I'm missing something here or what, but when replying or posting, I see no difference if when I surround a block of text with <blockquote> or not...

    It's a pain because there is no way to create line separation when posting... you can't use <br> .. is there a way to customize the 'Allowed tags'? Please help & thx in advance.

    -BHensley
    -http://Bakedlog.com

    Posted 1 year ago #
  2. You should be able to change your style.css to reflect how you want your blockquote to work. I changed mine and see no problems with it. Take a look at:

    http://forum.trentadams.ca/topic.php?id=313&replies=1#post-483

    Used:

    blockquote {
    border-left: 1px solid #c00;
    border-right: 1px solid #c00;
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    background: #fff;
    width: 300px;
    margin-left: 1.5em;
    padding: 5 5 5 5px;
    }

    Is that what you mean or could you give an example?

    Trent

    Posted 1 year ago #
  3. yes thank you!

    Posted 1 year ago #
  4. I just installed bbpress yetserday on a new domain and have integrated it with wordpress using the plugin, etc. I also have found that the default template has no blockquote support. Even by including the blockquote definition given above by Trent verbatim in my bb-admin/style.css file does no good, here is a view source excerpt of the source file:

    <blockquote><p>[Shakir 5:57] O you who believe! do not take for guardians those who take your religion for a mockery and a joke...</p></blockquote>

    as a test...

    testing blockquote here in bbpress support

    nope. above line doesnt render in blockquoted indent either.

    i think the problem is the insertion of <p></p> tags around every paragraph. Since blockquote is an inline style, the p tags override it. we could get around this by using a div class=blockquote kind of construction instead but wouldt it be nicer if blockquote just worked out of the box?

    Posted 11 months ago #
  5. verbatim in my bb-admin/style.css file does no good

    because there are no blockquotes in bb-Admin. Apply them to your theme, which should be in my-templates/themename/style.css. I agree, kakumei needs default blockquote support. I'll add a trac ticket or sumthin'.

    Posted 11 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.