firstly, thanks e2s for noticing the fix
Quote:
Originally Posted by Tannerman
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.
|
use the show threads option... it's the same thing however just able to do what you want which is pulling the newest 5 items from the array of forum ids
output_NewestThreads(X,"ID1,ID2,ID3,...");
X = number of items
IDx = the forum ids to which you want showing up