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  
 
   
Possible bug

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
::  
Author Message
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Thu Jan 31, 2008 10:50 pm    Post subject: Possible bug

The board notification e-mails contain a link back to the site, when the users click on this link they are taken to the login page. It takes them logging in 2 times before they are logged in, and then they are taken to the board index and not the post they clicked the link to.

This functionality did work prior to the Mixed SEO URL, and Optimal Titles installation.

I have confirmed that if the user is already logged in and clicks the link in the e-mail it does go to the thread.

Please advise,
Kyle
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

Possible bugPosted: Fri Feb 01, 2008 10:57 am    Post subject: Re: Possible bug

Yes, it's an issue with the zero duplicate.

Try replacing
Code:
      if (!$this->seo_opt['zero_dupe']['on']) {

with :

Code:
      if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) {


in phpbb_seo_class.php.

++

_________________
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
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Fri Feb 01, 2008 11:30 am    Post subject: Re: Possible bug

I have not installed Zero Duplicates yet... I am planning on it, but thought I better let you know just in case it is a issue win one of the other mods.

Thanks for the quick response.
Back to top
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Wed Feb 06, 2008 12:53 am    Post subject: Re: Possible bug

May have found another issue:

Quick-mod tools, do not seem to work after the mods. All of them produce the following error:
not allowed as quickmod
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

Possible bugPosted: Wed Feb 06, 2008 9:40 pm    Post subject: Re: Possible bug

Is Quick-mod tools a mod ?

_________________
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
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Thu Feb 07, 2008 2:49 am    Post subject: Re: Possible bug

No it is the built in moderation feature at the bottom lower right of a thread.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

Possible bugPosted: Thu Feb 07, 2008 9:00 am    Post subject: Re: Possible bug

I don't think it's related to the rewriting, I cannot reproduce the bug.
Could be a template or auth setting issue.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Fri Feb 08, 2008 11:50 pm    Post subject: Re: Possible bug

These are the only major changes to the site...
Back to top
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Sun Feb 10, 2008 3:15 am    Post subject: Re: Possible bug

Thought I would post that I found the issue with the quick-mod tools. When I setup SEO I set the site to always use "www", but in my serer settings I did not have the "www". After adding it the quick-mod tools are working.
Back to top
kyle1745



Joined: 21 Dec 2007
Posts: 32

Possible bugPosted: Sun Feb 10, 2008 3:16 am    Post subject: Re: Possible bug

Also back to the original issue... Is this still applicable if I have not loaded Zero Dupes yet?

Quote:
Yes, it's an issue with the zero duplicate.

Try replacing
Code:
if (!$this->seo_opt['zero_dupe']['on']) {

with :

Code:
if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) {


in phpbb_seo_class.php.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3482

Possible bugPosted: Mon Feb 11, 2008 9:31 am    Post subject: Re: Possible bug

kyle1745 wrote:
Thought I would post that I found the issue with the quick-mod tools. When I setup SEO I set the site to always use "www", but in my serer settings I did not have the "www". After adding it the quick-mod tools are working.


Great.

We'll work on the mailed link soon Wink

++

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Komanche



Joined: 23 Apr 2007
Posts: 1

Possible bugPosted: Mon Sep 29, 2008 10:36 am    Post subject: Re: Possible bug

dcz wrote:
Yes, it's an issue with the zero duplicate.

Try replacing
Code:
      if (!$this->seo_opt['zero_dupe']['on']) {

with :

Code:
      if (!$this->seo_opt['zero_dupe']['on'] || headers_sent()) {


in phpbb_seo_class.php.

++

hmm not working for me (resp. it is already included in the latest version of zero dupe)... It was doing the same problem before installation zero dupe, with adv_phpbb3_mod_rewriteV0-4-4 installed.
Site: www.offroadforum.cz
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14854

Possible bugPosted: Sat Oct 04, 2008 8:32 am    Post subject: Re: Possible bug

mm, did you make any modification to our code ?

Because I see links like :
Quote:
http://www.offroadforum.cz/seznamovaci-forum-f56.html-sid=ef2eeb72850b19463b4e865606a2368d


The hyphen should be a question mark with the default code.

I'll investigate further on emailed links, but it should as well work.

++

_________________
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
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite
Page 1 of 1

Navigation

Jump to: