• Resolved chrismoncus

    (@chrismoncus)


    So I have the author’s bios showing on their posts. Any of them that have links get parsed correctly in the post. Within the Profiler page the $user_description is not creating HTML but rather the entities. For instance…

    Google

    becomes

    Google

    Any ideas for how to solve this?

Viewing 1 replies (of 1 total)
  • Thread Starter chrismoncus

    (@chrismoncus)

    I found a solution to a problem with this program.

    Line 447 on profiler.php needs to be changed to this

    $output .= "<p>". html_entity_decode($description) ."</p>";

    The variable $user_description converts HTML into entities and this reverses it. Try adding a link to a bio and see what I mean.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Profiler] HTML shows as entities’ is closed to new replies.