Jump to content
IPSGoza

Let's being our Page


We'll need to create our Help Guide page with the manual HTML option. In the content portion, we'll want to insert our html code:

<div class="ipsBox ipsPad">
    <div class="ipsColumns ipsColumns_collapsePhone" id="elGuides_columns">
        {{if \IPS\Request::i()->do !='edit' and \IPS\Request::i()->do !='form'}}
            <div class="ipsColumn ipsColumn_wide" id="HelpBar">
              	<div data-ipssticky data-ipssticky-relativeto="#HelpBar">
                	{block="help_guide_bar"}
              	</div>
            </div>
        {{endif}}
        <div class="ipsColumn ipsColumn_fluid">
            <div class="ipsPadding">
                {database="help-guide"}
            </div>
        </div>
    </div>
</div>

Replace {database="help-guide"} with your database key. If you do not know what your database key is, if the database is  already created it will show on the right side under database. If not, create a database and edit your page again and it will reappear again. 

Lastly, block name can be changed to whatever your want. 

 

 

 

 

 

 

 

 

 

 

 

 

×
×
  • Create New...