Taking a specific query as a hard-coded example, I am able to get filtered results with proper facet count with the following query to the search engine:
I want to encode an email id in a text box of drupal admin backend in user edit form. I want to display user email in text input and when i see the email id in page source then the email id should be encoded. How to do this ?
Hey guys, I am a bit of a newbie in terms of coding drupal modules so be as expicitly detailed as you can :) I have a search_views_query_alter functioning that I am using to override a certain view by writing my own SQL query. The problem I'm getting is that my data is the only thing displayed on the page running the view. As an alternative I thought calling another view from within my function might enable me to get a properly formatted page. Is this possible? If so, how would I do this?
I was using profile module on drupal six but upgrading to drupal 7 i get the below error... i've been searching for answers in vain....
Fatal error: Call to undefined function profile_view_profile() in xxxxx\sites\all\modules\ctools\plugins\content_types\user_context\profile_fields.inc on line 36