Hey all,
I'm running into a problem here that I hope someone knows the solution to.
I'm trying to use banner skinobjects in my skin and it doesnt seem to be working...
i think i have my vendors setup correctly because if i add the modules in through the front end it works fine.
so here's what i'm doing. in the htm i'm adding in [BANNER:1]
in the xml i have:
<Object>
<Token>[BANNER:1]</Token>
<Settings>
<Setting>
<Name>GroupName</Name>
<Value>Header</Value>
</Setting>
<Setting>
<Name>BannerTypeId</Name>
<Value>1</Value>
</Setting>
<Setting>
<Name>BannerCount</Name>
<Value>1</Value>
</Setting>
<Setting>
<Name>Orientation</Name>
<Value>H</Value>
</Setting>
<Setting>
<Name>BorderWidth</Name>
<Value>0</Value>
</Setting>
</Settings>
</Object>
in the aspx i have
<dnn:BANNER runat="server" id="dnnBANNER1" GroupName="Header" BannerTypeId="1" BannerCount="1" Orientation="H" BorderWidth="0" />
but when i view the page the banner is not there and when i view the source there is nothing where the code is suppose to be either.
i remember doing this on an older dnn...probably 4.9, has anything changed when moving to 5.01? is there anything i need to be doing differently?
TIA!