[RFC] Hide forum (f) variable from topic url
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
Isn't the forum being determined internally for other features when it's not present? i.e. the breadcrumbs.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
Well we create the parameter later on viewtopic, but when we create the session entry nothing has been done and we need the session/auth to do stuff
Member of the Development-Team — No Support via PM
- Volksdevil
- Registered User
- Posts: 84
- Joined: Tue Sep 04, 2012 2:17 pm
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
Ah, understood. So it's more of an issue than it first seems. It's not really my thing but, can it not be fixed via a query somewhere? Apologies if that sounds too 'Simple' but like I say, database stuff is way over my head.nickvergessen wrote:It's not only about showing "yourself", but it doesnt show "yourself" to anyone. So when we remove it from the URL, the feature becomes quite useless, as everyone does not show to anyone.
Superb hosting with Kualo!
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
My Volkswagen Corrado G60 | Car Wheels Classifieds UK
Vw Corrado G60 Forum | Vw Corrado G60 History | Vw Corrado G60 Buyers Guide
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
yes, 1 additional query on the most loaded page of phpbb for each page call, instead of adding simple 4 characters to some urls
Member of the Development-Team — No Support via PM
Re: [RFC] Hide forum (f) variable from topic url
Shouldn't this be considered a major bug?nickvergessen wrote:It's not only about showing "yourself", but it doesnt show "yourself" to anyone. So when we remove it from the URL, the feature becomes quite useless, as everyone does not show to anyone.
Here's why I think that:
Some time ago we had the problem of duplicate links. Now that we point to canonical links that problem hopefully belongs to the past. However, Google will now serve the canonical links, which means that all visitors coming from search engines will have clicked on links without the f= parameter and as a result they will be all browsing as invisible.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
No, they will just be listed as browsing the board instead of a topic in this particular forum.Louis7777 wrote:Some time ago we had the problem of duplicate links. Now that we point to canonical links that problem hopefully belongs to the past. However, Google will now serve the canonical links, which means that all visitors coming from search engines will have clicked on links without the f= parameter and as a result they will be all browsing as invisible.
Also as soon as they use the pagination, they will be listed in the forum.
But yes, all this is a bug, so we use this easy workaround (adding f= to the url)
Member of the Development-Team — No Support via PM
Re: [RFC] Hide forum (f) variable from topic url
Louis7777 wrote:However, Google will now serve the canonical links, which means that all visitors coming from search engines will have clicked on links without the f= parameter and as a result they will be all browsing as invisible.
Absence of the parameter f= in canonical link is a mistake, I believe.
Sorry for my English.
Re: [RFC] Hide forum (f) variable from topic url
And the reason is...?Sumanai wrote: Absence of the parameter f= in canonical link is a mistake, I believe.
Re: [RFC] Hide forum (f) variable from topic url
Canonical version should be one the most common. Now most references on the forum with the parameter f =.
I think a mistake that all the links are with the parameter f =, and the canonical version without
I think a mistake that all the links are with the parameter f =, and the canonical version without
Sorry for my English.
- nickvergessen
- Former Team Member
- Posts: 733
- Joined: Sun Oct 07, 2007 11:54 am
- Location: Stuttgart, Germany
- Contact:
Re: [RFC] Hide forum (f) variable from topic url
well we use without f= so when the topic is moved, the canonical URL does not change.
Otherwise you get duplicate pages again, because the old links will still work
Otherwise you get duplicate pages again, because the old links will still work
Member of the Development-Team — No Support via PM