Moderators definitionYou can download 3rd party polls addon in
Downloads section. In the nearest future, I have plans to work on my own version of polls, which can be inserted directly in messages, but not destructing the core of miniBB. It will a very rich addon, with many functions, and it will be released only as paid version.
To make moderators list visible on the first page (under forum menus), edit templates/main_forums_cell.
html file and paste the variable {$moderatorsList} right after {$forum_desc} so for example it looks like this:
<tr class="{$bg}">
<td class="caption1" style="width:5%;text-align:center">
<img src="https://www.minibb.com/forums/img/forum_icons/{$forum_icon}" style="width:16px;height:16px" alt="" /></td>
<td class="caption1" style="width:75%">
<b><a href="https://www.minibb.com/forums/other-1/">{$forum_title}</a></b><br />{$forum_desc}{$moderatorsList}
</td>
<td class="caption1" style="width:10%; text-align:center">{$numTopics}</td>
<td class="caption1" style="width:10%; text-align:center">{$numPosts}</td>
</tr>