Vous êtes ici Forums
  |  Connexion
 Forums
HomeHomeForums DNNForums DNNStratégie - que...Stratégie - que...module messerchat chatmodule messerchat chat
Précédente
 
Suivante
Nouveau message
10/04/2007 11:12
 
Hi boys, how are u?
I have a problem, I have installed messerchat v2.1.0 for DNN 4.3.6+ but I do not want that the written ones are visualized “messerchat” on the background of the chat. Someone of you can help me? thanks a lot. bye
 
Nouveau message
10/04/2007 12:18
 

Hello Alberto,

Could you precise your idea by providing a screenshot ?

seb

 
Nouveau message
10/04/2007 19:19
 
hi seb

i want to delete all writen on the background of the chat

http://img411.imageshack.us/my.php?image=messerchat1pn6.jpg

watch this image.

thanks for your help
 
Nouveau message
10/04/2007 20:56
 
Alberto, on your image, nothing is written on the background of the module, only a white screen.
I've installed the module and looked at the code for somthing CSS Side. Nothing appears, and i've removed all the CSS styles without any effect.
The fact is that the modules set the Style property attribute value within the CodeBehind as you could see on the HTML source of any rendered page with MesserChat module :

div id="dnn_ctr449_ViewMesSerChat_msgContent"
class="Message" Style="height:250;
background-image:url(/WebResource.axd?d=IL2S4uX3_cfunL1-N9cNnJA6zLhL-e2bn2WX-6cqaQypuX7ae43LAQ2&t=633118302987656250);
background-attachment:fixed;"

I've tried any know fix for remove this background, but nothing to do. May be using a JScrpt at PreRender which will search for the right tag and delete his style attribute value could make the things, but i haven't time to develop it now.

You could try to contact the developper and ask him for a version without msgContent attribute style, then you would have to add the following lines in skin.css to have a transparent text display area :
    .Message, .MessageScreen, .Chat {
    background:none;
    background-image: none;
    background-color:transparent;   
    }

Seb
 
Précédente
 
Suivante
HomeHomeForums DNNForums DNNStratégie - que...Stratégie - que...module messerchat chatmodule messerchat chat