inherit
201532
0
Nov 2, 2013 13:54:32 GMT -8
epicurus
6
October 2013
epicurus
|
Post by epicurus on Oct 30, 2013 9:44:11 GMT -8
Wondering how I can get the shoutbox to just stay on the Forum Homepage, if anyone can help it would be great! Thanks.
I used this code and it didn't seem to work
<script type="text/javascript">
$(document).ready(function(){
if(proboards.data('route').params.page_id != "forum")
$('.shoutbox.container').hide();
});
</script>
Am I doing something wrong?
|
|
kman
New Member
Posts: 173
inherit
183132
0
Feb 8, 2014 9:12:13 GMT -8
kman
173
September 2012
kman32
|
Post by kman on Nov 1, 2013 20:08:57 GMT -8
Hi. Brian helped me and it's not a header or footer code, actually a template modification. Structure > Layout Templates > Forum Wrapper - Remove the line that says $[shoutbox] Structure > Layout Templates > Home - Add a new line to the very bottom and type $[shoutbox] Hope that get's it working for you.
|
|