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

blatchy

Member
AMS
Pick'em
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.
 
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).
 
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).

Thanks.

You got me thinking though and I just went and used one of the advertising positions and used a display conditional.
 
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
 
Back
Top