<script>$(function(){$.hideNonForumZones({ // When viewing forum topics, this will hide side content zones, when true topicsHideSides : true, // When viewing forum topics, this will hide all widgets in the same column as the forums, when true topicsHideSameColumnWidgets : true, // When viewing a forum post, this will hide side content zones, when true postsHideSides : true, // When viewing a forum post, this will hide all widgets in the same column as the forums, when true postsHideSameColumnWidgets : true, // Enter the Title of the widget to hide. The title must exactly match the widget title - capitals & spaces widgetTitlesToHide : "" });});</script>
Edit (1/6/2012): Changed instructions to match the mod options.
<
script
>$(function(){$.hideNonForumZones({
// When viewing forum topics, this will hide side content zones, when true
topicsHideSides : false,
// When viewing forum topics, this will hide all widgets in the same column as the forums, when true
topicsHideSameColumnWidgets : false,
// When viewing a forum post, this will hide side content zones, when true
postsHideSides : false,
// When viewing a forum post, this will hide all widgets in the same column as the forums, when true
postsHideSameColumnWidgets : false,
// Enter the Title of the widget to hide. The title must exactly match the widget title - capitals & spaces
widgetTitlesToHide : "SC Vent"
});});</
>
if (window.location.href.match('ForumID')) { $('.gpWidget-shout').hide(); }