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 sman »

1.i find a conflict with my portal and i fixed. But is not solved, if i click to mini icon "View the latest post" from main index; i got error in title again. Can you tell me where to search for fix? many tks.


PS I have instalated NV_advanced_last_topic_titles_1_2_9.

2. I have a suggestions for this mod:to add code in search.php fot better seo.
Last edited by sman on 05 Sep 2010, 22:11, edited 3 times in total.

Re: PhpBB3 SEO Title

Post by Stoker »

Your site looks heavily modded, so I cant tell you where the error is.
But you need to check the mods you have installed and see if you made the edits correct.

Re: PhpBB3 SEO Title

Post by sman »

Your site looks heavily modded
You right.Btw, is a slow forum?
Finaly i find the bug: my style colour selector.
Last edited by sman on 06 Sep 2010, 06:53, edited 1 time in total.

Re: PhpBB3 SEO Title

Post by sman »

sorry for double post, but can you update the code a bit, to show:

Code: Select all

Viewing a topic: PhpBB3(custom prefix) SEO Title(topic name) - Page4 - Modifications -(forum name)
.


LE:
This code is ok? :

Code: Select all

page_header( $user->lang['INDEX'] . '   ' . $topic_data['topic_title'] . ($start ? ' - ' . sprintf($user->lang['TITLE_PAGE_NUMBER'], floor($start / $config['posts_per_page']) + 1) : '') . ' - ' . $topic_data['forum_name'] , true, $forum_id);
Last edited by sman on 07 Sep 2010, 08:12, edited 6 times in total.

Re: PhpBB3 SEO Title

Post by Stoker »

If it works for you.

Re: PhpBB3 SEO Title

Post by sman »

Is work, but i dont know if is good for seo

Re: PhpBB3 SEO Title

Post by Stoker »

No, but you have chosen not to use the code provided in this guide...