• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Implemented Hide 'About Author' block for copied articles (Original Source Articles)

Bob

Developer
Staff member
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.

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
This suggestion has been implemented. Votes are no longer accepted.
Back
Top