profile.php
Line 66:
$_page['header'] = process_line_output(getNickName($p_arr['ID'])) . $sUserInfo;
Code to your needs...
or you could change line 55
to your own html files in the template folder to achieve the same thing above..
$_ni = 5;
change 5 to say 200 and create a copy of page_5.html
name it page_200.html
open it and edit the first line
<bx_include_auto:_sub_header.html />
to
<bx_include_auto:_sub_header1.html />
make a copy of _sub_header.html - name it _sub_header1.html
open it and change this line <bx_include_auto:_header.html />
to
<bx_include_auto:_header1.html />
Make a copy of _header.html, name it _header1.html
open it and edit this line as needed.
<title>__page_header__</title>
Of course this would need to be done again if upgrade your site at any time.
I am sure there is a cleaner way to do this but there you go ...
number 2 might be achieved around line 28 or so Just a guess.