file to edit:
sources/topics.php
open: sources/topics.php
find:
replace with:
save and upload.
now the member number in topic will link to his profile.
NJOY.
sources/topics.php
open: sources/topics.php
find:
$member['member_number'] = $ibforums->lang['member_no'].' '.$std->do_number_format($member['id']);
replace with:
$member['member_number'] = $ibforums->lang['member_no']." <a href='{$this->base_url}&act=Profile&CODE=03&MID={$member['id']}'>".$std->do_number_format($member['id'])."</a>";
save and upload.
now the member number in topic will link to his profile.
NJOY.













