I have been trying to add the "Recent Blogs by ---" with the Title of the blog and date it was added to the MEMBERINFO template. I have tried the following code, but it isn't working. Any suggestions or a solution? Because the $entrylinks is not working so well...I am wanting this really bad, I just want users to see the latest blog entries of each user when they access their member profile page.
Code:
<if condition="$entrylinks">
<div class="tborder" style="margin-top:24px">
<div class="thead" style="margin:$stylevar[cellspacing]px">
<phrase 1="$bloginfo[username]">$vbphrase[recent_blog_entries_by_user]</phrase>
</div>
<ul class="alt1 nobullets smallfont" style="padding:$stylevar[cellpadding]px; margin:$stylevar[cellspacing]px; margin-top:0px">
$entrylinks
</ul>
</div>
</if>