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

Getting Rid of the Showcase Sidebar

Mason

New Member
AMS Premium
Showcase
Is there anyway to completely get rid of the sidebar on the showcase home page? I was able to turn off all of the 'widgets'/sidebar components except the categories block so I went into the template for it and just deleted everything, but I am left with a blank sidebar, instead I would like to have no sidebar at all.

Thanks in advance :)
 
remove the sidebar template include in the template: nflj_showcase_index

at the very end of the template find this line of code and remove it (or comment it out):
HTML:
<xen:include template="nflj_showcase_index_sidebar" />
 
Back
Top