Skip to:
Content
Pages
Categories
Search
Top
Bottom

backslashes not showing


  • hmmcrunchy
    Participant

    @hmmcrunchy

    hi guys

    got a bit of a problem while using buddy press with a group forum in bbpress. no backslashes are showing in any of the forum posts, is there any way of allowing them to be shown or a setting that turns off the filter that is stripping them out

    thanks

    Paul

Viewing 5 replies - 1 through 5 (of 5 total)

  • hmmcrunchy
    Participant

    @hmmcrunchy

    for example if i try and quote a location on my computer it comes out as c:datatestnohing.xls without any backslashes “


    r-a-y
    Keymaster

    @r-a-y

    You can try removing the stripslashes filter applied to forum posts.

    Add the following to your theme’s functions.php file:

    `remove_filter( ‘bp_get_the_topic_post_content’, ‘stripslashes_deep’ );`

    Are you running any translation plugin? i.e. qTranslate?


    hmmcrunchy
    Participant

    @hmmcrunchy

    hi guys thanks for the replies sorry bit of a late response.

    paul – no im not running any translate plugns

    ray – my theme (randy candy) doesnt seem to have a functions.php file in its theme folder – does it grab a default functions.php if so can i apply that code to that one?


    danbpfr
    Participant

    @chouf1

    backslask test
    s r

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘backslashes not showing’ is closed to new replies.
Skip to toolbar