Currently displaying exposed filter as links generate non-friendly links such as:

my_view?category=29

It should be like: my_view/category_name

Any suggestions?

Code:

$elem['#children'] = l($value, bef_replace_query_string_arg($name, $key, $multiple, FALSE, $path));

Function: bef_replace_query_string_arg()

Comments

kenorb’s picture

mikeker’s picture

Status: Active » Closed (won't fix)

@kenorb, Thanks for the historical perspective... Interesting reading.

Working around Drupal's URL aliasing system is outside the scope of this module. We're using l(), which uses url(), so if Drupal cannot alias the canonical path, neither can BEF.

Sorry.