• 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.

Updated Sidebar Share Block

McAtze

Member
AMS Premium
CAS Premium
LD Premium
RMS Premium
SC Premium
UBS Premium
Pick'em
Power Rankings
Sportsbook
I've found a small template issue in xa_ams_article_view at line 690-692. The following code (1) should be covered like this (2). So, there is a small padding around und a little separater at the bottom.

(1)
HTML:
<xf:contentcheck>
    <xf:macro template="share_page_macros" name="buttons" arg-iconic="{{ true }}" />
</xf:contentcheck>

(2)
HTML:
<div class="block-body block-row block-row--separated">
    <xf:contentcheck>
        <xf:macro template="share_page_macros" name="buttons" arg-iconic="{{ true }}" />
    </xf:contentcheck>
</div>

See attachments.. :)

Screenshot 2019-01-08 22.23.26.png Screenshot 2019-01-08 22.23.52.png
 
Upvote 0
This suggestion has been implemented. Votes are no longer accepted.
Back
Top