I am building drupal project and we have custom taxonomies like Products, Industries, Applications etc.
is it possible to create search experience as Amazon.com in Drupal? The ideal experience is to have this search term follow the user to their next click so that user sees relevant applications/industries / etc.
how can i make a User Menu like this on drupal.org? A general user icon, slide up with "Login" & "Register" and for registred users "My Dashboard", "My account" & "Logout".. exactly the same from drupal.org - do you know a simple method for this?
How do I set any message before page result? I have views block which has two expose filter and I wanted to set those expose value as a message i.e <h1> Search result for X & Y</h1>
As I am using black ajax filter and I am unable to accomplish my requirement. So far I have tried hook_views_post_view, hook_views_pre_view & theme_preprocess_views_view to set the message but doesn't work.
Any come across with such requirement please suggest me any solution.
I have a CCK content type for an HOA. The building name is the node title. Then there are three user reference fields: designated member (one), member (multiple select), and participating member (multiple select).