I added in this into the coding.
Just the hosted by part. What it ended up doing was creating an extra gap at the bottom of the forum so I went into the css for .footer-distrubted and changed bottom to -80px so it would no longer have a random white gap. (Random white gap that was caused by the {$hostedby} https://i.imgur.com/8cfOnOT.jpg )
Code:
<p style="" class="footer-links">
© Emerald - Powered by <a style="font-weight: bold; font-family: Noto Sans;" href="http://www.mybb.com"> MyBB </a>
{$hostedby}
</p>
Just the hosted by part. What it ended up doing was creating an extra gap at the bottom of the forum so I went into the css for .footer-distrubted and changed bottom to -80px so it would no longer have a random white gap. (Random white gap that was caused by the {$hostedby} https://i.imgur.com/8cfOnOT.jpg )