Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MouseClicks

    (@mouseclicks)

    Anyone?

    Plugin Author nick50119

    (@nick50119)

    There is no way to remove these through the console, but it can be done manually. You would need to comment out the lines that build the table in the bbnuke-functions.php file. Basically, you will need to comment out or delete everything between lines 5023 and 5233.

    5023 <table style=”border-width: 0px;”>
    ……
    5233 $bbnuke_content .= ‘</table></td></tr></table></td></tr>

    On line 5233, you will need to modify to:
    5233 $bbnuke_content .= ‘</td></tr>

    In a future release, I will create an option to display/hide this in the admin console.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: baseballNuke] Way to remove info boxes/table below Scores table?’ is closed to new replies.