Quote:
Originally Posted by Lionel
I managed to do all I wanted... If only you could tell me how to enable html, then I'll be done completely.
|
In order to enable html, you need to remove calls to htmlspecialchars() in local_links.php. This function processes user input to turn html entries into escaped html entries.
So have a look in the insert_link code and in the do edit link code. You'll find that the database insert/update statements wrap several fields in a call to htmlspecialchars().