4. Go to your template.html file and remove "⌈ :ARTICLETITLE: ⌋"
8. Account settings => There you can change the avatar URL (it blends in nicely :3)
10. Place
Code:
$article_content = stripslashes($article_content);
UNDER:
Code:
$article_content = bbconvert($article_content); // BBCODE conversion
$article_content = nl2br($article_content); // New line breaks
in pages.php, index.php and tos.php