{{ php }} $tab=array(); {{/php}} {{ list_articles ignore_issue="true" }} {{ list_article_authors }} {{ assign var="author_name" value=`$gimme->author->name` }} {{ php }} $author = $this->get_template_vars('author_name'); if(in_array($author, $tab)){ $flag=0; }else{ $flag=1; $tab[]=$author; } if($flag){ {{ /php }} <!-- list --> <div class="list_item"> {{$gimme->author->name}} </div> <!-- list --> {{php}} } {{/php}} {{ /list_article_authors }} {{/list_articles}}
It looks like you're new here. If you want to get involved, click one of these buttons!