I was asked how someone could stop this from showing on FORUMHOME, but still show on all other pages.
If anyone else is interested the instructions are simple:
In Admin CP go to Plugin Manager, scroll down to the Sidebar mod and edit the plugin:
[+++++++.VN] - Sidebar Column Parse Templates
Find the line:
Code:
elseif ($vbulletin->options['sc_lor'] == 2 )
and change it to:
Code:
elseif ($vbulletin->options['sc_lor'] == 2 AND THIS_SCRIPT != 'index')
And save your changes. It should stop showing on your forum homepage now.