More question for RateU (I hope this is not another $1mil )
From scripts you above, I can make a table with new threads from specify forum. But how can I make 2 or more table with new threads from specify forum?
I'm tried make this function and put it in my custom page
PHP Code:
1 2 3 4 5 6 7 8 9 10 11 12
// Displaying 5 latest threads from forum id 11
$latest_threads_othersports_options=array('type'=>'threads','limit'=>5,'order_by'=>'dateline','order_dir'=>'desc','fids'=>'11','childtemplate'=>'latest_threads_thread_othersports','maintemplate'=>'latest_thread_othersports','maxchars'=>25);$latest_threads_othersports= mn_tp_load($latest_threads_othersports_options);