| :: |
| Author |
Message |
kyle1745
Joined: 21 Dec 2007 Posts: 32
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14854
|
|
| Back to top |
|
 |
kyle1745
Joined: 21 Dec 2007 Posts: 32
|
Posted: 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
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14854
|
|
| Back to top |
|
 |
kyle1745
Joined: 21 Dec 2007 Posts: 32
|
Posted: 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

Joined: 15 Mar 2006 Posts: 3482
|
|
| Back to top |
|
 |
kyle1745
Joined: 21 Dec 2007 Posts: 32
|
Posted: 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
|
Posted: 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
|
Posted: 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

Joined: 15 Mar 2006 Posts: 3482
|
Posted: 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
++ |
_________________ 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
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14854
|
|
| Back to top |
|
 |
|
|