[TYPO3] Handling parameters in RealUrl
PEF
xx at xx.xx
Mon Jun 12 14:33:28 CEST 2006
By writing this in the postVarSets-section:
'postVarSets' => array(
'_DEFAULT' => array(
'cat' => array (
array(
'GETvar' => 'cat',
'valueMap' => array (
'koekkenudstyr' => 1,
'koekkenudstyr' => 2,
'kitchen-supplies' => 3,
'husholdning' => 4,
'husholdning' => 5,
'house-hold' => 6,
'goer-det-selv' => 7,
'goer-det-selv' => 8,
'handy-man' => 9,
'personlig-pleje' => 10,
'personlig-pleje' => 11,
'personal-care' => 12,
'legetoej' => 13,
'legetoej' => 14,
'toys' => 15,
),
'noMatch' => 'bypass'
),
),
...
...
I get the following url:
http://../../products/cat/kitchen-supplies
But I want to ommit the cat-section i the url:
http://../../products/kitchen-supplies
I've tried to remove the first 'cat'-array, but that didn't work.
Any ideas?
Regards
Peter
PEF wrote:
> Hey,
>
> I am using RealUrl and I have a small problem handling a parameter. In
> my example, I have a parameter called "cat" for category. This cat
> parameter also determins a certain part of the menu - created as a
> fake-menu.
>
> The menu part in question looks like this:
> PRODUCTS
> - Household
> - Kitchen
> - Toys
>
> When clicking the menu item Household, the url says:
> http://.../.../uk/household/products
>
> But I want it to say:
> http://.../.../uk/products/household
>
> Same goes for Kitchen and Toys too.
>
> I've tried to make some changes to localconf.php, but without any luck.
>
> Regards
> Peter
More information about the TYPO3-english
mailing list