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.

full width container..

Discussion in 'AMS Support' started by blatchy, Feb 17, 2020.

  1. blatchy

    blatchy Member AMS Pickem Power Rankings Sportsbook Survivor

    I am in the xa_ams_index_modular template..

    How would I go about adding a full width container under

    Code:
    <xf:widgetpos id="xa_ams_modular_index_main" />
    
    <xf:widgetpos id="xa_ams_modular_index_sidebar" position="sidebar" />
    Putting my widget underneath "sidebar" keep my widget in the article container.
     
  2. Bob

    Bob Developer Staff Member

    Pretty sure you'd have to use a custom page container to do that (which would also involved editing the controller to use that custom page container).
     
    blatchy likes this.
  3. blatchy

    blatchy Member AMS Pickem Power Rankings Sportsbook Survivor

    Thanks.

    You got me thinking though and I just went and used one of the advertising positions and used a display conditional.
     
  4. blatchy

    blatchy Member AMS Pickem Power Rankings Sportsbook Survivor

    My display conditional doesnt seem to work though

    Code:
    <xen:if is="{$contentTemplate} == 'xa_ams_index_modular'">
    
    <xf:widget key="test" />
    
    </xen:if>
    It still shows on every page.

    Back to the drawing board
     
  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.