How to add block in the Sidebar?

  • I wonder, how can add block block in the Sidebar?


    Also, how do i remove the "Display Options" block from the sidebar?


    Thanks!

  • Here is my turn to answer:


    Go to ACP -> Customizations -> Templates -> Search for "boardSidebar"


    Or


    Go to your FTP client. Novigate to the file /forum/templates/boardSidebar.tpl


    Replace the following code:

    With the following:


    Code
        <div id="sidebarContainer">
            
                <h2 class="boxTitle">Test</h2>
                
                <div class="boxContent">
                This is a test block
                </div>
    
        </div>


    This will Remove the "Display Options" as well

  • Go to ACP -> Customizations -> Templates -> Search for "boardSidebar"

    Yes

    Or


    Go to your FTP client. Novigate to the file /forum/templates/boardSidebar.tpl

    NO. This will be overwritten anytime your style is overwritten either by an update or general system cache. You should avoid manual file edits.

    Love is love. * Liebe ist Liebe.


    Meine Muttersprache ist Japanisch. Ich schreibe in Englisch, um ins Deutsche zu übersetzen. Bitte haben Sie Geduld mit mir. https://www.deepl.com/translator

  • Yes

    NO. This will be overwritten anytime your style is overwritten either by an update or general system cache. You should avoid manual file edits.

    I just saw i cant edit the templates. Even if i change CHMD for files to be on 777


    How do i enable template edits?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!