Log In · Register

 
 
Closed TopicStart new topic
how can i put a chatter box?, any codes?
artzysmartz
post Dec 20 2004, 06:13 PM
Post #1


artzysmartz
***

Group: Member
Posts: 76
Joined: Aug 2004
Member No: 41,209



HOW CAN I PUT A CHATTER BOX ON A XANGA? HEELP!

THANKSS! happy.gif
 
lovescream
post Dec 20 2004, 06:20 PM
Post #2


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



next to the javascript module part, it says.
Follow the directions, put the code in the javascript module place, and you have a chatterbox!
 
artzysmartz
post Dec 20 2004, 06:27 PM
Post #3


artzysmartz
***

Group: Member
Posts: 76
Joined: Aug 2004
Member No: 41,209



nooo i mean i have a skin on my xanga..now how do i put a chatterbox on the skin?
 
rnrn897
post Dec 20 2004, 06:34 PM
Post #4


^ moo...
*****

Group: Member
Posts: 962
Joined: Jun 2004
Member No: 25,212



put the code and position it on the skin using div layering i guess, never tried it before to be honest.

try going to xanga skins and look for a skin with a chatterbox on it - look and analyze how they did it
 
lovescream
post Dec 20 2004, 06:45 PM
Post #5


define our lives for us.
********

Group: Staff Alumni
Posts: 11,656
Joined: Aug 2004
Member No: 43,293



you cant unless it gives you a space to.
Because if you put it there, either the div and the layout will be completely messed up or the layout will go completely balistic.
it happened once for me.
not a lot of layouts give you a space to put a chattabox, though.
so yah.. and if you wanted a chatterbox in a skin just say so. dont just say blankly I WANT A CHATTERBOX.

//edit:
CODEBOX: -> right click -> copy/paste
 
artzysmartz
post Dec 21 2004, 03:39 PM
Post #6


artzysmartz
***

Group: Member
Posts: 76
Joined: Aug 2004
Member No: 41,209



but...does that go in header or footer? end of chatter code or begining?sry...im a beginner with chatterboxes....
am i asking to many qs?

=P
 
sweetdreamsx3
post Dec 21 2004, 04:45 PM
Post #7


Senior Member
*******

Group: Member
Posts: 5,585
Joined: Aug 2004
Member No: 38,082



What kind of skin are you using anyway?
 
misskay
post Dec 21 2004, 04:53 PM
Post #8


F a y t i s d e s t i n y
****

Group: Member
Posts: 214
Joined: Sep 2004
Member No: 49,153



when i have a skin on and there is no space for a chatterbox, i normally put it at the top (b4 the skin code) or i put it as a popup (b4 the skin code)
 
artzysmartz
post Dec 21 2004, 05:09 PM
Post #9


artzysmartz
***

Group: Member
Posts: 76
Joined: Aug 2004
Member No: 41,209



you see...i have a skin on my xanga, and i want to put a chatter box somewhere away from my blog, i tried using the div layers, but there is also another div layers code for the placing of my blog on my xanga and it interferes with it...i cant get the chatterbox in a seperate place and my blog in a seperate place. am i doing something rong? everything goes in header right? and and the div layers code for the chatter box goes before the chatter box right?

ugh...i need serious help...!!
 
HelloSunshine
post Dec 21 2004, 08:22 PM
Post #10


High Voltage!∞
*******

Group: Official Member
Posts: 4,728
Joined: Jul 2004
Member No: 29,157



hmmm...well..do you want it in a custom moduke? please be more specific and say what type of skin you're using and maybe a link to your xanga? thanks! flowers.gif
 
largosama
post Dec 21 2004, 10:39 PM
Post #11


Happy Person
******

Group: Member
Posts: 1,729
Joined: Feb 2004
Member No: 4,674



put a chatterbox in a div, but set visibility to hidden. Then (I improvised here with my own javascript tongue.gif ) use this to hide and show it in a specific position.

Into Website Stats
CODE
<!-- begin code provided by createblog.com -->
<script lanugage="JavaScript">

function showit (whichMenu,whatState){

if (document.getElementById)
{document.getElementById(whichMenu).style.visibility = whatState; }

else {document[whichMenu].visibility = whatState;}

}

</script>

<!-- end code provided by createblog.com -->


and this
CODE
<!-- begin code provided by createblog.com -->

<a href="javascript:showit('chat','visible')">
On</a>/
<a href="javascript:showit('chat','hidden')">Off</a>
<!-- end code provided by createblog.com -->


as the links to show and hide the box. Make sure the div id is "chat"

Have fun laugh.gif
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: