I want to create exposed filter in views (or something similar), which has node thumbnails inside. When user clicks thumbnail, the main content section will be updated to contain the "clicked node". Without Ajax this would be very easy. I could make normal block, and link images to nodes. But I want to load content with Ajax.
What do you think, how should I do that? Coding is no problem, but I'm wondering if somebody knows some simple way to get this done.
I don't know if there is such a module, but, I am looking for a module that will list local businesses, shops, doctors, etc. and I would be the only one who could add a listing to the directory.
I found a module called 'Directory' but it looks like it is only compatible with Drupal 6 and below.
I am trying to set up a search with exposed filters and views hacks. Views hacks appear to have some issues with taxonomy though.
I want the search to work like the autotrader search does, so select manufacterer and the next filter has a list of models for that manufacturer, select midel ans Click apply and you have your search results.
Which one is more performant:
- Using an external database with lots of data next to the Drupal database and calling that data in Drupal when needed, or
- Importing all the data into the Drupal database and continue with one database?
I have a setup with field-collections, file-fields and imagecache on drupal 7.9. When I upload a file php shows the following error in my logfile. Is this a file-permission problem? or something else?