This has been implemented.
The About Author block will NOT display IF the About Author data is Empty.
The About Author block will NOT display IF the "Display About Author" option is disabled for the Article.
The About Author block will NOT display IF the Category requires original source data
The About Author block will NOT display IF the the article contains data in the Original Source: Source URL field.
The About Author block will NOT display IF the About Author data is Empty.
The About Author block will NOT display IF the "Display About Author" option is disabled for the Article.
The About Author block will NOT display IF the Category requires original source data
The About Author block will NOT display IF the the article contains data in the Original Source: Source URL field.
HTML:
<xen:if is="{$article.about_author} && ({$category.original_source_required} == 0 && {$article.originalSource.os_source_url} == '')">
<xen:include template="nflj_ams_article_about_author" />
</xen:if>
Upvote
0