Chatbox

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Chatbox

Message par Arabella Jeu 20 Jan 2011, 18:55

Bonjour à tous !
J'ai un petit soucis : j'avais installé une chatbox sur mon forum il y a très longtemps en collant le code de quelqu'un d'autre. Etant donné qu'elle n'était pas spécialement utilisée et qu'une publicité était venue s'y loger (je ne sais pas trop comment), je me suis décidé à la supprimer. J'ai donc effacé ce code du CSS :
Code:
/* Chatbox */
#frame_chatbox {
   border: none !important;
   }
body.chatbox {
   min-width: 450px !important;
   background-image: none;
   padding: 0;
   margin: 0;
   background-color: #FFFDE8;
   }
#chatbox_members {
   position: absolute;
   top: 30px;
   bottom: 30px;
   width: 180px;
   overflow: auto;
   border-right: 1px solid ;
   }
#chatbox {
   position: absolute;
   top: 30px;
   left: 181px;
   right: 0;
   bottom: 30px;
   overflow: auto;
   line-height: 10px;
   }
.chatbox_row_1,.chatbox_row_2,.chatbox_row_3 {
   font-size: 12px;
   }
.chatbox-options {
   text-align:right;
   }
#chatbox_messenger_form .gen,#chatbox_messenger_form .text-field,#chatbox_messenger_form {
   float:right;
   white-space : nowrap;
   }
#chatbox_footer {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 45px;
   }
#chatbox_footer table.text-styles {
   float: right;
   }
#chatbox_footer .text-field {
   float: left;
   }
#chatbox_header {
   height: 30px;
   background-color: #332f24;
   }
#chatbox p {
   line-height: 1.2em;
   }
.chatbox_row_1 {
   padding: 4px;
   background-color: #fffde8;
   }
.chatbox_row_2 {
   padding: 4px;
   background-color: #fffde8;
   }
.chatbox_row_3 {
   padding: 4px;
   background-color: #fffde8;
   }
.memberlist_row_1 {
   padding: 2px 2px 2px 10px;
   background-color: #fffde8;
   }
#chatbox_members .member-title {
   text-align: center;
   padding: 0.5em 0.25em;
   background-image: none;
   font-size: 12px;
   background-color: #fffde8;
   color : #5d7680;
   font-family: Comic sans MS, Arial,Helvetica,sans-serif;
   }
#chatbox_members ul {
   list-style: none;
   margin: 0 0 0 10px;
   }
#chatbox_members ul li {
   margin: 2px 2px 2px 0;
   }
#message,#submit_button{
   border-width: 1px;
   }
.fontbutton {
   padding: 1px;
   cursor: pointer;
   text-align: left;
   }
.fontbutton_normal {
   background: #FFFDE8;
   }
.fontbutton_selected {
   background: #BBC7CE;
   border: 1px solid #22229C;
   }
.fontbutton_clicked {
   background: #959595;
   border: 1px solid #22229C;
   }
.fontbutton_hover {
   background: #FFFDE8;
   border: 1px solid #22229C;
   }
#chatbox .user {
   font-weight: bold;
   }
div#chatbox {
   color: #646e5a;
   }
#chatbox_contextmenu {
    background-color: #fffde8;
    border:1px solid #aaa;
   }
#chatbox_contextmenu p {
   margin:0;
    padding: 1px 4px;
   font-family: verdana, arial, sans-serif;
   background: #;
   border-bottom:1px solid #777;
    }
#chatbox_contextmenu p.hover {
    background: #;
    }
#chatbox_contextmenu p.close {
   background: #ddd;
    padding: 1px;
    font-size: 70%;
    color:#5D7680;
    background: url('');
    }
#chatbox_contextmenu p.close img {
    vertical-align: middle;
    padding-left: 20px;
   }
#chatbox_contextmenu a {
    color: #;
    text-decoration: none;
    font-size: 70%;
   }
#chatbox_contextmenu a:hover {
    color: #;
    }
.fontbutton{
   border:0;
   }
* html #chatbox-members {
   
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   }
* html #chatbox {
   
/* IE expressions helping IE work in Standards mode */
height: expression(( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 3) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 10) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 1) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 1.3) ) + "px");
   }
* html #chatbox-footer {
   
/* IE expressions helping IE work in Standards mode */
width: expression(( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth) - ( (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 0) + (parseInt(document.body.currentStyle.fontSize) * 1.3333333 * 2 * 0) ) + "px");
   }
Seulement ça n'a rien changé, la chatbox est toujours sur mon forum, la seule différence est qu'elle a changé de couleur d'arrière plan... 0_0
Voilà voilà, si quelqu'un a une explication je lui en serais reconnaissante !
Merci d'avance ::fleur::


Dernière édition par Arabella le Jeu 20 Jan 2011, 20:21, édité 1 fois
avatar

Arabella
Nouveau membre

Féminin
Messages : 8
Inscrit(e) le : 08/01/2011

http://magikmenil.forumactif.com
Arabella a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Chatbox

Message par Anzu Jeu 20 Jan 2011, 19:34


Bonsoir,

Il faut désactiver la chatbox. Allez dans PA > Modules > Chatbox > Configuration > Activer la chatbox > Cochez "non"

Cordialement.
Anzu

Anzu
Membre actif

Féminin
Messages : 20685
Inscrit(e) le : 30/08/2007

https://forum.forumactif.com/
Anzu a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Chatbox

Message par Arabella Jeu 20 Jan 2011, 20:21

Bonsoir,
Oui c'est pas bête en effet ! Interrog
Merci beaucoup ! (:
avatar

Arabella
Nouveau membre

Féminin
Messages : 8
Inscrit(e) le : 08/01/2011

http://magikmenil.forumactif.com
Arabella a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum