Hi guys,
please is there some one that can tell me what is wrong in this code?
Thanks in advance.
PHP Code:
<vb:comment>Start of Innovative Ads After First Post</vb:comment>
<vb:if condition="$show['guest'] OR $show['member']">
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 1">
<li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
<div class="posthead" style="height:15px;"><span class="innovativetitle"><a href="http://www.sigarettaelettronicaforum.com/regolamento-rivenditori/regolamento-rivenditori-404/">ADS</a></span>
</div>
<vb:literal>
<div style="text-align:center">
<span><a class="newWindow" target="_blank" href="" title="Vai al sito"><img style="border:0" src="images/banner/Banner1 SEF 728x90.png" alt="Spazio Banner 728x90" /></a></span><span>
</div>
</vb:literal>
</vb:if>
</vb:if>
<vb:if condition="$show['guest'] OR $show['member']">
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 5">
<li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
<div class="posthead" style="height:15px;"><span class="innovativetitle"><a href="http://www.sigarettaelettronicaforum.com/regolamento-rivenditori/regolamento-rivenditori-404/">ADS</a></span>
</div>
<vb:literal>
<div style="text-align:center">
<span><a class="newWindow" target="_blank" href="" title="Vai al sito"><img style="border:0" src="images/banner/Banner1 SEF 728x90.png" alt="Spazio Banner 728x90" /></a></span><span>
</div>
</vb:literal>
</div>
</vb:if>
</vb:if>
<vb:if condition="$show['guest'] OR $show['member']">
<vb:if condition="$post['postcount'] % $vboptions['maxposts'] == 9">
<li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
<div class="posthead" style="height:15px;"><span class="innovativetitle"><a href="http://www.sigarettaelettronicaforum.com/regolamento-rivenditori/regolamento-rivenditori-404/">ADS</a></span>
</div>
<vb:literal>
<div style="text-align:center">
<span><a class="newWindow" target="_blank" href="" title="Vai al sito"><img style="border:0" src="images/banner/Banner1 SEF 728x90.png" alt="Spazio Banner 728x90" /></a></span><span>
</div>
</vb:literal>
</div>
</vb:if>
</vb:if>
<vb:comment>End of Ads After First Post</vb:comment>