15 Jan 10: Updated for vBulletin 4.0.1
2 templates has been changed.
- Save the code from "ss_rightcolumn_contents" template. (Code for ads, etc)
- Revert template belonging to this product.
- Then import the product over writting the existing installation.
- You your ad code in the "ss_rightcolumn_contents" template.
Members who want to change where the column are displayed, edit "ss_rightcolumn_start" and "ss_rightcolumn_end" template.
Find:
Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
Edit it to: e.g if you just want it on home page.
Code:
<vb:if condition="THIS_SCRIPT == 'index'">
.