PhpBB3 SEO Title
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
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
can this be installed on 3.07?
Re: PhpBB3 SEO Title
Have you been reading the post on this topic? this has already been answered!dragon » 16 Apr 2010, 16:19 wrote:can this be installed on 3.07?
Re: PhpBB3 SEO Title
hello, the mod works perfectly, but I want to change the text Page to spanish, where I can do?
regards
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)
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
Re: PhpBB3 SEO Title
ready, thanks stoker
i had not realized where i could make the modification
regards
i had not realized where i could make the modification
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)
- Hosting: http://www.bluehost.com
- PhpBB Version: 3.0.7-PL1
- Style: SE Square Left (based on prosilver)
Re: PhpBB3 SEO Title
i would show sitename after the topic title..
PhpBB3 SEO Title - SITENAME
How do i do?
sorry for my bad english
PhpBB3 SEO Title - SITENAME
How do i do?
sorry for my bad english
- Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB3 SEO Title
the title line in overall_header.html must look like this:
Code: Select all
<title><!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} • {SITENAME}</title>
Board rules! No PM support
Re: PhpBB3 SEO Title
thank you
edit!!!: i have SITENAME - SITENAME in index.php!!
edit!!!: i have SITENAME - SITENAME in index.php!!
Last edited by artikkk on 21 Jun 2010, 12:19, edited 1 time in total.
Re: PhpBB3 SEO Title
Thank you Stoker.. It works just great on 3.07pl
- Stoker
- Site Admin
- Posts: 3540
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB3 SEO Title
Sorry, I forgot about you.
You can try change this part:
Code: Select all
<title><!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE} • {SITENAME}</title>
Code: Select all
<title><!-- IF S_IN_MCP -->{L_MCP} • <!-- ELSEIF S_IN_UCP -->{L_UCP} • <!-- ENDIF -->{PAGE_TITLE}<!-- IF not SCRIPT_NAME == "index" --> • {SITENAME}<!-- ENDIF --></title>
You are welcomeAurora wrote:Thank you Stoker.. It works just great on 3.07pl
Board rules! No PM support