Quote:
Originally Posted by MoJo Smirnoff
Got this working...but not on my CMPS home page. and yes, it's set to global. any ideas?
|
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