I recently switched from SMF to vB 3.6.10 and was wondering what vB's equivalent to SMF's SSI.php is or if one even exists. With SMF i can include the SSI.php file and then call something like:
to pull the first post of all the threads in the defined board. Is there such a solution with vB?
Code:
ssi_boardNews($board = 3.0, $limit = 5, $start = null, $output_method = 'echo');