How to add a top button?
The Members list button should show up as default.
But to add your own button, you'll need to edit the navbar template.
Navigation / Breadcrumb Templates > navbar
Look for:
<ul id="tb-icons">
<li id="tb-logo"><a href="../../unavailable.html" title="$vboptions[bbtitle]"></a></li>
Then add your toolbar icon where you want it, with the following (change to fit your needs)
<li id="tb-itemname"><a href="../../unavailable.html"><img src="../../unavailable.html" alt="" />
Link Name</a></li>
Aqua-Soft Forums