Moving The OnlineNow
Zarcon
New
I read some posts that will allow me to rearrange the panel side of the forum by adding something like this to my config.php file
$Configuration['Modules']['Vanilla']['Panel'] = array('OnlineNowModule','LatestPostListModule'....etc, etc..
However, I want to keep the first two sections (circled in red below) where they currently are. Does anyone know that 'Module' name these 2 are?

0
Comments
MeModule, NewDiscussionModel, and DiscussionFilterModule.
Some themes include the me module in the master template. If that is the case, you cannot change the sort order of the module.
Use the sort module plugin ...
Perfect! Thanks to you both