Longer Profile Title

Does anybody know how to make the browser <head> profile <title> longer? Now it's like username: the browser title, I want to make it longer like my site name and then the username for search engines. Can't find the file to change it.

Quote · 24 Dec 2009

Hello, I change it too. You can do this looking for profile.php in public_html

 

Look for this:

 

$_page['header']      = process_line_output( $p_arr['NickName'] ) . ": ". htmlspecialchars_adv( $p_arr['Headline'] );

 

I had change for this:

 

$_page['header']      = process_line_output( $p_arr['FirstName'] ) . " ". htmlspecialchars_adv( $p_arr['LastName'] ) . ": ". htmlspecialchars_adv( $p_arr['Headline'] ) .". ". htmlspecialchars_adv( $p_arr['City'] ). ",  the text what you want ";

 

You can make modifications you need.

Quote · 25 Dec 2009

Exactly what I wanted thanks a lot.

Quote · 25 Dec 2009

Awesome !!  Now if I could figure out a way to edit the meta tags for each profile I would be good to go.

Quote · 30 Jan 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.