Skip to main content
If you report a bug please specify the joomla and component version.

Multiple SELECT's

More
11 years 8 months ago #1029 by mackelito
Multiple SELECT's was created by mackelito
It would be great if we had the posibility to select multiple colors in the colorbox (or any module for that matter) :)

Please Log in to join the conversation.

More
11 years 8 months ago #1030 by redactie
Replied by redactie on topic Multiple SELECT's
I have been looking into that,

it's a bit tricky,

technically we could use array query parameters like q3[]=red&q3[]=blue

question is how to get it nice into a SEF url. use underscores : example.com/jeans/red_blue

underscores are currently removed by the parser so they are 'free' to abuse, ,'s and ;'s ain't
The following user(s) said Thank You: mackelito

Please Log in to join the conversation.

More
11 years 8 months ago #1033 by mackelito
Replied by mackelito on topic Multiple SELECT's
well I think that just to add like theurl/jeans/red,green,yellow would be great! :)

Please Log in to join the conversation.

More
11 years 8 months ago - 11 years 8 months ago #1034 by redactie
Replied by redactie on topic Multiple SELECT's
can't use commas they might be used in some categories ( Selectx ) or titles.

there are not many characters remaining: the underscore '_' and maybe the backslash '\'

So

theurl/jeans/red\green\yellow/women

or

theurl/jeans/red_green_yellow/women
Last edit: 11 years 8 months ago by redactie.

Please Log in to join the conversation.

More
11 years 8 months ago #1035 by mackelito
Replied by mackelito on topic Multiple SELECT's
Then if that´s the obly 2 options.. I would say "_" and not backslashes :)

Please Log in to join the conversation.

More
11 years 8 months ago - 11 years 8 months ago #1036 by redactie
Replied by redactie on topic Multiple SELECT's
Well here is THE LIST excluded by the parser, you votes please
  • \
  • _
  • >
  • < - used by html however that might work since we strip before html comes to action
  • [strike]' - quotes [/strike]
  • [strike]/ - used by http[/strike]
  • [strike]- - used by joomla[/strike]
  • [strike]: - used by joomla[/strike]
  • [strike]& - used by http[/strike]
  • [strike]" - quotes[/strike]
  • [strike]? - used by http[/strike]
  • [strike]+ - is an encoded space and joomla messes with the encoded '+' ( %2B )[/strike]
  • [strike]# - used by http[/strike]
  • [strike]% - used by http ( encoding), joomla probable messes with these as well[/strike]

the comma would be my favourite however then the comma must be excluded from all other terms and that might mess up a lot of websites...
Last edit: 11 years 8 months ago by redactie.

Please Log in to join the conversation.

Time to create page: 0.350 seconds