Note: this works only in Newscoop 3.5.0 and newer versions.
Create the list of authors to the article currently defined in the template environment. If the article was not defined, the list is empty. The code between the "{{ list_article_authors }}" statement and "{{ /list_article_authors }} is repeated for every author in the list. Inside the list every author is represented by an author object, (see "Author").
{{ list_article_authors [length="<integer_value>"] [columns="<integer_value>"] [order="<author_order>"] }} <list_of_instructions> {{ /list_article_authors }}
Taken from Template Pack "The Journal" (date 2011-03-15) file "article-author-popup.tpl"
{{ list_article_authors }} <div id="hidden{{ $gimme->current_list->index }}Content" class="teammemberinfo" style="display:none"> <img style="width: 150px; float: left; margin: 0 10px 10px 0" src="{{ $gimme->author->picture->imageurl }}" /> <h2>{{ $gimme->author->name }}</h2> <div class="text"> {{ $gimme->author->biography->text }} </div> </div> {{ /list_article_authors }}
Inside list_articles the following statements are forbidden:
Inside the list, the current author is set to the current element of the list. The environment context is restored after the list processing.
There has been error in communication with Booktype server. Not sure right now where is the problem.
You should refresh this page.