danniieagle
New Member
Owner of Forever Fiction & The Perfect Life
Posts: 63
inherit
danniieagle@outlook.com
197932
0
Sept 22, 2013 10:41:21 GMT -8
danniieagle
Owner of Forever Fiction & The Perfect Life
63
August 2013
danniieagle
|
Post by danniieagle on Aug 11, 2013 16:13:19 GMT -8
Hii!
So I'm looking to put the shoutbox on my sidebar. Does anyone know where I can get the code (I think that's what it's called) to do this. Thanks
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Aug 11, 2013 16:25:31 GMT -8
Put this code in the sidebar section you want:
<div id="move-shoutbox"></div>
and this code in your global header or footer
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
danniieagle
New Member
Owner of Forever Fiction & The Perfect Life
Posts: 63
inherit
danniieagle@outlook.com
197932
0
Sept 22, 2013 10:41:21 GMT -8
danniieagle
Owner of Forever Fiction & The Perfect Life
63
August 2013
danniieagle
|
Post by danniieagle on Aug 11, 2013 16:27:38 GMT -8
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Aug 11, 2013 16:29:06 GMT -8
Yup I saw it somewhere today and put it on my own forum. Glad to be of some help have a good one.
|
|