5
Sure thing matey,
Edit file: \modules\newbbex\templates\newbbex_thread.html
At line 10, change:
<td class="odd"><div class="comUserRank"><div class="comUserRankText"><{$topic_post.poster_rank_title}>div><{$topic_post.poster_rank_image}>div><img class="comUserImg" src="<{$xoops_upload_url}>/<{$topic_post.poster_avatar}>" border="0" alt="" /><div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:span> <{$topic_post.poster_regdate}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:span> <{$topic_post.poster_from}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:span> <{$topic_post.poster_postnum}>div><div class="comUserStatus"><{$topic_post.poster_status}>div>td>
...to read:
<td class="odd"><div class="comUserRank"><div class="comUserRankText"><{$topic_post.poster_rank_title}>div><{$topic_post.poster_rank_image}>div><img class="comUserImg" src="<{$xoops_upload_url}>/<{$topic_post.poster_avatar}>" border="0" alt="" /><div class="comUserStat"><span class="comUserStatCaption"><{$lang_joined}>:span> <{$topic_post.poster_regdate}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_from}>:span> <{$topic_post.poster_from}>div><div class="comUserStat"><span class="comUserStatCaption"><{$lang_posts}>:span> <{$topic_post.poster_postnum}>div>
<div class="comUserStatus"><a href="/modules/yogurt/index.php?uid=<{$topic_post.poster_uid}>">View User's ALBUM
<{$topic_post.poster_status}>
Pretty simple really. Just don't forget to delete everything in /templates_c before you test it. Hehehe...