> It is true, that the standard output of
> the Joomla "SEF" urls can be overridden if you have the necessary
> coding knowledge (I had to do this myself on the network of sites
> that I maintain), or if you want to take the time to make all those
> menu items. However, the point I was trying to make is that, for the
> survival of Joomla in a competitive market, you shouldn't have to.
Just yesterday, I found a hidden parameter: sef_advanced_link. It is
used in the routers of com_contact, com_content, com_newsfeeds, and
com_weblinks. If set to true (1), the ID is not added to the URL.
Currently, there seems to be no way to set this parameter from the
administration, but it is very simple to change the 8 occurrences of
$advanced = $params->get('sef_advanced_link', 0);
to
$advanced = $params->get('sef_advanced_link', 1);
I don't know, why this feature is not configurable.
HTH
Niels
--
| http://barcamp-wk.de · 1. Barcamp Westküste 30./31. März 2012 |
| http://www.bsds.de · BSDS Braczek Software- und DatenSysteme |
| Webdesign · Webhosting · e-Commerce · Joomla! Content Management |
------------------------------------------------------------------
> Just yesterday, I found a hidden parameter: sef_advanced_link. It is
> used in the routers of com_contact, com_content, com_newsfeeds, and
> com_weblinks. If set to true (1), the ID is not added to the URL.
I investigated it a lot more - unfortunately, the parsing of the URL
does not work properly, when the option is set to true.
> I don't know, why this feature is not configurable.
That might be the reason :(
Regards,
A couple people have noted that it works in simple environments, so maybe
with a couple of tweaks it will be good to use in larger environments?
That option got the attention of a few people, and it sounds like
something that we might want to make work sooner than later.
>--
>You received this message because you are subscribed to the Google Groups
>"Joomla! CMS Development" group.
>To post to this group, send an email to joomla-...@googlegroups.com.
>To unsubscribe from this group, send email to
>joomla-dev-cm...@googlegroups.com.
>For more options, visit this group at
>http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
>
>To post to this group, send an email to joomla-dev-cms@googlegroups.com.
>To unsubscribe from this group, send email to
> I found that it worked IF there was a direct menu link to the category but
> did not work when there was not
I can confirm that.
Am 14.04.2012 21:27, schrieb brian teeman:> I found that it worked IF there was a direct menu link to the category but
> did not work when there was notI can confirm that.
Regards,
Niels--
On Saturday, April 14, 2012 3:41:15 PM UTC-4, Niels Braczek wrote:
Am 14.04.2012 21:27, schrieb brian teeman:
> I found that it worked IF there was a direct menu link to the category but
> did not work when there was not
I can confirm that.
Regards,
Niels
--
| http://barcamp-wk.de · 1. Barcamp Westküste 30./31. März 2012 || http://barcamp-wk.de · 1. Barcamp Westküste 30./31. März 2012 |
From: elin <elin....@gmail.com>
To: joomla-...@googlegroups.com
Cc: nbra...@bsds.de
Sent: Monday, April 16, 2012 8:07 PM
Subject: Re: [jcms] Lets talk about the future
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To view this discussion on the web, visit https://groups.google.com/d/msg/joomla-dev-cms/-/rRy7DASycSMJ.
To post to this group, send an email to joomla-...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.
I'm curious as to what ways it was unreliable. Could not it have been placed in Global Configuration as an option, perhaps with an explanatory tooltip as to when it would work and when it wouldn't?Even if it was put up as an "at your own risk" patch, plugin, or even piece of documentation, It would have been nice to know the possibility existed. Even if only for hobby developers who might want to work on solving it as a project.If it was(and I'm not saying it wasn't, the joomla.org site is large..), then I apologize. But I did search for any possible solution to this problem, and it was the first I've heard of it.
Sincerely,
Aaron Wood, Creative Director
The Fresh Ink Group, LLC
To post to this group, send an email to joomla-dev-cms@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cms+unsubscribe@googlegroups.com.
From my own testing of this on a site just last week I can say that I was initially super excited about it and it just worked but then I started to get all sorts of issues (specifically when an item does not have a direct link)
In my opinion of training hundreds of users (new and experienced) they would all have used the option and then complained that their site was broken. The biggest problem is that unless you are "in the know" the issues you face are not immediately obvious to be the result of this setting.
On Tuesday, 17 April 2012 01:18:42 UTC+1, elin wrote:
No you really don't put things like that in the UI. Who in the world would say no to the advanced settings?
Elin
On Monday, April 16, 2012 8:15:25 PM UTC-4, Aaron Wood wrote:
I'm curious as to what ways it was unreliable. Could not it have been placed in Global Configuration as an option, perhaps with an explanatory tooltip as to when it would work and when it wouldn't?Even if it was put up as an "at your own risk" patch, plugin, or even piece of documentation, It would have been nice to know the possibility existed. Even if only for hobby developers who might want to work on solving it as a project.If it was(and I'm not saying it wasn't, the joomla.org site is large..), then I apologize. But I did search for any possible solution to this problem, and it was the first I've heard of it.
Sincerely,
Aaron Wood, Creative Director
The Fresh Ink Group, LLC
To post to this group, send an email to joomla-...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.