(Applies to: versions 2.1 and earlier of FusionBB)
Moving the 'generic' particle box from the Main page to the footer_right
(This box the one that says: "FusionBB features particle boxes. Particle boxes are boxes of content from your forum. You can even have custom particle boxes (like this one) containing whatever you want!" )
This is actually part of the template, so you'll need to remove the following code from header_both.php:
FusionBB Features particle boxes. Particle boxes are boxes of content from your forum. You can even have custom particle boxes (like this one) containing whatever you want!
</td>
</tr>
</table>
{$skin['tableclose']}
and place it into the footer_right.php template above, below, or between these lines:
(These lines are template keys that are replaced with the dynamic particle boxes.)