-
Notifications
You must be signed in to change notification settings - Fork 33
FAQs
Jordan Mussi edited this page Aug 23, 2013
·
2 revisions
This issue is likely caused by having the myalerts.js file in your headerinclude more than once. To correct this, open the headerinclude template and remove any duplicate references to MyAlerts.
Admin CP -> Templates & Style -> Themes -> *THEME* -> global.css -> Advanced Mode
Find this block:
#panel .lower {
background: #efefef;
color: #999;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
overflow: hidden;
padding: 5px;
}
Replace it with this:
#panel .lower {
background: #efefef;
color: #999;
border-top: 1px solid #fff;
border-bottom: 1px solid #ccc;
padding: 5px;
}
Then modify the header_welcomeblock_member template. Find the second last </div>
and add this before it:
<div class="clear"></div>
Shade has kindly created a script to enable alerts for all existing board members. This is now included in the MyAlerts package and can be run by clicking the link in the plugin description in the Admin CP or run via the PHP CLI (recomended).