Page titles

Everything related to MBoard - PHP message board
Locked
perthmetro
Posts: 10
Joined: Fri Jan 04, 2008 4:43 pm

Page titles

Post by perthmetro »

I'd like to see the ability/option to customise the page title for posts so that not only the subject is displayed but also the site name and the author
perthmetro
Posts: 10
Joined: Fri Jan 04, 2008 4:43 pm

Post by perthmetro »

Any feedback on this? it would be great to help with SEO
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

mboard.php line 346:

Code: Select all

<title>'.$subject.'</title>
Chane it for example to

Code: Select all

<title>'.$subject.' '.$name.' Your website name</title>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
perthmetro
Posts: 10
Joined: Fri Jan 04, 2008 4:43 pm

Post by perthmetro »

thanks... i should have looked first!
Locked