BuddyBoss Home – Web Support Forums Plugins BuddyBoss Wall Issue in link title

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #43587
    @yann

    Hello all!

    Just discover a new fonction on wall, but there is an issue with the “‘” character in title, and only in title (no issue for the extract)

    Any solution please?
    ‘ = '

    Answers

    #43672

    Alyssa
    Participant
    @alyssa-buddyboss

    @yann find this text in buddyboss-wall/assets/js/buddyboss-wall.min.js:
    jQuery("#bb-url-scrapper-title").text(i)
    change to:
    jQuery("#bb-url-scrapper-title").html(i).text()
    I have confirmed this works. It may not make it into the next release, but it will definitely make it into the one after that.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Issue in link title’ is closed to new replies.