Quote:
Originally Posted by m002.p
Yes, ensure that on every styles template "header", you add this code to the very top:
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 -->
If you cannot get the mod to work on your forumhome, then simply add this code to the "forumhome" template above "$header":
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 -->
In addition, to get it to view on other mods such as IbProArcade (the homepage) add the code above to the template concerned above the "$header" code 
|
well, im officially stumped...tried all that, ensured my code was placed correctly...shows everywhere but on the CMPS homepage. Shows on forums home page, arcade...everywhere else