Frontend - Events - ajouter deux options de désactivation

Issue #123 resolved
Emmanuel Lecoester repo owner created an issue

Sinon, dans l'affichage events, fichier default.php, les 2 lignes suivantes ne sont pas désactivables par option : <?php echo JText::('COM_ALLEVENTS_PROPOSED_BY').' <span class="post-author">'.$this->item->proposed_name.',</span>' ; ?> <?php echo JText::('COM_ALLEVENTS_VISITED').' '.$this->item->hits.' '.JText::_('COM_ALLEVENTS_TIMES') ; ?>

Comments (2)

  1. Emmanuel Lecoester reporter

    if ($this->params['geventshow_author']){ echo JText::('COM_ALLEVENTS_PROPOSED_BY').' <span class="post-author">'.$this->item->proposed_name.',</span>' ; echo JText::('COM_ALLEVENTS_VISITED').' '.$this->item->hits.' '.JText::_('COM_ALLEVENTS_TIMES') ; }

  2. Log in to comment