#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Nov 23, 2012 19:31:49 GMT -8
This code will place the shoutbox wherever you put the red code (which can be placed inside a plugin such as the sidebar plugin). The rest of the code should be placed in your Global Header or Footer.
So place the red wherever you want the shoutbox to appear.
And the code below should go in your Global Footer.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 23, 2012 19:37:10 GMT -8
Chucked this in the Index. =]
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Nov 23, 2012 19:39:40 GMT -8
Cool, thanks. Couldn't decide if I should place it in here or the template board. It's more of a code, but it does basically change the template.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Nov 23, 2012 19:41:14 GMT -8
It's a code, I think. =P The Template Mods board is for direct changes to the Templates themselves. This works outside of that, so I'd definitely consider it a code.
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Nov 24, 2012 10:06:52 GMT -8
|
|
inherit
186006
0
Mar 30, 2019 4:02:27 GMT -8
smashwords2
Breathing
244
November 2012
smashwords2
|
Post by smashwords2 on Nov 24, 2012 10:20:26 GMT -8
How would I move the name of members online to the Shoutbox so that names are visible in the top?
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Dec 1, 2012 4:47:24 GMT -8
Now this is nice Jordan.
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Dec 10, 2012 0:25:18 GMT -8
For some reason this seems to have stopped working now. Tried it several times and it won't put the shoutbox into a sidebar; regardless if I put the part of the code in GH or GF and the other part into the sidebar as instructed.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Dec 10, 2012 8:37:30 GMT -8
Need your forum URL.
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Dec 10, 2012 11:28:24 GMT -8
[Site]I will put the codes back in quick so that they are there. Code is located in Global Footer, Red area of code placed in the top side table. Shoutbox is turned on. After monkeying around with it, somehow it showed up. I was trying to get it to do that all day yesterday!!! Script why you troll me! <T^T> (Is there any way to remove the black border to the chat box overlapping the sidetable? And what is with the margins around the icons and user name pushing the text way to the side?)
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Dec 10, 2012 12:51:58 GMT -8
Put this wherever you put the other shoutbox code.
<style type="text/css">
.shoutbox.container.full > div { border: none; }
</style>
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Dec 10, 2012 13:05:59 GMT -8
Nope, that broke the shoutbox. Heh. It went back to the bottom of the forum again.
That was to go in the sidebar area, correct?
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Dec 10, 2012 18:34:12 GMT -8
Put it next to this code.
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
inherit
164980
0
Oct 11, 2012 23:21:29 GMT -8
Tohsaka Rin
Why do men keep falling into my residence? I can collect on the damage insurance, right?
602
March 2011
lunacticinferno
|
Post by Tohsaka Rin on Dec 10, 2012 18:52:50 GMT -8
I think that worked, though the border is still there as a very light colour. That is fine though, it just looked bad with the black.
Thank you.
|
|
inherit
134494
0
Jun 11, 2015 21:30:29 GMT -8
taylor40
317
December 2008
taylor40
|
Post by taylor40 on Dec 15, 2012 0:16:38 GMT -8
This works perfect for me... but.... there's always a but eh.... still got my shoutbox on my custom pages...any chance someone could tell me how to get rid of them from there... Many thanks
|
|