$interface['tables_jointures']['spip_nom'][] = 'other_table'; $interface['tables_jointures']['spip_nom']['column'] = 'other_table'; // examples // {id_mot} for ARTICLES $interface['tables_jointures']['spip_articles'][]= 'mots_articles'; $interface['tables_jointures']['spip_articles'][]= 'mots'; // event joins (for the plugin agenda) on keywords or articles $interface['tables_jointures']['spip_evenements'][]= 'mots'; // inserted before the articles join $interface['tables_jointures']['spip_evenements'][] = 'articles'; $interface['tables_jointures']['spip_evenements'][] = 'mots_evenements'; // articles joins to events (evenements) $interface['tables_jointures']['spip_articles'][] = 'evenements';