I'm trying to add a mod, found here http://www.phpbbhacks.com/download/2206 to my forum. It installs fine but this is the issue here http://news.arenlor.com/forum/viewtopic.php?t=29 I can't seem to get it to put in the new line that it's supposed to have (turns \n\n into nn, and then my multiple attempts to get it to work) anyone who can look and see, or if you want me to post what I think are the whole offending sections just let me know.
__________________
PHP Code:
<?php echo "Hello World"; ?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
|