Minor - Update plugins README files - refs #2200
parent
fe0e48bd6b
commit
e29d9356b9
@ -0,0 +1,8 @@ |
||||
Date plugin |
||||
=== |
||||
|
||||
This plugin is more of a demo and a plugin example than a real, functional plugin. |
||||
|
||||
It will show the current date in an area of your choice. |
||||
|
||||
The .act.php and .dsp.php files are just remains of a time where we didn't use the Twig templating system. |
@ -0,0 +1,20 @@ |
||||
External Authentication Logout button behaviour plugin |
||||
=== |
||||
|
||||
If you use some other authentication than local Chamilo authentication, you may want to disable the Chamilo logout button and display information about your SSO logout. |
||||
|
||||
With this plugin, you can: |
||||
|
||||
* change the logout URL of the button |
||||
* disable the logout button |
||||
* display it in grey style |
||||
* change the button tooltip on mouseover |
||||
* add an alert message if user click on the button |
||||
|
||||
Related plugins |
||||
--- |
||||
|
||||
Add a button to login using CAS<br/> |
||||
Add a button to logout from CAS<br/> |
||||
Add a button to login using FACEBOOK account<br/> |
||||
Add a button to login using Shibboleth<br/> |
@ -1,15 +0,0 @@ |
||||
README |
||||
<br/><br/> |
||||
If you use some other authentication than local Chamilo authentication, you may want to disable the Chamilo logout button and display information about your SSO logout.<br/> |
||||
With this plugin, you can<br/> |
||||
- change the logout URL of the button<br/> |
||||
- disable the logout button<br/> |
||||
- display it in grey style<br/> |
||||
- change the button tooltip on mouseover<br/> |
||||
- add an alert message if user click on the button<br/> |
||||
<br/> |
||||
Related plugins <br/> |
||||
Add a button to login using CAS<br/> |
||||
Add a button to logout from CAS<br/> |
||||
Add a button to login using FACEBOOK account<br/> |
||||
Add a button to login using Shibboleth<br/> |
@ -1,4 +1,5 @@ |
||||
README |
||||
Follow buttons (or AddThis icons) |
||||
=== |
||||
|
||||
Edit the main/plugin/follow_buttons/index.php file in order to add your settings. |
||||
|
Loading…
Reference in new issue