Chatbox

Presty Willow

Reputable
Joined
Dec 17, 2008
Messages
154
Reaction score
0
FP$
6
I want to put a chatbox on my forum at the bottom of my site. I found one not too far back and I like it because I can moderate the posts and it refreshes quickly and it generally easy to use. Not to mention it matches my site's colors PERFECTLY. The only bad part is the adds that have collected at the bottom of all the posting. Look Here: Http://z13.invisionfree.com/biotech_university

I either want to get the ads out ((there's no html to do so, I already checked)) or have another chatbox recommended. Any suggestions?
 
As the service is free they add adverts to cover the cost of running their site and the bandwidth and development that has gone into the project.

Most chatbox services have ads of some sort on the chatbox to cover their costs. I can't think of one at the moment without ads. Someone else might be able to.
 
I do but you won't like the service, and likely neither will your members. But here you go just the same.....

check this one out here!

It's free and has several templats to choose from (not as many as the one your using now but still), it has automatic word filter, and some other relatively standard features. However refresh is like once a minute (not that good) so you'll have to keep hitting the refresh at the far right.

There is also the option of a chatango. Alot of people seem to like those, but people (like me) who have browsers that don't support the level of Flash that they use won't be able to use it.

Still, I hope I helped.
 
I added the C-box and customized it so that it looks more compatible with my site. It's fine so far. Thanks for your help. =]
 
Are talking about people posting there urls or you're talking about the url/email box thingy.
If you want the cbox to be intergrated here is a box.
I found on forumer.
/* CODED by: MasterVision (2008.01.15)*/
/* MOD Name: Modified CBOX */
<script language='Javascript' type='text/javascript'>
function RefreshMessage()
{
msg=document.getElementsByName("cboxmain")[0];
msg.src=msg.src;
setTimeout("RefreshMessage()",15000); //time interval to wait in milliseconds (1sec = 1000 milliseconds)
}

function clearTextBox(){
if(document.mvForm.temp_pst.value != null)
document.mvForm.temp_pst.value = "";
}

function ShoutMe(mv){
if("{ibf.member.name}" != "Guest"){
mv.pst.value = mv.temp_pst.value;
}else{
mv.pst.value = "WELCOME! You may need to <a href='http:///index.php?=Login&CODE=00]LOGIN</a> or <a href='http:///index.php?act=Reg&CODE=00]REGISTER</a> to see your message (by: Admin)";
}
mv.temp_pst.value = "";
RefreshMessage();
return true;
}

function smilie(txt){
if(document.mvForm.temp_pst.value == "Type here...")
document.mvForm.temp_pst.value = "";
document.mvForm.temp_pst.value += ' ' + txt + ' ';
document.mvForm.temp_pst.setFocus();
}
</script>

<table width='100%' border='1'>
<tr>
<td align="center"><div style="overflow:auto; width:250px; height: 250px;">
<font size="3" color="slateblue"><b>SMILIES</b></font><hr><br/><br/>
<img src="http://www.filehive.com/files/0502/tiphat.gif" alt=":tiphat:" style="cursor😛ointer;" onClick="smilie(':tiphat:');"></a>
<img src="http://www.filehive.com/files/0203/action-smiley-066.gif" alt=":wave:" style="cursor😛ointer;" onClick="smilie(':wave:');"></a>
<!-- YOU CAN ADD MORE SMILIES AS MANY AS YOU WANT.. just make it sure that you have the similar smilies/command in your ShoutBox Server -->
</div>
</td>
<td>

<!-- YOUR CBOX CODE HERE -->
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="95%" height="245" src="http://www.cbox.ws/box/?boxid=886543&amp;boxtag=0210&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#DBE2ED 1px solid;" id="cboxmain"></iframe><br/>
</div>
<!-- Second iframe code should be deleted -->
<!-- END CBOX -->


<!-- MESSAGE Sending FORM -->
<form target="cboxmain" action="http://www.cbox.ws/box/index.php?boxid=886543&amp;boxtag=0210&sec=submit" method="post" name="mvForm" onsubmit="ShoutMe(this)">
<input type="hidden" name="nme" value={ibf.member.name}>
<input type="hidden" name="pst" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Message: </b><input type="text" id="temp_pst" value="" name="temp_pst" size="85%">
<input type="submit" name="sub" value="Enter">
</form>
<form target="cboxmain" action="http://www.cbox.ws/box/index.php?boxid=886543&boxtag=0210&sec=main" method="post">
<input type="submit" value="Refresh" name="refresh">
</form>
</td></tr>
</table>



THE phrase URL: "http://www.cbox.ws/box/index.php?boxid=886543&boxtag=0210" from the last 3 red coloured URLs should be the same with your Cbox Link, or else it wont work.
 
Actually, they are already using this c-box but a simpler version of the code which was received from the source site via the url I provided in my post above.
 
Yea, but you don't have type your name. It's integrated into your site. Or just get Shoutx.
 
I like the integrated aspect of this new shoutbox idea but I don't exactly know how to mess with the html to get it to work. Help?
 
Back
Top Bottom