JesWhite
02-04-2017, 08:38 AM
hi...
i want to add expire day on header template..
but i tried to add {vb:raw enddate} but not worked.
there is this code on subscription template
<vb:if condition="$show['activesubscriptions']">
<div class="block" id="activesubs">
<h2 class="blockhead">{vb:rawphrase active_subscriptions}</h2>
<div class="blockbody">
<ol>
{vb:raw subscribedbits}
</ol>
</div>
</div>
</vb:if>
i added {vb:raw subscribedbits} this code but not worked on header..
how can i workable {vb:raw subscribedbits} this code..?
thanks for helps...
i want to add expire day on header template..
but i tried to add {vb:raw enddate} but not worked.
there is this code on subscription template
<vb:if condition="$show['activesubscriptions']">
<div class="block" id="activesubs">
<h2 class="blockhead">{vb:rawphrase active_subscriptions}</h2>
<div class="blockbody">
<ol>
{vb:raw subscribedbits}
</ol>
</div>
</div>
</vb:if>
i added {vb:raw subscribedbits} this code but not worked on header..
how can i workable {vb:raw subscribedbits} this code..?
thanks for helps...