PhpBB3 SEO Title

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: PhpBB3 SEO Title

Post by dragon »

can this be installed on 3.07?

Re: PhpBB3 SEO Title

Post 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

Post 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

Post by Stoker »

In the language edit - common.php

Re: PhpBB3 SEO Title

Post by ahh72 »

ready, thanks stoker :thumb:

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

regards

Re: PhpBB3 SEO Title

Post 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

Post 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

Post by artikkk »

thank you :D

edit!!!: i have SITENAME - SITENAME in index.php!!
Last edited by artikkk on 21 Jun 2010, 10:19, edited 1 time in total.

Re: PhpBB3 SEO Title

Post by Aurora »

Thank you Stoker.. It works just great on 3.07pl

Re: PhpBB3 SEO Title

Post 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