phpBB3 Portal
Update: December 24th, 2009
- These instructions assume you have already installed the script on your forums, and it is working.
- Open ./portal/includes/functions.php and find
include($phpbb_root_path . 'includes/message_parser.'.$phpEx);
Immediately after addinclude_once($phpbb_root_path . 'wowhead/parse.php');
- Next, in the same file, find
// Parse the message and subject $message = censor_text($row['post_text']); $message = str_replace("\n", '<br />', $message);Immediately after add$message = whp_parse($message);
- Save and close functions.php and reupload to your site as necessary.





















































