Can somebody telll me how to edit the code to be able to use it in a block or dynamic content box?
maybe you can tell me if I'm even using the right code....
thanks
here's the code at Look&Feel --> skin --> edit template html --> skin_uportal -->latest_posts_row:
<fieldset>
<a href='{$this->ipsclass->base_url}showtopic={$fetch['tid']}&view=getnewpost'>{$fetch['title']}</a><br/>
<b>{$this->ipsclass->lang['in']}:</b>
<a href='{$this->ipsclass->base_url}showforum={$fetch['forum_id']}'>{$fetch['name']}</a><br/>
<b>{$this->ipsclass->lang['by']}: </b>
<if="$fetch['id'] == 0">
{$fetch['guest_last_poster_name']}
<else />
<a href='{$this->ipsclass->base_url}showuser={$fetch['id']}'>{$fetch['members_display_name']}</a>
</if>
</fieldset>











