ok .. download that .. thats the template for recent blog .. thats template
adv_portal_vb_blogs
<tr>
<td class="alt1"><span class="smallfont">
$spitblogs <br /></span>
</td>
</tr>
in provb i have recent threads showing with following code:
Code:
<td class="alt1">$provb_index_latest_threads</td>
and templates for that is :
provb_index_latest_threadbit
Code:
<div class="smallfont">
<div style="float: $stylevar[right];">by <a href="$vboptions[bburl]/member.php?u=$thread[postuserid]">$thread[postusername]</a></div>
<a href="$vboptions[bburl]/showthread.php?t=$thread[threadid]#post$thread[postid]">$thread[title]</a>
<div class="alt1">
<span class="smallfont">$vbphrase[replies]: $thread[replycount] $vbphrase[views]: $thread[views]</span>
</div>
</div>
Then i place :
Code:
<td class="alt1">$adv_portal_vb_blogs</td>
with code
Code:
<tr>
<td class="alt1"><span class="smallfont">
$spitblogs <br /></span>
</td>
</tr>
but shows nothing ....
i hope it make sence..
any idea?