INSTALL
=======
* Copy both the areyouback.php file and the folder in this zip into the inc/plugins/ folder
* Login to Admin CP and enable the Are you back?-plugin
* Goto Admin CP > Configuration > Settings > Are you back? to change the default delay (86400 seconds = 24 hours)

UPGRADE
=======
* 1.0 -> 1.1: Uninstall completely and Activtate & Install it again.
* 1.1 -> 1.2: Deactivate, copy the updated files to the inc/plugins/ folder and activate the plugin again.

TESTING (optional)
=======
* Set the delay to 0 seconds for testing
* Enable the away status for your account
* The notice should be on top of your board
* Click the "I am back"-link and the notice will disappear and the your away-status is deactivated.
* Set the delay back to whatever you like.


TRANSLATING (optional)
===========
The language files are in inc/plugins/areyouback/lang/ folder
* Copy the english folder and rename that copy to the correct name of your language
* Translate both areyouback.lang.php and admin/areyouback.lang.php


STYLING (optional)
=======
If you would like to give the notices another color to match your theme
go to Admin CP > Templates & Style > Themes. Go into your theme and 
click "Add stylesheet". Give it a name (ex. custom_areyouback.css),
attach it globally and select the radio button "Write my own content".
Then paste in the following code and change the colors to match your theme:

.areyouback_yellow {
	background-color: blue !important;
	border-color: white !important;
}

.areyouback_red {
	background-color: #AAA !important;
	border-color: #DDD !important;
}

And save the stylesheet.