pomEvery topic in miniBB has its own ID. So we don't need to invent the wheel I guess and what you could do, is just to create a special HTML page or even paste the following HTML in the footer file:
<!--view topic by ID form-->
<table class="tbTransparent">
<tr>
<td class="caption3"><form action="https://www.minibb.com/forums/{$indexphp}" method="get" class="formStyle">Enter topic ID to view quickly: <input type="hidden" name="action" value="vthread" /><input type="text" name="topic" size="10" class="textForm" /><input type="hidden" name="forum" value="1" /> <input type="submit" value="Go" class="inputButton" /></form></td>
</table>
<!--/view topic by ID form-->It should produce the following form:
So just knowing topic ID which is displayed in every URL, you could refer your friends and enemies to that topic I suppose.