phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
ADV SEO rewrite + Zero duplicate
Goto page 1, 2  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 Zero duplicate
::  
Author Message
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 12:07 pm    Post subject: ADV SEO rewrite + Zero duplicate

Hello,
I have that two mods installed and Print Version doesn't work.
http://stotis.net/viewtopic.php?f=1&t=3&start=0&st=0&sk=t&sd=a&view=print
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 12:21 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

All, right, a non hadled case, will fix it, by then could you add the last touch please Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 12:40 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

My english is very bad, but i understood that i have to add your link in footer? Smile ok, i have just added it.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 12:52 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

All right, so before we update this one, here is a quick fix, in viewtopic.php find :

Code:
   $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'watch=') === FALSE) );

}


After add :

Code:
$phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'view=print') === FALSE) );


++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:21 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Thanks, now it works. But waching forum function isn't working :/
I mean viewforum.php?f=1&watch=forum&start=0
It is happening the same as in print version before.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:23 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Even if you are logged in ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:24 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Yes, even i am logged in.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:27 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

mmh, I do not have this one on my test forums. Only guest are redirected for these.

Try another link in another forum just in case.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:34 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Ok, i have just tried viewforum.php?f=19&watch=forum&start=0
But it only redirects to /programavimas-f19/ and nothing is happening. (it doesn't mark as waching forum).
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 2:54 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

All right, I had not seen these links actually Laughing

So here is a fix, open viewforum.php and find :

Code:
   $phpbb_seo->seo_cond( $mark_read != 'forums' );


after add :

Code:
   $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'watch=') === FALSE) );


Find :

Code:
      $phpbb_seo->seo_cond( $mark_read == 'forums', false, 'do' );


After add :

Code:
      $phpbb_seo->seo_cond( (utf8_strpos($phpbb_seo->seo_path['uri'], 'watch=') !== FALSE), false, 'do');


++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 3:35 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Nice, thanks.

Now i am waiting for your seo generation statistics mod on footer, that we talked about Smile

Keep up good working.
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 3:40 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

had you noticed the No duplicate for phpBB3 ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 3:53 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

I have just installed it, but it doesn't add any statistics on footer like:
Quote:
Seo : 0.00027 s ( 0.26 % ) - 0 Titles ( 0.00 % ) - 3 URLs rewritten ( 100.00 % )
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 3:59 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Well of course, I was just mentionning this one was released today Wink

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sanis



Joined: 05 Jan 2007
Posts: 47

ADV SEO rewrite + Zero duplicatePosted: Sun Jun 03, 2007 4:04 pm    Post subject: Re: ADV SEO rewrite + Zero duplicate

Okey, thanks. I will be waiting for it.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 SEO TooLKit  » phpBB3 Zero duplicate
Page 1 of 2 Goto page 1, 2  Next

Navigation Similar Topics

Jump to: