inherit
195082
0
Mar 20, 2022 7:33:21 GMT -8
PF
1,089
June 2013
weedster
|
Post by PF on Aug 6, 2013 14:46:59 GMT -8
I got code to work only in the Global Footer. When code placed in Global Header the Shoutbox failed to appear. I had no other code in GH, but had some minor code in GF. I want to put the shoutbox on the side bar, so I would have to install a sidebar plug-in and then this code? <div id="move-shoutbox"></div> Put this in your Global Footer. <script type="text/javascript"> $(document).ready(function() { $('#move-shoutbox').append($('div.shoutbox.container.full')); }); </script>
|
|
inherit
16666
0
May 29, 2022 18:30:16 GMT -8
TIKOLICIOUS
Soo... hey?!
321
November 2003
toya5185
|
Post by TIKOLICIOUS on Aug 22, 2013 5:21:01 GMT -8
I use this script on this forum and on the page load, the shout box loads in the middle of the shouts/conversation verses the last message. Is there anyway we can correct that?
|
|
inherit
51420
0
May 4, 2022 3:22:33 GMT -8
pitszal
2,321
July 2005
pitszal
|
Post by pitszal on Sept 3, 2013 9:20:25 GMT -8
This code will place the shoutbox wherever 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. So place the red wherever you want the shoutbox to appear. And the code below should go in your Global Footer. I just downloaded the shoutbox and did the above. now it is on the top of my forum. What did I do wrong? Where do I put the red link if I want it o the left . Thanks
|
|
inherit
reploid.cyanide@gmail.com
198284
0
Jan 8, 2015 19:27:15 GMT -8
housuke
2
August 2013
housuke
|
Post by housuke on Oct 13, 2013 18:00:03 GMT -8
I did all this and works great, just a question. when browsing through the forums I see another side object but not the shoutbox itself.. could it be the plug in or just the shoutbox code..
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Oct 13, 2013 18:10:29 GMT -8
I did all this and works great, just a question. when browsing through the forums I see another side object but not the shoutbox itself.. could it be the plug in or just the shoutbox code.. It'd be best to link to your forum Make sure we guests have access to be able to view the problem. It'll be much quicker for someone to help.
|
|
inherit
78013
0
Apr 8, 2019 16:48:21 GMT -8
kenderbard
144
April 2006
kenderbard
|
Post by kenderbard on Nov 21, 2013 10:15:49 GMT -8
Not sure if I should put this here or the sidebar redux discussion. Is there any way to move the shoutbox into a sidebar and then have it show up on all pages? thehomestuckglitch.proboards.com/
|
|
inherit
203204
0
Jan 25, 2015 23:05:08 GMT -8
lhouston7693
25
December 2013
lhouston7693
|
Post by lhouston7693 on Dec 19, 2013 17:12:07 GMT -8
Where actually do you put the red code? This is what I have after trying... Attachments:
|
|
inherit
78013
0
Apr 8, 2019 16:48:21 GMT -8
kenderbard
144
April 2006
kenderbard
|
Post by kenderbard on Dec 30, 2013 21:23:05 GMT -8
Not sure if I should put this here or the sidebar redux discussion. Is there any way to move the shoutbox into a sidebar and then have it show up on all pages? thehomestuckglitch.proboards.com/Still having this problem with the shoutbox only showing up on the main page.
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Dec 31, 2013 6:48:35 GMT -8
Do you have the code in the Global Footer?
|
|
inherit
78013
0
Apr 8, 2019 16:48:21 GMT -8
kenderbard
144
April 2006
kenderbard
|
Post by kenderbard on Dec 31, 2013 15:36:35 GMT -8
I do.
|
|
inherit
203618
0
May 16, 2014 18:37:19 GMT -8
fouad796
1
January 2014
fouad796
|
Post by fouad796 on Jan 3, 2014 23:19:23 GMT -8
Hello Is there a way to put it on top of Forum Information & Statistics ? Best regards
|
|
Rajiv
New Member
Posts: 143
inherit
149477
0
Jan 30, 2014 17:24:59 GMT -8
Rajiv
143
November 2009
rainjar
|
Post by Rajiv on Jan 31, 2014 19:21:08 GMT -8
I want the Shoutbox at the top of my home page only. .... ... the code below should go in your Global Footer. Done. .... So place the red wherever you want the shoutbox to appear. .... I placed it on Structures > Headers & Footers > Main Header Plus In your Layout Templates, take a look at the forum wrapper. Towards the bottom will be your shoutbox variable, just add in the bold; {if $[route.name] == "home"}{if $[shoutbox]}$[shoutbox]{/if} {/if}=] Seems to work.
|
|
pbear
New Member
Posts: 2
inherit
205010
0
Feb 3, 2014 8:01:51 GMT -8
pbear
2
February 2014
pbear
|
Post by pbear on Feb 3, 2014 7:06:12 GMT -8
Very quick question (and I hope simple - though I can't seem to fathom it!). Where do I put: <div id="move-shoutbox"></div> In order to move the Shoutbox in-between the Forum List and the Forum Information & Statistics? At the moment it is right at the bottom of my forum (beneath the Forum Information & Statistics). In the Forum Wrapper placing Shoutbox above Content places it at the top of the forum. To confirm - I'd like to put the Shoutbox above "Forum Information & Statistics" (I believe it was called the Welcome/Info Center back in the day) which includes things like Users Online, but below the actual Forum Board List. Any help here would be super appreciated, thank you all so much for any assistance.
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Feb 3, 2014 7:33:09 GMT -8
Do you want the Shoutbox only on the Home page? Place the code in the Home template just above "{if $[legend]}" about line 11.
|
|
pbear
New Member
Posts: 2
inherit
205010
0
Feb 3, 2014 8:01:51 GMT -8
pbear
2
February 2014
pbear
|
Post by pbear on Feb 3, 2014 8:06:19 GMT -8
Do you want the Shoutbox only on the Home page? Place the code in the Home template just above "{if $[legend]}" about line 11. That worked beautifully, Tressa. Thanks for for the swift reply. A couple of questions if that's alright: 1. The Shoutbox is still displayed on other pages (for example at the bottom of threads). Is there a setting I'm missing that would have kept the Shoutbox to ONLY the Home page? 2. If the Shoutbox is either on all pages or none (and I want to keep it) is there also a way to move the Shoutbox on other pages? For example in boards I'd like it above "Board Information & Statistics", and in replies I'd like it just under the "Quick Reply". Thanks again, Tressa, and even if you're not sure on the above questions I really appreciate your first response.
|
|