Garegin Papian

Results 8 comments of Garegin Papian

Please write an example I did not understand what you mean.

Please help. I rummaged everything. But I can not understand how do it programmatically

This code works, when use select filter, But how to create range filter for exposed filter? ``` /** * Implements hook_menu(). */ function viewmodule_menu() { var items = {}; items['viewmodule']...

I found a solution how to use range in views Example ``` function my_module_menu() { try { var items = {}; items['map'] = { title: 'Map', page_callback: 'my_module_map', pageshow: 'my_module_map_pageshow'...

I found a solution how to use range in views Example ``` function my_module_menu() { try { var items = {}; items['map'] = { title: 'Map', page_callback: 'my_module_map', pageshow: 'my_module_map_pageshow'...

I use this [patch](https://www.drupal.org/project/services/issues/2224803#comment-11477609)

I use this [patch](https://www.drupal.org/project/services/issues/2224803#comment-11477609), but the patch does not work for me.