| Author |
Message / Information |
GM Pip

Quote | Reply |
| how can I posted on: 7/4/2003 8:57:39 PM how can I add smilies to like my shout box on my website see I have my shout box and I have this
<DIV><td bordercolor="#FF4500"><div align="center"><A href="javascript:addsmilie(' ')" ><img src="http://activetopic.com/images/icon_smile.gif"></A> <A href="javascript:addsmilie(' ')" ><img src="http://activetopic.com/images/icon_wink.gif"></A> </DIV>
but for some reason I am not sure why but when I click on the smilie it doesnt add it in the msg can anyone help me? |
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/5/2003 5:04:06 AM
I wrote something on that earlier.
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/5/2003 5:08:20 AM
Here you go
Ok first give your shoutbox a name.
Go to the active topic site and open your themes page.
Find this code, should be near the top: <form method="post" action="http://www.activetopic.com/engine.post.generate">
Ok, change it to this: <form method="post" action="http://www.activetopic.com/engine.post.generate" name = "Shoutbox">
Now add this into your intro part on chat area. <script type="text/javascript"><!-- function addsmilie(which) { val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
Then add this into a layer <table width="100%" height="51" border="1"> <tr> <td bordercolor="COLOUR"><div align="center"> <a href="javascript:addsmilie(' SMILY CODE HERE ')"><img src="LINK TO SMILY"></a> </tr> </table>
SMILY CODE = ' ' would bring up the smily face smily
LINK TO SMILY = Ummm the url "http://www.here.com/smily.gif"
I hope that helped.
|
GM Pip

Quote | Reply |
This message was updated on 7/5/2003 8:28:27 AM by GM Pip
|
how can I
replied on: 7/5/2003 8:25:13 AM
well how do I add it to a layer? I am confused cause I'm not very good with Java or HTML
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/6/2003 3:34:08 AM
<div id="Layer1" style="position:absolute; left:6px; top:720px; width:209px; height:750px; z-index:1;"> THE **** I SAID TO PUT IN THE LAYER GOES HERE </div>
Left = Where it appears from the left of the screen
Top = From the top
That should work
|
GM Pip

Quote | Reply |
|
how can I
replied on: 7/6/2003 8:09:20 PM
this is what I have and for some reason the smilies won't add and I can't get my chat box anywhere except the top I added it to a layer and it went right on top of the smilies
<!-- Begin Activetopic.com Shoutbox JavaScript Code --> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.activetopic.com/output.js?i=17675&p=st"></SCRIPT> <!-- End Activetopic.com Shoutbox JavaScript Code --> </DIV></right></DIV></DIV></DIV>
<script type="text/javascript"><!-- function addsmilie(which) { val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
<div id="Layer1" style="position:absolute; left:6px; top:720px; width:209px; height:750px; z-index:1;"> <table width="100%" height="51" border="1"> <tr> <td bordercolor="COLOUR"><div align="center"> <a href="javascript:addsmilie(' ')"><img src="http://activetopic.com/images/icon_smile.gif"></a> <A href="javascript:addsmilie(' ')" ><img src="http://activetopic.com/images/icon_wink.gif"></A> </tr> </table> </div>
thats the code that I have
|
Kaiser_Sosae

Quote | Reply |
This message was updated on 7/6/2003 9:17:34 PM by Kaiser_Sosae
|
how can I
replied on: 7/6/2003 8:58:47 PM
did you do this step
Do this at www.activetopic.com In your themes section.
Find this code, should be near the top:
<form method="post" action="http://www.activetopic.com/engine.post.generate">
Ok, change it to this: <form method="post" action="http://www.activetopic.com/engine.post.generate" name = "Shoutbox">
If so then i think i no where the porblems is.
You have put it all in the same layer.
I will do this step by step for you.
Step 1:
Do this at www.activetopic.com In your themes section.
Find this code, should be near the top:
<form method="post" action="http://www.activetopic.com/engine.post.generate">
Ok, change it to this: <form method="post" action="http://www.activetopic.com/engine.post.generate" name = "Shoutbox">
Step2:
Copy and paste this, im using your code you gave me
<div id="Layer1" style="position:absolute; left:6x; top:?x; width:?x; height:?x; z-index:1; overflow=auto;"><!-- Begin Activetopic.com Shoutbox JavaScript Code --> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.activetopic.com/output.js?i=17675&p=st"></SCRIPT> <!-- End Activetopic.com Shoutbox JavaScript Code --> </DIV></right></DIV></DIV></DIV></div>
NB: Make Sure you plave your co-ordinates / pixels where i have put question marks.
Step3:
Add this code to the the Society Introduction
<script type="text/javascript"><!-- function addsmilie(which) { val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
You should place at the very top.
Step4:
This is for the smily Box
<div id="Layer2" style="position:absolute; left:6px; top:?px; width:?px; height:?px; z-index:1;"> <table width="100%" height="51" border="1"> <tr> <td bordercolor="COLOUR"><div align="center"> <a href="javascript:addsmilie(' :) ')"><img src="http://activetopic.com/images/icon_smile.gif"></a> <A href="javascript:addsmilie(' ;) ')" ><img src="http://activetopic.com/images/icon_wink.gif"></A> </tr> </table> </div>
Ok, I used your code, so, just copy and paste what i have written in. But remembere to change the layer co-ordinates and pixels to what you want!.
Cheers Dave.
|
GM Pip

Quote | Reply |
|
how can I
replied on: 7/7/2003 5:36:01 AM
it still doesnt work. . . . and I can't get them both on the side the shout box will go to the top but the smilies are on the side or they are in the shoutbox so its hard to type stuff
<script type="text/javascript"><!-- function addsmilie(which) { val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
<div id="Layer1" style="position:absolute; left:6x; top:6x; width:51x; height:10x; z-index:1; overflow=auto;"><!-- Begin Activetopic.com Shoutbox JavaScript Code --> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.activetopic.com/output.js?i=17675&p=st"></SCRIPT>
<div id="Layer1" style="position:absolute; left:6px; top:?px; width:?px; height:?px; z-index:1;"> <table width="100%" height="51" border="1"> <tr> <td bordercolor="COLOUR"><div align="center"> <a href="javascript:addsmilie(' ')"><img src="http://activetopic.com/images/icon_smile.gif"></a> <A href="javascript:addsmilie(' ')" ><img src="http://activetopic.com/images/icon_wink.gif"></A> </tr> </table> </div>
<!-- End Activetopic.com Shoutbox JavaScript Code --> </DIV></right></DIV></DIV></DIV></div>
<script> type="text/javascript"><!-- val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
thats what I have
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/7/2003 10:21:51 PM
Ok this is what you should have
<script type="text/javascript"><!-- function addsmilie(which) { val = document.Shoutbox.message.value; document.Shoutbox.message.value = val + which; } --></script>
<div id="Layer1" style="position:absolute; left:6x; top:6x; width:51x; height:10x; z-index:1; overflow=auto;"><!-- Begin Activetopic.com Shoutbox JavaScript Code --> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.activetopic.com/output.js?i=17675&p=st"></SCRIPT></div>
<div id="Layer2" style="position:absolute; left:6px; top:6px; width:150px; height:80px; z-index:1;"> <table width="100%" height="51" border="1"> <tr> <td bordercolor="COLOUR"><div align="center"> <a href="javascript:addsmilie(' ')"><img src="http://activetopic.com/images/icon_smile.gif"></a> <A href="javascript:addsmilie(' ')" ><img src="http://activetopic.com/images/icon_wink.gif"></A> </tr> </table> </div>
Try that, if this doesn't work, what you could do is, change your pass to something, tell me it, then i will do it for you. The change your pass back to what it used to be, however, thats if you want to trust me.
|
GM Pip

Quote | Reply |
|
how can I
replied on: 7/8/2003 7:52:55 AM
check your e-mail on chatarea
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/8/2003 5:55:29 PM
I need to know your active topic password aswell, as your shout box won't even shout ****.
Also, i suspect the problem, is there, not with the code i have just put on your site.
Cheers, Dave
|
GM Pip

Quote | Reply |
This message was updated on 7/9/2003 2:14:23 PM by GM Pip
|
how can I
replied on: 7/9/2003 2:10:40 PM
ok well I changed the pass to the same as my pass here that I told you and the username is Pip and can you change the colors of the font I can't figure it out I want the font white but when I type its BLUE and I cant see what I type cause the blue likes blends in with the black
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/9/2003 11:34:34 PM
Sorry about the many times i asked for ya user name, i am very tired.
Ok, i fixed your shoutbox, it actually works now, unlike before, also i got the smily box working.
If i get a chance i will fix your colours but at the moment im tied up, making a site.
Cheers, Mike
|
GM Pip

Quote | Reply |
|
how can I
replied on: 7/10/2003 8:19:39 AM
ok well thank you, I am going to change my chatarea pass back but my active topic will stay the same for a while thanks again
|
Kaiser_Sosae

Quote | Reply |
|
how can I
replied on: 7/10/2003 9:23:45 PM
Ok, well seeya later. Hope i helped
|
GM Pip

Quote | Reply |
|
how can I
replied on: 7/10/2003 9:30:47 PM
yeps you did
|