Changeset 112563 in spip-zone
- Timestamp:
- Nov 29, 2018, 6:38:44 AM (2 years ago)
- Location:
- _plugins_/chatbox2/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/chatbox2/trunk/css/chatbox2.css
r112553 r112563 1 1 .pano_auteurs { 2 2 position: fixed; 3 /*z-index:10;*/4 3 right:10px; 5 4 top: 60px; … … 14 13 } 15 14 16 .pano_auteurs p.pagination {17 margin: 0;18 margin-top: 5px;19 }20 .pano_auteurs p.pagination ul li {21 padding: 0;22 height: 1.5em;23 }24 15 button.openChat { 25 16 clear:both; … … 47 38 margin: 1px; 48 39 } 40 .pano_auteurs p.pagination { 41 margin: 0; 42 margin-top: 5px; 43 } 44 .pano_auteurs p.pagination ul li { 45 padding: 0; 46 height: 1.5em; 47 } 48 49 49 .chatbox2 { 50 50 position: fixed; … … 200 200 table.formulaire_chat {width:100%;background:transparent;border-collapse: collapse;border:0;font-weight:normal;margin:3px 0} 201 201 table.formulaire_chat tr, table.formulaire_chat td {border: 0;padding: 0;vertical-align: top;line-height: 1.2em;} 202 table.formulaire_chat td.tdsubmit {width: 3 0px;padding: 0 1px}202 table.formulaire_chat td.tdsubmit {width: 34px;padding: 0 1px} 203 203 td.tdCamera { 204 204 width: 27px; -
_plugins_/chatbox2/trunk/readme.txt
r112553 r112563 1 2 Plugin de chatbox privées auteur 2 auteur connecté 1 3 2 4 3 Ce plugin fonctionne avec les blocs dépliables, option cookie activée 5 INSTALLATION 4 6 7 Fonctionne avec les blocs dépliables, option cookie activée 5 8 #BLOC_TITRE{314} <i class="fas fa-comments"></i> 6 9 #BLOC_DEBUT … … 8 11 <div class="blocs_title">Chatbox Show||Chatox Hide</div> 9 12 #BLOC_FIN 10 </div>11 13 12 14 Les messages sont enregisté dans la table spip_messages, cela changera peut-être, ou pas... 15 16 TODO 17 18 - Passer les boites en open new window individuelle pour éviter qu"elles tournent toutes en fond 19 - Pouvoir attacher un document à un message spip en première intention (avant qu'il ne soit enregistré) mais il faudrait débugger l'organiseur privé qui le propose alors que cela ne fonctionne pas. Il y a un ticket à ce sujet déposé par BB. 20 - Gestion de chatbox par groupe d'auteurs
Note: See TracChangeset
for help on using the changeset viewer.