Is there a way to move the Latest Post List to the top of the sidebar?
see this link for sorting various things....
you want to sort panels via a confiig statement in config.php
http://vanillaforums.org/discussion/comment/163830/#Comment_163830
Put 'LatestPostListModule' in the array e.g. in the order you want.....
e.g.
$Configuration['Modules']['Vanilla']['Panel'] = array('LatestPostListModule','WhosOnlineModule', 'TagModule', 'BookmarkedModule', 'CategoriesModule', 'GuestModule', 'Ads');
other example questions of a similar nature:
http://vanillaforums.org/discussion/20698/move-bookmarked-discussions-to-bottom-of-sidebar/p1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Comments
see this link for sorting various things....
you want to sort panels via a confiig statement in config.php
http://vanillaforums.org/discussion/comment/163830/#Comment_163830
Put 'LatestPostListModule' in the array
e.g. in the order you want.....
e.g.
other example questions of a similar nature:
http://vanillaforums.org/discussion/20698/move-bookmarked-discussions-to-bottom-of-sidebar/p1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.