Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Mar 04 2006 03:15 PM
    • Date Updated: May 30 2006 07:51 PM
    • Views: 561
     


    * * * * *
    0 Ratings

    members number in topic link to his profile

    this Tutorial will allow u to make the member number in topic view so it will link to his profile.

    Posted by Vince on Mar 04 2006 03:15 PM
    file to edit:

    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. :D

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune