开发者

Drupal Views: How can I log searches?

开发者 https://www.devze.com 2023-01-17 05:22 出处:网络
Is there a module that allows me to log all the searches made on 开发者_如何转开发a view ? Thanks !I think you will need to write custom code to achieve that! I\'m assuming you know some basics about

Is there a module that allows me to log all the searches made on 开发者_如何转开发a view ?

Thanks !


I think you will need to write custom code to achieve that! I'm assuming you know some basics about writing Drupal custom code. You will need to use a hook that gets called before your view is displayed. In the hook you should log whatever information you want e.g. the keyword that was entered in the exposed filter.

Please see http://drupalcontrib.org/api/group/views_hooks/6 for the hooks that are available to you in Views.

I'm guessing you would probably use something like hook_views_pre_render

0

精彩评论

暂无评论...
验证码 换一张
取 消