Skip to content
Snippets Groups Projects

A web-based sbbsctrl implementation

Merged Rick Parrish requested to merge Ree/sbbsctrl into master
2 unresolved threads
Files
5
<div class="tab-pane fade sbbsctrl-panel <? write(argv[0]); ?>" id="documentationTab">
<div class="panel panel-default">
<div class="panel-body">
<h3>Customizing the panel layout</h3>
<p>
By default, my preferred layout is used for the panels on this web-based SBBSCTRL interface.
If you'd like to restore the default layout of the panels, you can edit your ctrl/modopts.ini and add these keys/values to the [web] section:
</p>
<ul>
<li>sbbsctrl_quadrant_top_left=nodes,clients,statistics</li>
<li>sbbsctrl_quadrant_top_right=mail</li>
<li>sbbsctrl_quadrant_bottom_left=term,events</li>
<li>sbbsctrl_quadrant_bottom_right=srvc,ftp,web</li>
</ul>
<p>
Of course you can customize the layout by changing the order of the values, or even moving them to a different quadrant. And if you want
to hide a panel, just don't include it as a value in any of the four keys.
</p>
<p>
You may want to also include "configuration" as a value at the end of one of the four keys, just in case this panel is updated with new
information in the future.
</p>
<div class="sbbsctrl-scrolling-table">
<div class="panel panel-default">
<div class="panel-body">
<h3 style="margin-top: 0;">Enabling the Configure buttons</h3>
<p>
By default, the configure buttons are not enabled. This is because it's still an experimental feature and not recommended
for use yet. But if you'd like to test it out, <strong>and have backed up your sbbs.ini first</strong>, you can enable
the configure buttons by adding this key/value to the [web] section of ctrl/modopts.ini:
</p>
<ul>
<li>sbbsctrl_configuration_enabled=true</li>
</ul>
<h3>Customizing the panel layout</h3>
<p>
By default, my preferred layout is used for the panels on this web-based SBBSCTRL interface.
If you'd like to restore the default layout of the panels, you can edit your ctrl/modopts.ini and add these keys/values to the [web] section:
</p>
<ul>
<li>sbbsctrl_quadrant_top_left=nodes,clients,statistics</li>
<li>sbbsctrl_quadrant_top_right=mail</li>
<li>sbbsctrl_quadrant_bottom_left=term,events</li>
<li>sbbsctrl_quadrant_bottom_right=srvc,ftp,web</li>
</ul>
<p>
Of course you can customize the layout by changing the order of the values, or even moving them to a different quadrant. And if you want
to hide a panel, just don't include it as a value in any of the four keys.
</p>
<p>
You may want to also include "configuration" as a value at the end of one of the four keys, just in case this panel is updated with new
information in the future.
</p>
</div>
</div>
</div>
</div>
Loading