inherit
169267
0
Nov 24, 2024 12:24:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 20, 2013 19:40:26 GMT -8
Jordon, I want the shout box above info center, Where in the forum wrapper do I put it?
<div id="move-shoutbox"></div>
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 21, 2013 1:37:20 GMT -8
Hi Jordan and I'd like to move it above the 'Related Stories' thing when viewing a thread - do you know where I should put it? I have a bit of code to make the shoutbox only visible if you are logged in - I've put it below just in case it might affect your instructions: Thanks very much for any pointers
|
|
inherit
186666
0
Mar 15, 2014 15:56:47 GMT -8
sandy000
43
December 2012
sandy000
|
Post by sandy000 on Jan 23, 2013 15:07:14 GMT -8
Just a note: This code did work for me but I had to take it out because it caused my Smilie Plugin not to work properly.
|
|
inherit
169267
0
Nov 24, 2024 12:24:51 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Jan 23, 2013 15:10:48 GMT -8
Thank you sandy000I not using that plug-in but thanks anyway.
|
|
xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Feb 1, 2013 8:04:24 GMT -8
is it possible to put this into the peekaboo sidebar? I followed the above but shoutbox is still at the bottom
|
|
inherit
189428
0
Jul 7, 2013 6:27:38 GMT -8
testpilotpete
32
February 2013
testpilotpete
|
Post by testpilotpete on Feb 2, 2013 10:07:42 GMT -8
umm so do I just put the red code where I want in the Forum Wrapper? :/ sorry haven't dont code stuff in a while. i cant work out where to put <script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
|
|
inherit
186666
0
Mar 15, 2014 15:56:47 GMT -8
sandy000
43
December 2012
sandy000
|
Post by sandy000 on Feb 7, 2013 5:05:52 GMT -8
Just a note: This code did work for me but I had to take it out because it caused my Smilie Plugin not to work properly. Smilie Plug in was updated. All working fine now.
|
|
inherit
186070
0
Apr 14, 2013 7:56:07 GMT -8
s h a t t e r e d
4
November 2012
shatteredhaze
|
Post by s h a t t e r e d on Feb 8, 2013 4:39:24 GMT -8
is it possible to put this into the peekaboo sidebar? I followed the above but shoutbox is still at the bottom The only way that I was able to get the shoutbox into the peekaboo sidebar was by plugging both parts of the code directly into the sidebar content area (provided that you are using the peekaboo sidebar plugin).
|
|
inherit
25298
0
Sept 1, 2017 22:48:41 GMT -8
boneman
Looking for help with the coding of V5
957
June 2004
boneman
|
Post by boneman on Feb 18, 2013 9:08:55 GMT -8
I manage to get it into a side table but there are problems with the size of the text. Can it be made smaller?
|
|
bbd83
New Member
Posts: 17
inherit
189014
0
Mar 11, 2013 7:56:58 GMT -8
bbd83
17
January 2013
bbd83
|
Post by bbd83 on Feb 20, 2013 11:36:19 GMT -8
Can anybody walk me through how I can place my shoutbox on the left sidebar of my forum? I currently use this code on the global header: <div id="move-shoutbox"></div>
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
...so my shoutbox is currently on the top of my forum. baseballdebate.proboards.com/I added the ProBoards Sidebar Plugin 0.3.0 so I have the option of adding a sidebar on either the right or left, but I don't know how to implement my shoutbox on the left side, where is the location I am looking to place it. Any help?
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Feb 20, 2013 12:39:51 GMT -8
Can anybody walk me through how I can place my shoutbox on the left sidebar of my forum? I currently use this code on the global header: <div id="move-shoutbox"></div>
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
...so my shoutbox is currently on the top of my forum. baseballdebate.proboards.com/I added the ProBoards Sidebar Plugin 0.3.0 so I have the option of adding a sidebar on either the right or left, but I don't know how to implement my shoutbox on the left side, where is the location I am looking to place it. Any help? Move the portion of the code in red from the header to the content box of the plugin.
|
|
bbd83
New Member
Posts: 17
inherit
189014
0
Mar 11, 2013 7:56:58 GMT -8
bbd83
17
January 2013
bbd83
|
Post by bbd83 on Feb 20, 2013 15:14:26 GMT -8
Can anybody walk me through how I can place my shoutbox on the left sidebar of my forum? I currently use this code on the global header: <div id="move-shoutbox"></div>
<script type="text/javascript">
$(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); });
</script>
...so my shoutbox is currently on the top of my forum. baseballdebate.proboards.com/I added the ProBoards Sidebar Plugin 0.3.0 so I have the option of adding a sidebar on either the right or left, but I don't know how to implement my shoutbox on the left side, where is the location I am looking to place it. Any help? Move the portion of the code in red from the header to the content box of the plugin. Do I need to delete the header first? I have place the part in red but the shoutbox is still showing at the top.
|
|
bbd83
New Member
Posts: 17
inherit
189014
0
Mar 11, 2013 7:56:58 GMT -8
bbd83
17
January 2013
bbd83
|
Post by bbd83 on Feb 20, 2013 15:17:48 GMT -8
Nevermind...I got it...thanks!
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Feb 20, 2013 15:49:40 GMT -8
Glad to see you got it where you want it.
|
|
inherit
191032
0
Sept 17, 2014 22:07:01 GMT -8
ywevis
5
March 2013
ywevis
|
Post by ywevis on Mar 7, 2013 6:16:55 GMT -8
I am not sure exactly where I need to move <div id="move-shoutbox"></div>I tried putting it in my content box in my plugin..
Sorry very new at this.. I need help
uwharrie.proboards.com/
|
|