inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 8, 2016 14:58:16 GMT -8
Is there a header or footer code I can put on one board to move the subboards below the actual board posts? I don't want to move the subboards on my entire board..just this one board.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Mar 8, 2016 16:27:54 GMT -8
<script> $('.container.threads').insertBefore('.container.boards'); </script>
That should do it if stuck in the board's footer
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Mar 8, 2016 16:37:52 GMT -8
Perfect. Thank you. <3
|
|