Skip to content
Jordan Mussi edited this page Aug 23, 2013 · 2 revisions

Frequently Asked Questions

The dropdown in the header opens then closes really quickly, why?

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.

I have some issues in Apart, how can I fix this?

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>

How do I enable alerts for existing users?

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).