1. 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)

Discussion in 'AMS Closed Suggestions' started by Bob, Oct 8, 2016.

Tags:
  1. Bob

    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>
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.