de Mrt91 » Lun Nov 23, 2009 12:44 pm
Merci, j'avais mal lu le message pour appliquer le patch.
J'ai vraiment du mal...
Je souhaiterai afficher les derniers messages du forum.
Il est dit By leaving the array "$forum_id" empty, it will mean there are no restrictions and it will take the latest posts/topics from the entire forum instead of any particular area.
Pourrais-tu me dire comment rendre cette variable vide ?
Dans l'exemple, il est positionné ainsi :
$forum_id = array(2, 5);
$forum_id_where = create_where_clauses($forum_id, 'forum');
$topic_id = array(20, 50);
$topic_id_where = create_where_clauses($topic_id, 'topic');