14
for security..i suggest you to upgrade/change to latest XOOPS 2018rc1 and change your forum to newbb/newbbex..the xphpbbi has too many bugs and is not recommended to be use because it replaced the XOOPS core files..and im sure you will have trouble in upgrading in future
----
anywhere.. heres how to do it ...you need to change 2 files
1. open modules/xphpbbi/viewtopic.php
find this somewhere around line 1255
$template->assign_block_vars('postrow', array(
'ROW_COLOR' => '#' . $row_color,
'ROW_CLASS' => $row_class,
and add this below
'POSTER_ID' => $poster_id,
2. Next openmodules/xphpbbi/templates/youforumthemes/viewtopic_body.tpl
find this
{postrow.CARD_IMG}span><br />
add this below
<a href="/modules/yogurt/index.php?uid={postrow.POSTER_ID}">View Users ALBUMa>
3. Clear Templates_c and cache
I Love Xoops