Post by Lau on May 30, 2020 10:55:46 GMT -6
To edit the sidebar information, you need to go into the Admin Panel:
ACP > Themes > Layout Templates (Advanced)> Forum Wrapper
From there, you need to know what you want to edit. You can scroll, or search based on the coding prefixes.
Tab1 : Discord
Tab2 : Info
Tab3 : Staff
Tab4 : Updates
Tab6 : Links
This will be around line 75-85. Copying the code and adding a new line, will allow you to make more tabs, or remove ones we already have.
if you Ctrl+F you can search for "<div id='tabX-content' class='tab-content'>" X, being the tab you want to edit.
The rest is mostly self explanatory, as it's editing raw text.
If you want to add a new staff member, use:
ACP > Themes > Layout Templates (Advanced)> Forum Wrapper
From there, you need to know what you want to edit. You can scroll, or search based on the coding prefixes.
Tab1 : Discord
Tab2 : Info
Tab3 : Staff
Tab4 : Updates
Tab6 : Links
This will be around line 75-85. Copying the code and adding a new line, will allow you to make more tabs, or remove ones we already have.
if you Ctrl+F you can search for "<div id='tabX-content' class='tab-content'>" X, being the tab you want to edit.
The rest is mostly self explanatory, as it's editing raw text.
If you want to add a new staff member, use:
<tr>
<td>
<div class="sidebartext" style="line-height:12px;">
<a href="http://LINK TO PROFILE HERE" title="Click to visit profile!"><div style="width:100px;height:100px;border:5px solid #000;background-image:url(http://placehold.it/100x100);float:right;margin-left:5px;"></div></a>
<div style="background-color:#bd7d94;color:#fff;font:12px yanone kaffeesatz;padding:5px;text-align:center;margin-bottom:5px;border-bottom:2px solid #8a415b;">Staff 2 Name</div>
Aliquam vitae velit elementum, porttitor magna vitae, porttitor risus. Mauris vitae nulla a leo ultrices mollis. Integer rhoncus nisi risus, vel pellentesque quam suscipit a. Fusce sagittis tincidunt faucibus. Nullam varius odio vitae volutpat vulputate. Aenean posuere, eros eu molestie cursus, tellus felis sollicitudin est, eget feugiat enim magna vitae lectus. Donec molestie posuere est id gravida. Curabitur molestie sodales posuere.
</div>
</td>
</tr>
just edit the "float:right" code to "float:left" if you want them to alternate/stagger on the sidebar.