PhpBB3 SEO Title

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
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
dragon
BBCoder II
BBCoder II
Posts: 33
Joined: 08 Apr 2010, 14:20

Re: PhpBB3 SEO Title

Post by dragon »

can this be installed on 3.07?
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

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
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: PhpBB3 SEO Title

Post by Stoker »

In the language edit - common.php
Board rules! No PM support
User avatar
ahh72
BBCoder II
BBCoder II
Posts: 19
Joined: 26 Apr 2010, 19:36
Location: Germany
Contact:

Re: PhpBB3 SEO Title

Post by ahh72 »

ready, thanks stoker :thumb:

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

regards
- Forum URL: http://www.gamerhispano.com/foro
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
artikkk
BBCoder II
BBCoder II
Posts: 42
Joined: 02 May 2010, 18:33

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:
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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>
Board rules! No PM support
artikkk
BBCoder II
BBCoder II
Posts: 42
Joined: 02 May 2010, 18:33

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, 12:19, edited 1 time in total.
Aurora
BBCoder I
BBCoder I
Posts: 1
Joined: 26 Jun 2010, 19:01

Re: PhpBB3 SEO Title

Post by Aurora »

Thank you Stoker.. It works just great on 3.07pl
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

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
Board rules! No PM support
Locked