I've noticed that the urls are not consistent. Articles have for example the url
Code: Select all
http://www.domain.com/articles/politics/4-clinton.html
Code: Select all
http://www.domain.com/articles/politics/6-politics/4-clinton.html

Code: Select all
http://www.domain.com/articles/politics/4-clinton.html
Code: Select all
http://www.domain.com/articles/politics/6-politics/4-clinton.html
Thx for response! This should be a primary issue. Inconsistent urls are bad, since search engines have to deal with different addresses.infograf768 wrote: It s related to the way you reach the article, i.e. the menu concerned.
This is a legacy from the old Mambo.
It is unlikely to be solved in 1.5 final release.
I don't think, that this is so definite.StarShaper wrote:Thx for response! This should be a primary issue. Inconsistent urls are bad, since search engines have to deal with different addresses.infograf768 wrote: It s related to the way you reach the article, i.e. the menu concerned.
This is a legacy from the old Mambo.
It is unlikely to be solved in 1.5 final release.
No, I think, that "different urls" are "not a bug"infograf768 wrote: Do you think it can be implemented in 1.5 without a major overhaul?
If yes, I will move this to Q&T or, better, you could add it to the Tracker.
Hi, Amy! To decide, what's bug, and what's a feature, we should return to the question "What Joomla! is?". And Joomla!'s problem is in absence of defined and documented "architectural decisions" for such fundamental questions like "What is a page in Joomla!"... No one replied to my message on this subjectAmyStephen wrote: I think (and hope!) that this is a bug. I reported something similar awhile back. There have been a lot of SEF URL bug fixes this weekend.
So you may see, that what one may think is the "Link to the article" from the menu item (e.g. "Link to the web page of the article, that should have the same URL...") is in fact, a link to the page, defined by THIS menu item. Yes, this page has an article as part of it, but not "Article only", so it has its own URL...Pages. Are you sitting down? Because I’m about to lay one on ya. Ready? Web pages don’t exist. At least not in Joomla. When you think you’re looking at a web page, Joomla thinks you’re looking at a menu item. In fact, there’s no way in Joomla to see what is on a particular page, where the positions are, what modules are in what positions, what content shows, etc. Because Joomla doesn’t believe in pages! Frankly, I think it’s silly – the page is the fundamental unit of the web. But re-orient your brain, because Joomla is plugging its ears and singing “la la la la.”
That's "the secret," if you will.mikemills wrote: It seems that a possible workaround is to just use external links for your menu items, which link directly to the article URL.
Nice summary, Amy. It helped me realize that your item #4 ought to be a fairly easy bug to fix.AmyStephen wrote: IMO, that is System Generated Duplicate Content and it's a bug. That *is* the same page in Joomla!. It is driven by the same menu item. It should have the same URL.
Please note, that Joomla! SEF is not suitable (and is not intended) to be used for the second purpose. Of cause, something like:A permalink is a URL that points to a specific blogging entry even after the entry has passed from the front page into the blog archives. (Wikipedia)
Sorry, Amy, Joomla! doesn't have permalinks.AmyStephen wrote: Joomla! v 1.5 has permalinks, just as Berners-Lee instructs.
So, there are no permalinks in Joomla! and you agree, that they should be implementedAmyStephen wrote: Regarding your last question, I hope you do! Go for it!That's the beauty of the GPL and this architecture.
+ more info on the svn - but all of this looks and sounds great...........Fixed issues with relative urls, removed sef section from JModuleHelper
+ System SEF plugin
- Content SEF plugin
! Changes require a re-install or manual database update. Check diff.sql for details.
Of course it would! But, can't we at least celebrate taking the first step forward? SEF URLs were not supposed to be part of v 1.5 - unique system generated URLs were another step forward we were not expecting. Time to release. No, it's not "all" there. But, we can take the progress we have, stabilize it and use it, then take another step. They understand where to go - they need resources to do it, that's all.aliens wrote: So, why does Jooma! choose the Manufacturer menu to create the permanent link?
P.S.: Something better would be to manually choose from which menu to create the link or, even better, to be able to choose to create links from categories/sections and not necessarily from menus (and to remove that darn id)
Just to prevent a bit of confusion. The problem that is the subject of this thread still is resolved. This was a specific issue where the router was dropping a portion of the URL for the article page. Truly, this problem is resolved.infograf768 wrote: UNhappily, issues remain.
See tracker for details.
http://joomlacode.org/gf/project/joomla ... em_id=8603
http://joomlacode.org/gf/project/joomla ... em_id=8598
Hey Amy,AmyStephen wrote:Of course it would! But, can't we at least celebrate taking the first step forward? SEF URLs were not supposed to be part of v 1.5 - unique system generated URLs were another step forward we were not expecting. Time to release. No, it's not "all" there. But, we can take the progress we have, stabilize it and use it, then take another step. They understand where to go - they need resources to do it, that's all.aliens wrote: So, why does Jooma! choose the Manufacturer menu to create the permanent link?
P.S.: Something better would be to manually choose from which menu to create the link or, even better, to be able to choose to create links from categories/sections and not necessarily from menus (and to remove that darn id)
Hi, try to get used to the fact, that the only authoritative answer to the question "how" lies in the codealiens wrote: Hey Amy,
I do agree it's a step in the right size, but could you answer my question? I would really like to know how does the Joomla! router now choose how to create the article URLs.
Yuri -Hi, try to get used to the fact, that the only authoritative answer to the question "how" lies in the code
This type of software development process is not for everyone. Those who participate with Joomla! are free to choose to do those things they find interesting. No one is obligated to one another. We are a cooperative entity, moved forward by the dedication of volunteers who tend to perform better when they are encouraged.The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this.
I do not know the answer to your question. I avoid building websites with User Generated Duplicate Content. For me, it's a non-issue. I am thankful it was done, though, because so many people I have helped in the forums will benefit from this.aliens wrote: I do agree it's a step in the right size, but could you answer my question? I would really like to know how does the Joomla! router now choose how to create the article URLs.
Hey Amy,AmyStephen wrote: I do not know the answer to your question. I avoid building websites with User Generated Duplicate Content. For me, it's a non-issue. I am thankful it was done, though, because so many people I have helped in the forums will benefit from this.
If you want to know "how", I would also encourage you to look at the source code or experiment with the Search Results. That is a good tool for discovering a pattern since it is an easy way to access content outside of the menu system. If I were to guess, I would assume the menu item with the lowest primary key would be considered primary. But, I am not at all confident in that answer.
Thanks,
Amy![]()