]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/ChooseTheme/README.md
Added ChooseTheme plugin to the repository
[quix0rs-gnu-social.git] / plugins / ChooseTheme / README.md
1 ### Choose theme
2 A simple plugin for [GNU social software](http://gnu.io/social/). 
3 The plugin enables the user to select their own theme, independently on site setting and other users.
4 Consider this plugin as experimental.
5
6 #### Enable plugin
7 - Include this code in your GNU social instance. 
8 - Edit your `config.php` to include `addPlugin("ChooseTheme");`
9 (NB: Your plugin directory must then be named ChooseTheme or create a symbolic link to your cloned directory)
10
11 #### How-to
12 - Choose settings from the GNU social menu. Choose 'Theme' on left menu.
13 - Select a theme and press 'Save'.
14
15