inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Nov 23, 2012 14:20:53 GMT -8
Yea...not sure if this is the right place but...I have been playing around on the beta zone and I'm trying to get the shoutbox so its on the side with my side tables instead of at the bottom of the forum/top of the forum...i guess i was wondering if anyone knew a way to change where the shoutbox was? so is there like a way that i can copy and paste come code or something to insert the shoutbox where i desire?
|
|
#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 14:29:18 GMT -8
Here's a simple code that will place the shoutbox where ever 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. <div id="move-shoutbox"></div>
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Nov 27, 2012 15:27:20 GMT -8
thanks, that worked perfectly
|
|
#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 27, 2012 16:14:27 GMT -8
No problem.
|
|
Former Member
inherit
guest@proboards.com
184344
0
Nov 28, 2024 23:03:54 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 21, 2013 6:08:51 GMT -8
Hey thanks I was looking for this info too!
|
|