Page 2 of 4

Re: PhpBB3 SEO Title

Posted: 16 Apr 2010, 16:19
by dragon
can this be installed on 3.07?

Re: PhpBB3 SEO Title

Posted: 16 Apr 2010, 16:27
by cisco007
dragon » 16 Apr 2010, 16:19 wrote:can this be installed on 3.07?
Have you been reading the post on this topic? this has already been answered!

Re: PhpBB3 SEO Title

Posted: 04 Jun 2010, 18:30
by ahh72
hello, the mod works perfectly, but I want to change the text Page to spanish, where I can do?

regards

Re: PhpBB3 SEO Title

Posted: 04 Jun 2010, 19:23
by Stoker
In the language edit - common.php

Re: PhpBB3 SEO Title

Posted: 04 Jun 2010, 21:07
by ahh72
ready, thanks stoker :thumb:

i had not realized where i could make the modification :roll:

regards

Re: PhpBB3 SEO Title

Posted: 21 Jun 2010, 11:40
by artikkk
i would show sitename after the topic title..
PhpBB3 SEO Title - SITENAME
How do i do?
sorry for my bad english :roll:

Re: PhpBB3 SEO Title

Posted: 21 Jun 2010, 12:00
by Stoker
the title line in overall_header.html must look like this:

Code: Select all

<title><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE} &bull; {SITENAME}</title>

Re: PhpBB3 SEO Title

Posted: 21 Jun 2010, 12:05
by artikkk
thank you :D

edit!!!: i have SITENAME - SITENAME in index.php!!

Re: PhpBB3 SEO Title

Posted: 26 Jun 2010, 21:58
by Aurora
Thank you Stoker.. It works just great on 3.07pl

Re: PhpBB3 SEO Title

Posted: 26 Jun 2010, 22:22
by Stoker
artikkk » 21 Jun 2010, 12:05 wrote:thank you :D

edit!!!: i have SITENAME - SITENAME in index.php!!
Sorry, I forgot about you.
You can try change this part:

Code: Select all

<title><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE} &bull; {SITENAME}</title>
to:

Code: Select all

<title><!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}<!-- IF not SCRIPT_NAME == "index" --> &bull; {SITENAME}<!-- ENDIF --></title>
Aurora wrote:Thank you Stoker.. It works just great on 3.07pl
You are welcome