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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB3 SEO Title
Board rules! No PM support
Re: PhpBB3 SEO Title
Installation for phpBB version: 3.0.4
Open language/en/common.php
Replace with:
Notes: Replace "Name of your board" with the name of your board. In my case it is PhpBB3 BBCodes.
Find:
Before add:
Open viewforum.php
Find:
Replace with:
Open viewtopic.php
Find:
Replace with:
Open styles/your_style/template/overall_header.html
Note: This is the same for both prosilver and subsilver2
Find and delete:
Purge cache and refresh templates.
tested and works great thanks stoker
Open language/en/common.php
Code: Select all
'INDEX' => 'Index page',
Code: Select all
'INDEX' => 'Name of your board',
Find:
Code: Select all
?>
Code: Select all
// Page Title Number MOD
$lang = array_merge($lang, array(
'TITLE_PAGE_NUMBER' => 'Page %s',
));
Open viewforum.php
Find:
Code: Select all
page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);
Code: Select all
page_header($forum_data['forum_name'] . ($start ? ' - ' . sprintf($user->lang['TITLE_PAGE_NUMBER'], floor($start / $config['topics_per_page']) + 1) : ''));
Find:
Code: Select all
page_header($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title']);
Code: Select all
page_header($topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang['TITLE_PAGE_NUMBER'], floor($start / $config['posts_per_page']) + 1) : ''));
Note: This is the same for both prosilver and subsilver2
Find and delete:
Code: Select all
{SITENAME} •
tested and works great thanks stoker
My BB-Gamez << Free online games Arcade and Forum >>
Re: PhpBB3 SEO Title
This will work with 3.0.7 PL?
Its working for 3.0.6 , i would like to know if i need to change any thing to update to 3.0.7 PL1
Thanks in advance
Its working for 3.0.6 , i would like to know if i need to change any thing to update to 3.0.7 PL1
Thanks in advance
- Steve
- BBCoder VI
- Posts: 847
- Joined: 05 Mar 2010, 01:10
- BBCodes: 2000
- Favourite BBCode: p**n tube
- Favourite MOD: Non of Stokers
Re: PhpBB3 SEO Title
apnaitaly » 08 Apr 2010, 21:30 wrote:This will work with 3.0.7 PL?
Its working for 3.0.6 , i would like to know if i need to change any thing to update to 3.0.7 PL1
Thanks in advance
yes it will , in the 1st post stoker states 3.0.7 but little was changed in 3.0.7 PL iirc just security changes to feed settings.
Re: PhpBB3 SEO Title
but there is no install instructaion for Phpbb.3.0.7 Pl1
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Re: PhpBB3 SEO Title
Why not just try the 3.0.6 instructions ad see what happens?
Board rules! No PM support
Re: PhpBB3 SEO Title
as vectra stated or tried to if you did not understand, if you follow the instructions on the first post, you will be able to install it on your board! Like vectra said there really was no difference between phpbb 3.0.7 and 3.0.7 PL!
Re: PhpBB3 SEO Title
Thanks Cisco but sorry i am little confused
bcz Install instructions: which is provided is only for 3.0.5 & 3.0.6
Installation for phpBB version 3.0.5
Installation for phpBB version 3.0.6
bcz Install instructions: which is provided is only for 3.0.5 & 3.0.6
Installation for phpBB version 3.0.5
Installation for phpBB version 3.0.6
Re: PhpBB3 SEO Title
Thanks Stoker , its working ,