I've been able to get this to work (
example). It took a lot of fiddling.
In any case, I was wondering if anyone has been successful in pulling information from MORE THAN ONE forum when using the News include. The instructions state:
Code:
###################################################
# 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)
###################################################
Just curious if anyone has been able to modify vBExternal so that more than 1 forum ID can be included here.