Simple Machine Codes
March 29, 2024, 12:24:23 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to SMC, the best place for your SMF For Free Codes
 
  Home Help Search Arcade Gallery Affiliates Code Index Staff List Calendar Members Login Register  

Shoutbox (Build A)

Pages: 1 [2]   Go Down
  Print  
Author Topic: Shoutbox (Build A)  (Read 3637 times)
0 Members and 1 Guest are viewing this topic.
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #15 on: October 21, 2007, 07:24:40 pm »

Your going to have to get your own shoutbox.  Go to cbox.ws to get one.
Report Spam   Logged

Spiritos
Starter

Offline Offline

Posts: 9


View Profile
« Reply #16 on: October 21, 2007, 07:48:01 pm »

I do have my own Shout Box.  How do I get it formatted please?
Report Spam   Logged
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #17 on: October 22, 2007, 02:14:54 pm »

Go to cbox.ws and log-in to it(if you got it from there), and there is a place to change the looks of it.  I don't know exactly where though.
Report Spam   Logged

LaundryLady
Geriatric Goddess
Global Moderator

Offline Offline

Gender: Female
Posts: 290


I'm watching, I have a sense of humor: Guess Who


View Profile
« Reply #18 on: October 22, 2007, 02:36:16 pm »

After you log in to Cbox site, there are links on the left.  You want colors and fonts.

Report Spam   Logged

Tash
Members

Offline Offline

Posts: 26



View Profile
« Reply #19 on: October 22, 2007, 09:02:20 pm »

Thank you both!
Report Spam   Logged
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #20 on: October 22, 2007, 09:33:35 pm »

Your welcome Smiley
Report Spam   Logged

Tash
Members

Offline Offline

Posts: 26



View Profile
« Reply #21 on: October 30, 2007, 09:10:06 pm »

<script>
var board = 10.0;
var topic = 13.0;
var guestview = 0;
var hideboard =1;
var ieforff = 0;
var infos = [];
var infos = [""];
var ieusers = <script type="text/javascript">
function popcbox() {
  cboxwin = window.open("","Cbox","width=640,height=300,toolbar=no,scrollbars=no,status=no,resizable=yes");
  cboxwin.document.write('<html><head><title>Cbox</title></head><frameset rows="*,150" frameborder="0" framespacing="0">');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www3.cbox.ws/box/?boxid=2820554&boxtag=2643&sec=main" noresize="true" scrolling="auto" name="cboxmain" style="border:#00F33F 1px solid;"/>');
cboxwin.document.write('<frame marginwidth="2" marginheight="2" src="http://www3.cbox.ws/box/?boxid=2820554&boxtag=2643&sec=form" noresize="true" scrolling="no" name="cboxform" style="border:#00F33F 1px solid;border-top:0px"/></frameset>');  cboxwin.document.write('<noframes>Cbox needs frames!</noframes></html>');
  try {
    x = screen.width;
    y = screen.height;
    cboxwin.moveTo(Math.max((x/2)-320, 0), Math.max((y/3)-150));
  } catch (e) {};
}
</script>


<a href="JavaScript:popcbox();">Pop up my Cbox[/url]

$("#bodyarea").prepend("<span id='shoutboxff'></span>")
$("#bodyarea").after("<span id='shoutboxie'></span>")
</script>
<script src="http://h1.ripway.com/smcodes/shoutbox.js"></script>
Report Spam   Logged
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #22 on: October 30, 2007, 09:19:03 pm »

You can't use the Javascript version of the cbox.  There is another version that is just plain HTML somewhere on the site.
Report Spam   Logged

Tash
Members

Offline Offline

Posts: 26



View Profile
« Reply #23 on: November 01, 2007, 10:22:59 pm »

You can't use the Javascript version of the cbox.  There is another version that is just plain HTML somewhere on the site.

Hi, Agent, would this be it?  And if so how would I fix it that only logged in members can post there?  I've tried pasting the below code in place of the javascript one, but I still can't get it to work. Huh?


<!-- BEGIN CBOX - www.cbox.ws -->
<div align="center" id="cboxdiv">
<iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#00F33F 1px solid;" id="cboxmain"></iframe>

<iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#00F33F 1px solid;border-top:0px" id="cboxform"></iframe>
</div>
<!-- END CBOX -->
Report Spam   Logged
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #24 on: November 02, 2007, 02:41:04 pm »

You got the right code.  Try this now:
Code:
<script>
var board = 10;
var topic = 13;
var guestview = 0;
var hideboard = 1;
var ieforff = 0;
var infos = [];
var infos = [""];
var ieusers = '<!-- BEGIN CBOX - www.cbox.ws --><div align="center" id="cboxdiv"><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#00F33F 1px solid;" id="cboxmain"></iframe><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#00F33F 1px solid;border-top:0px" id="cboxform"></iframe></div><!-- END CBOX -->'

$("#bodyarea").prepend("<span id='shoutboxff'></span>")
$("#bodyarea").after("<span id='shoutboxie'></span>")
</script>
<script src="http://h1.ripway.com/smcodes/shoutbox.js"></script>

And Sorry,  I can't make it so that only members can post in the IE shoutbox.
Report Spam   Logged

Tash
Members

Offline Offline

Posts: 26



View Profile
« Reply #25 on: November 02, 2007, 10:11:53 pm »

You got the right code.  Try this now:
Code:
<script>
var board = 10;
var topic = 13;
var guestview = 0;
var hideboard = 1;
var ieforff = 0;
var infos = [];
var infos = [""];
var ieusers = '<!-- BEGIN CBOX - www.cbox.ws --><div align="center" id="cboxdiv"><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#00F33F 1px solid;" id="cboxmain"></iframe><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#00F33F 1px solid;border-top:0px" id="cboxform"></iframe></div><!-- END CBOX -->'

$("#bodyarea").prepend("<span id='shoutboxff'></span>")
$("#bodyarea").after("<span id='shoutboxie'></span>")
</script>
<script src="http://h1.ripway.com/smcodes/shoutbox.js"></script>

And Sorry,  I can't make it so that only members can post in the IE shoutbox.

Thanks so much!! Kiss

P.S.  So because I do not have FireFox, even though I'm not logged into the forum, I would still be able to see the Shout Box? 

I'm downloading FireFox now.

I've downloaded FireFox. What would the code for my ChatBox for FireFox be now?  Thanks!

http://coffeechat.smfforfree3.com/index.php

Something is not right somewhere?Huh?  My Shout Box is gone and all I see is the code Sad
« Last Edit: November 02, 2007, 10:38:57 pm by Tash » Report Spam   Logged
Tash
Members

Offline Offline

Posts: 26



View Profile
« Reply #26 on: November 02, 2007, 10:59:38 pm »

My Topic number is 23 now.  I messed up somewhere. 

In the Topic, am I suppose to place the code in there as well?
Report Spam   Logged
Agent Moose
Administrator

Offline Offline

Gender: Male
Posts: 2,672



View Profile WWW
« Reply #27 on: November 03, 2007, 06:36:00 am »


P.S.  So because I do not have FireFox, even though I'm not logged into the forum, I would still be able to see the Shout Box?
Sorry, but no.  IE members can't see the Shoutbox because it will freese there browser
Quote
I'm downloading FireFox now.

I've downloaded FireFox. What would the code for my ChatBox for FireFox be now?  Thanks!

http://coffeechat.smfforfree3.com/index.php

Something is not right somewhere?Huh?  My Shout Box is gone and all I see is the code Sad

Try this for your code now:
Code:
<script>
var board = 19;
var topic = 24;
var guestview = 0;
var hideboard = 1;
var ieforff = 0;
var infos = [];
var infos = [""];
var ieusers = '<div align="center" id="cboxdiv"><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#00F33F 1px solid;" id="cboxmain"></iframe><iframe frameborder="0" width="640" height="150" src="http://www3.cbox.ws/box/?boxid=2820554&amp;boxtag=2643&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#00F33F 1px solid;border-top:0px" id="cboxform"></iframe></div>'

$("#bodyarea").prepend("<span id='shoutboxff'></span>")
$("#bodyarea").after("<span id='shoutboxie'></span>")
</script>
<script src="http://h1.ripway.com/smcodes/shoutbox.js"></script>
Report Spam   Logged

Agent Moose Jr.
Ultra Contagious
Global Moderator

Offline Offline

Gender: Male
Posts: 1,045



View Profile WWW
« Reply #28 on: January 04, 2008, 01:19:42 pm »

nice job
Report Spam   Logged

Newest:

Pages: 1 [2]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy