**********************************
* ToggleME v.1.1                 *
* by Cdric CLAERHOUT            *
**********************************

**********************************
*      Addon Presentation        *
**********************************
This addon will allow your users to collapse/expand forum categories on forum page

**********************************
*        Version History         *
**********************************
2011/11/30: v.1.1 
	-Just one cookie to manage toggle memory (in version 1.0 : one cookie per category)
	-The code will now be compatible with addons using 
	 'forum categories' (providing they respect a certain coding pattern)
	
	>>Upload files to update

2011/11/29: v.1.0 release

**********************************
*         Installation           *
**********************************
1) Upload the files on your forum directory
2) Import xml file

**********************************
*        Configuration           *
**********************************
To configure the Appearance of the Collasped category, go to:
admincp=>Appearance=>Style Properties=>Forum / Node List

You will find three new settings:
-Category Strip Collasped 
-Category Strip Collasped Title
-Category Strip Collasped Description


**********************************
* Coding pattern for developers  *
**********************************
>FIRST PARENT TAG : <div class="categoryStrip"> 
	=> FIRST CHILD TAG : <div class="categoryText">
>SECOND PARENT TAG : any TAG (ol, div...)

P.S:
-The first parent tag is the Toggle Head (Toggle control)
-The second parent tag is the element to collapse or expand


**********************************
*          References            *
**********************************
=> Jquery inspiration
http://www.tobypitman.com/multiple-collapsable-panels-with-cookies/
=> xenForo cookie Integration
http://xenforo.com/community/threads/collapsible-sidebar.14475/
Thanks to TFH
