Howto sort elements? [RESOLVED]
tchncs
New
Hi there, i added a Mumble viewer into my forums sidebar.
Well, i would prefer to have it above the latest posts box.
Is this even possible?
Would be awesome 

0
Comments
Looks like i am unable to edit my post.
It was originally called ...
<aside>elements.Vanilla just smashed it out of the title.
That's easy!
<aside>is called Vanillas "Panel".You have this entry in
/conf/config-defaults.php:$Configuration['Modules']['Vanilla']['Panel'] = array('MeModule', 'UserBoxModule', 'GuestModule', 'NewDiscussionModule', 'DiscussionFilterModule', 'SignedInModule', 'Ads');Add that line to your
/conf/config.phpand insertMumbleModule(or whatever is the class name of your module) andLatestPostListModuleinto that array and sort it the way you like.To sort the side panel I use the ModuleSort plugin
for a bit more completeness and how to find the info....
Your question is a Frequently Asked Question. So, I figure you might be interested in other frequently asked Questions as well the one you asked.
specifically modules ...
https://vanillaforums.org/discussion/comment/232501/#Comment_232501
https://vanillaforums.org/discussion/28420/frequently-asked-questions
and the tutorials category...
https://vanillaforums.org/categories/tutorials
and the module documentation
http://docs.vanillaforums.com/developer/framework/modules/
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
Thank you very much - in this case i'll try to integrate the Mumble viewer as a module.