MyBB Community Forums

Full Version: Side box plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I am testing the side box plugin http://mods.mybb.com/view/sidebox on V1.8.6 and the boxes do display. On the latest threads box I would like the forum name to display, like it does on the portal page. The variable for this is 

<a href="{$thread['forumlink']}">{$thread['forumname']}</a>

from the portal_latestthreads_thread template.

I have copied the newer section of code over from portal.php to the sidebox.php, but cannot get the forum name and link to display. I m guessing a missing global declaration somewhere, or maybe a query needs to be added, but where?