Forums

Join
bbPress Support ForumsTroubleshooting&qu ot; &a mp; issue with code tag (code within backtick)

Info

&qu ot; &a mp; issue with code tag (code within backtick)

  1. Okay, have been searching google and this forum for long time and find there is no occurrences of it.. not even mention of it. So, wanted to ask everyone out here if they know what is happening..

    I am using double quotes in the code and trying to paste the code within backticks and while everything looks okay few html characters are rendering their ASCII code or something (html escape characters ??)

    For example,
    double quotes ( " ) are rendered as &q uot;
    ampersands ( & ) are rendered as &a mp;

    ignore the spaces. I have disabled all the plugins, switched themes and looked over everything, but I still can't figure out what is causing this. I saw several forums including bbpressshowcase which suffers from same problem. I don't see that problem here in this forum.

    Can anyone shed some light for me?

    Thanks for all your help.

  2. Example, instead of this,

    if($slideshow == "On" && $slideshow_status == "Static")

    it renders this...

    if($slideshow == "On" && $slideshow_status == "Static")

  3. What version bbPress are you using? Is it integrated with WordPress, and if so, what version? Are you using a language file other than English?

  4. Wait ... I remember that issue. Or something like it... It was in 1.0alpha3 or 4 I think, around the time that quotes in links broke things.

  5. using alpha 1.0 v 6.. is that the issue? and I would love to know the solution if any...

    thanks.

  6. and yes using with wordpress 2.7.1. any ideas?

  7. This was a bug. Fixed in trunk now.

    Old posts will need to be edited to get fixed. Hitting edit then save straight away should do it.

  8. Great.. Thanks.

    Can you post which file you have edited.. so I can only replace that file?

    bb-includes/functions.bb-formatting.php ??

  9. You must log in to post.