Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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.