Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: nicola.volpi86 on January 04, 2015, 04:22:08 PM

Title: problem with ssi_recent_topics
Post by: nicola.volpi86 on January 04, 2015, 04:22:08 PM
Hi
I have a problem with the new topic with the function ssi_recentTopics. I insert this code but the code show only 1 new topic, with other boards run correctly but with other ones NO

<?php ssi_recentTopics($num_recents = 10, $exclude_boards = null, $include_boards = array(46), $output_method = "echo"); ?>

Could you help me to solve this problem ?

Thanks
Title: Re: problem with ssi_recent_topics
Post by: Kindred on January 04, 2015, 04:25:44 PM
ssi_recentTopics(10,null,46,'echo');


However, what is in board 46?
Title: Re: problem with ssi_recent_topics
Post by: nicola.volpi86 on January 05, 2015, 03:17:20 AM
It doesn't work......

the board 46 is a normal board with topics, like the board 47 that i can see without problem the last 10 topics

Do you have another solution ?

Thanks in advance