Put Dismiss Message on the top of Categories in Side Panel
I'm using the Dismiss Messages to put my Google Adsense code... It works great!
But how can I put a dismiss message on the top of the categories? Below sign in and on the top of the categories... I do have a little knownledge of PHP but not MVC Architecture (great practice btw) and it's driving me crazy... Please help
But how can I put a dismiss message on the top of the categories? Below sign in and on the top of the categories... I do have a little knownledge of PHP but not MVC Architecture (great practice btw) and it's driving me crazy... Please help

0
Answers
Anyway, I put my config like this:
$Configuration['Modules']['Vanilla']['Panel'] = array('NewDiscussionModule', 'SignedInModule', 'GuestModule', 'MessageModule', 'Ads');
Bear in mind that the real answer to my problem was inserting the "MessageModule" inside the array, after GestModule. (in config-defaults.php) --> play around to check the differences.