Profile title and description

Hello!

I have a two questions. By default user profile title looks like <title>John Smith</title>. How can i add my site name to this? Like <title>John Smith - Bikers community</title>?

And how can I add <description> meta tag to user profile page?

Thanks a lot!

Quote · 15 Sep 2016

Anyone can help?

Quote · 16 Sep 2016

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.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 17 Sep 2016

Thanks!

Quote · 17 Sep 2016
 
 
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.