Could you tell us where the template of the function to remove a selected facet is?
We want to change clickable (-) mark to like "remove" or something more user-intuitive.

Comments

pkiraly’s picture

Hi Yuriko,

I made the active filter themable. I commited into the CVS. The theme function is like this:

/**
 * Makes a remove filter link
 * @param $search_path (String)
 *   The Drupal path
 * @param $label (string)
 *   The name of active filter
 * @param $get_params (Array)
 *   Other URL parameters (after the ? sign)
 * @return (String)
 *   The string to display
 */
function theme_xc_search_block_filter($search_path, $label, $get_params = NULL) {...}

I registered this theme in the xc_search_theme() function. Let me know your experience and ideas!

Péter

yurikoikawa’s picture

Hi Péter,

Thank you very much for your help.
We'll see what we can do to make it more approachable for users. I'll let you know if we find a good way.

Thank you again.

Yuriko