A small team list, in which the user can look wehr admin, mod, etc. is, you just need to img the folder, and folder local customize finished.
Live view is available here
https://champstyle.de/team
Few things wrong here.
li.menu-section-item-calendar:before {
/* this replaces the icon '>' or content: "\f073" */
content: url(<?php echo ossn_site_url('components/calendar/image/calendar.png');?>) !important;
}
Needs to be something like this
li.menu-section-item-teamlist:before {
content: "\f11c" !important
}
Icon layout cheat sheet: https://astronautweb.co/snippet/font-awesome
<head>
<script src="components/Teamlist/plugins/default/team/css/team.php"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</head>
Don't needed as it is included already.
In css, you used "div=container" as an main page layout, when inside, it shifts to the right.
I recommend using "col-md-11"
Important, in description its better to mention that you need to add admins, mods, pictures, links Manually!
Sorry for my english is not that good. I am happy if you like it
This is an awesome idea, need to be translated to English so that most of my members can read it. Other to this it looking good and opens many opportunities.
Thanks Andre