Hi ok.
I found the sassy template, Soz very new to this vb thang.
Ok i have changed the value of width to 300. Unfortunately It hasnt changed the chat box to show the smilies or minimise button.
Heres a portion of the template. The change i made is in red
var winsmilies, winvb;
function raz(){
bouate.message.value="";
}
function ouvresmil(){
var NewFen = true;
if(winsmilies != null)if(!winsmilies.closed)NewFen = false;
if (NewFen)winsmilies = window.open("chatbox.php?page_chat=popupsmil&s="," Smilies","left=600,top=0,width=300 ,height=550,scrollbars=yes,status=no,directories=n o,toolbar=no,location=no,resizable=yes,menuBar=no" );
For what its worth even though its not working correctly i am very impressed at this hack..thanks
|