Put Dismiss Message on the top of Categories in Side Panel

edited July 2011 in Vanilla 2.0 - 2.8
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 :(

Answers

  • Ok, I found the answer... I just later realized it was related with sorting the Panel elements:)

    Anyway, I put my config like this:

    $Configuration['Modules']['Vanilla']['Panel'] = array('NewDiscussionModule', 'SignedInModule', 'GuestModule', 'MessageModule', 'Ads');
  • Nice thanks for sharing your answer. I didn't figure that one out yet, though I had wondered if you could sort the modules similar to the way you can the menu. The menu I sorted directly in the data, however, through another discussion here.
  • Let me know if I can be of any help Zodiac!
    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.
Sign In or Register to comment.