Bonsoir,
dans l'index....
Voilà ou j'en suis :
fichier à modifier :
www\components\com_kunena\template\***ex-template***\layouts\category\index\default.php
Trouver les lignes concerné ..... :
[code]69 <?php if (!empty($this->categories[$section->id])) : ?>
70 <!-- <tr>
71 <td colspan="2" class="hidden-phone">
72 <div class="header-desc"><?php //echo JText::_('COM_KUNENA_GEN_CATEGORY'); ?></div>
73 </td>
74 <td colspan="1" class="hidden-phone post-info">
75 <?php //echo JText::_('COM_KUNENA_GEN_LAST_POST'); ?>
76 </td>
77 </tr> -->
78 <?php endif; ?>
[/code]
Cacher en balisant.... pour l'instant. Cela permet déjà d'avoir le comportement/affichage voulu.
www\administor\components\com_kunena\template\j4\config\default.php
Trouver l'emplacement ou on veut que cela s'affiche dans configuration kunena.....
[code]353 <tr>
354 <td><?php echo JText::_('COM_KUNENA_A_CATEGORY_IN') ?></td>
355 <td><?php echo $this->lists ['category_in'] ?></td>
356 <td><?php echo JText::_('COM_KUNENA_A_CATEGORY_IN_DESC') ?></td>
357 </tr>
[/code]
Il me reste à faire le lien je suppose en php ou autre .... Comme ça fait des années que je n'ai pas fait des modif's.... J'ai un peu de mal pour m'en souvenir.....