Quote:
Originally Posted by Jimandbob
Just a guess. Do you have it in your header template?
Try adding to your FORUMHOME template or to whatever template you wish it to show on.
|
I followed the instructions -- I am thinking it's a programming thing in the java files.
I have the following in my headers:
Code:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->
And the following in my forumhome templates:
Code:
<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->