silvereye/background_changer
Allow user to change background of Roundcube
Installs: 526
Dependents: 0
Suggesters: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 1
Type: roundcube-plugin
1.1
2014-04-12 09:15 UTC
Requires
- php: >=5.2.1
Roundcube Requirements
- min-version: 0.9.2
README
RoundCube plugin for changing background like gmail
How to:
- add background_changer to the plugin list in "main.inc.php"
- copy background_changer folder to plugin folder
- open
html"program/steps/utils/save_pref.inc "
in text editor. in $whitelist array add 'background_changer'. after that array will look like this$whitelist = array( 'preview_pane', 'list_cols', 'collapsed_folders', 'collapsed_abooks', 'background_c', );```
- go to your default skin , in this case assuming skin larry. open "larry/include/header.html" in text editor
add below line at the end of file.
<script> var background_c = "<roundcube:var name="config:background_c" />"; </script>
- background can be change from settings page
How to add or remove background in base:
- open config.inc.php file
- add background url in "background_images" array
- add background thumbnail in "background_images_background" array
- copy both image and its thumbnail version to images folder inside background_changer directory
To Contact
email: info@silvereye.co website: http://www.silvereye.co/