domino777
08-28-2004, 06:05 AM
does anyone know the code for making a chatter box in it's own module on the left side? i want it to go under my blogrings module??? is that possible? thanks!
|
View Full Version : sry another question :/ domino777 08-28-2004, 06:05 AM does anyone know the code for making a chatter box in it's own module on the left side? i want it to go under my blogrings module??? is that possible? thanks! CKY Chick 08-28-2004, 06:11 AM if you take out your old modules and put in new ones you can. domino777 08-28-2004, 06:49 AM i tried a code for that once and it didnt work... i found a code for just adding a new module heres the code for adding the new module: <script> titleContent = 'module title'; moduleContent = 'module content'; sub = subTitle.parentNode.parentNode.parentNode.parentNo de.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> and heres the code for the chatterbox: <!-- Flooble chatterbox for justalittlebitspecial777 start --> <script language="javascript"> var chatterbox = 'no'; </script> <script language="javascript" src="http://chatter.flooble.com/chatter.php?js=true&id=justalittlebitspecial777&sid=1697543"> </script><noscript> <a href="http://chatter.flooble.com/chatter.php?id=justalittlebitspecial777&sid=1697543&popup=true&w=480&h=400" target="flooblechatterbox" onClick="window.open('about:blank','flooblechatterbox','too lbar=no,location=no,directories=no,status=no,menub ar=no,scrollbars=yes,resizable=no,copyhistory=no,w idth=480,height=400');return true;"> <img src="http://img.flooble.com/images/chatter/chaticon.gif" border="0" align="absbottom">Talk</a> in my <a href="http://chatter.flooble.com/">flooble chatterbox, a free javascript chat tag board / shoutbox / tagboard program for your xanga, diary, blogger or weblog</a> | <a href="http://perplexus.info/about.php">free puzzle of the day</a> </noscript> <script language="javascript"> if (!chatterbox || chatterbox != 'ok') { document.write('This <a href="http://chatter.flooble.com/">flooble chatterbox</a> is'); document.write(' temporarily unavailable. It will be back up shortly.'); } </script> <!-- Flooble chatterbox for justalittlebitspecial777 end --> i tried putting the "chatterbox code" into the "add module code" where it says module content but it got all screwed up and didnt work??? can someone tell me how to get the chatterbox code into the module?? thanks sooo much! :cheer2: CKY Chick 08-28-2004, 07:25 AM that one doesn't support the chatterbox like adding all new custom modules does, if you're doing it right it should work because that's what i use on my site and it works fine... domino777 08-28-2004, 09:01 PM can u tell me where you got the code for yours please? oincubusx 08-29-2004, 12:01 AM i think the code you put is the one that doesnt support HTML in the module.... domino777 08-29-2004, 02:24 AM oo ok... does anyone know the code for the one that does support html????? thanks a bundle~! domino777 08-29-2004, 07:34 PM or where i can like get it? JiNgLeBeLLz77 08-29-2004, 08:18 PM there is not a code for one single custom module that allows html codings in it... |