Quote:
Originally Posted by Rukas
Is it possible to show the last 5 entries in the MEMBERINFO instead of just the last one?
|
<if condition="$show[journalinfo]">
<fieldset>
<legend>$vbphrase[journal_information]:</legend>
<table>
<tr>
<td>
<div class="fieldset">
<a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a><br />
$vbphrase[journal_entries]: $journal[entrycount]<br />
$vbphrase[journal_comments]: $journal[commentcount]<br />
$vbphrase[journal_views]: $journal[journalviews]<br />
$vbphrase[last_entry]: <if condition="$show[journal_lastentry]"><a href="journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>
</div>
</td>
</tr>
</table>
</fieldset>
</if>