Page 4 of 4

Re: PhpBB3 SEO Title

Posted: 06 Sep 2010, 00:04
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.

Re: PhpBB3 SEO Title

Posted: 06 Sep 2010, 04:15
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

Posted: 06 Sep 2010, 08:50
by sman
Your site looks heavily modded
You right.Btw, is a slow forum?
Finaly i find the bug: my style colour selector.

Re: PhpBB3 SEO Title

Posted: 07 Sep 2010, 07:36
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);

Re: PhpBB3 SEO Title

Posted: 07 Sep 2010, 13:04
by Stoker
If it works for you.

Re: PhpBB3 SEO Title

Posted: 07 Sep 2010, 22:17
by sman
Is work, but i dont know if is good for seo

Re: PhpBB3 SEO Title

Posted: 07 Sep 2010, 22:21
by Stoker
No, but you have chosen not to use the code provided in this guide...