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

Answered Remove SideNav on UBS Index Page

hollosch

New Member
AMS Premium
UBS Premium
Hi Bob,
is it possible to show this page without / hide the categories on the left?

thx,
hollosch

1708512974282.png
 
Solution
Simple template edit can accomplish that :)

Template: xa_ubs_index

Scroll down to the bottom of the template

You simply need to wrap the code in the red block (lines 126-136) with the xf comment tag (as shown in the 2nd screenshot).

Selection_254.png


Here you can see that I've wrapped those lines of code with the XF Comment Tag <xf:comment> .... </xf:comment>

Selection_255.png


And the result will be no Sidenav.

Selection_256.png
Simple template edit can accomplish that :)

Template: xa_ubs_index

Scroll down to the bottom of the template

You simply need to wrap the code in the red block (lines 126-136) with the xf comment tag (as shown in the 2nd screenshot).

Selection_254.png


Here you can see that I've wrapped those lines of code with the XF Comment Tag <xf:comment> .... </xf:comment>

Selection_255.png


And the result will be no Sidenav.

Selection_256.png
 
Solution
Back
Top