Great Hack!!!
3 questions :-
1. How to display News from multiple forum ids?
################################################## #
# Displaying News
<?php
output_News(5,4);
?>
# Change '5' to the amount you want to show
# Change '4' to the forum id you want to pull
# news from (
must be set - only 1 forum id allowed)
################################################## #
2. How to display time of the post in the News?
3. How to limit characters in the News to a specified number. e.g. the first1500 characters and add a "Read more"?
Cheers!