I have no idea about the pound page but:
Quote:
EDIT: Fourth - I am having trouble when I do things like Rat's or something. It turns out Rat\'s. This is happening everywhere, can I stop it, or do I have to go back and edit everything? (don't think I can, I did some in the descriptions of rats...)
|
Where does it show that? o-o I fixed mine :)
What you do is put this code in:
Code:
$article_content = stripslashes($article_content);
E.g. place that code under
Code:
$article_content = bbconvert($article_content); // BBCODE conversion
$article_content = nl2br($article_content); // New line breaks
in pages.php, and then you may want to add that code to index.php & tos.php too :)