яλíĐєn
Junior Member
err..
Posts: 347
inherit
166268
0
Aug 19, 2012 9:14:04 GMT -8
яλíĐєn
err..
347
May 2011
xcraiden
|
Post by яλíĐєn on Feb 10, 2013 16:28:40 GMT -8
Hi folks!,
I was wondering if this code is working for some people?
Becuase it's not working for me. Can someone help me hide my shoutbox on custom pages? Or even better only be seen on main forum page.
I sincerly forgot where i got it from, but sure was from support.
<script type="text/javascript"> var hideLocation = new Array();
// List of URLs to hide shoutbox on hideLocation[0] = "http://axesopiopio.proboards.com/page/portalpiopio";
for(i=0; i < hideLocation.length; i++) { if(window.location.href == hideLocation[i]) document.getElementById('hideshoutbox').style.display = "none"; } </script>
|
|
яλíĐєn
Junior Member
err..
Posts: 347
inherit
166268
0
Aug 19, 2012 9:14:04 GMT -8
яλíĐєn
err..
347
May 2011
xcraiden
|
Post by яλíĐєn on Feb 11, 2013 11:49:30 GMT -8
BUMP! Someone help me please
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Feb 11, 2013 16:56:36 GMT -8
Please provide a link to where you are asking about.
Shout boxes usually do not show on custom pages unless you added code to make it show and or maybe it is your home page.
On my new forum sure enough there is a shoutbox.
and go into your templates and hide (never remove!) this: $[shoutbox] , from each template you do not want the shout box to show: EX: Admin Home> Themes> Layout Templates> Board Tab / go to bottom.
To hide add the red: <!-- $[shoutbox] -->
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Feb 11, 2013 17:45:09 GMT -8
Shoutbox is in my Custom Page and as to the Home, it's not in there at all, at least not on my site. The only thing that I have in Home pertaining to shoutbox, is to move it:
{/foreach} <div id="move-shoutbox"></div>
Just by trail, I even did this: (hide)
{/foreach} <!-- <div id="move-shoutbox"></div> -->
and the shoutbox is still at the bottom of the Custom Page.
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Feb 11, 2013 18:08:52 GMT -8
I wouldnt know since you havnt approved my registration, BTW you really need to do away with that, just sayin.
|
|
яλíĐєn
Junior Member
err..
Posts: 347
inherit
166268
0
Aug 19, 2012 9:14:04 GMT -8
яλíĐєn
err..
347
May 2011
xcraiden
|
Post by яλíĐєn on Feb 21, 2013 0:21:16 GMT -8
Wondering if anyone figured out how to hide the shoutbox on custom pages?
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Feb 21, 2013 17:11:45 GMT -8
Nope but the next best thing is to make it collapsible using a plug in.
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Feb 21, 2013 17:13:40 GMT -8
|
|