inherit
36361
0
Aug 29, 2013 12:13:54 GMT -8
VoodooBlue
806
January 2005
christabel
|
Post by VoodooBlue on Nov 22, 2012 13:57:53 GMT -8
Hiya. It would be really awesome if we could get a plug-in that can move the shoutbox from the bottom of the forum to our sidebars the way we used to have them there in V4. Thank you.
|
|
#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 22, 2012 19:42:02 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
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 23, 2012 18:47:01 GMT -8
Jordan, you should post this in the template modifications board. So people can find it there too.
|
|
#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:32:15 GMT -8
|
|