Titles questions

Hello, I would like to know if is posible do some changes in titles and how to do them. I want to change titles of events, adds, groups. When members write a new blog the title of this page is the same title of the blog, but not in events, adds, groups and articles is not the same. There is a generic tittle for all of them. I think that if title were the same as the url could help in seo and apear in google Thank you.
Quote · 13 Nov 2009

Hello!

Page title is formed from $_page['header'] variable's value. So in mentioned sections u can edit it before print code like $_page_cont[$_ni]['page_main_code'] = PageCompMainCode();

Regards

Quote · 16 Nov 2009

Hi LeonidS, Thanks for replay

 

I don´t understand very well, can you help me a bit more?

  • I need to know which files I need to change (in wich folders are them)
  • what is the code I need to put in header to be the same as Title of those pages, and where can I find it

 

Thank you very much for all!

Quote · 16 Nov 2009

Every file in Dolphin root directory like browse.php or about_us.php has variables $_page['header'] and $_page_cont[$_ni]['page_main_code'] which are responsible for page title and page code. So if u add code like

$_page['header'] = "My value";

before construction $_page_cont[$_ni]['page_main_code'] = PageCompPageMainCode();

then page will have title 'My value'.

Regard

Quote · 17 Nov 2009

Thanks again LeonidS.

 

I don´t have no idea of code. I was looking for all you had tell me but I can´t do nothing.

 

I would like that header of each group, event, add, article where the same ass title of every group, add, event, article.

 

But don´t warry and thanks for your time!

Quote · 18 Nov 2009
 
 
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.