I'm having a problem with a core function on my site - DestinationRecommended.com. The site has several content types that utilize an entity reference field that connects a taxonomy of destination names to the content type. The field is always auto-fill, and it has worked fine for over a year. All of the user-generated content, our new commerce products, etc. all need to be connect to a destination.
I am able to create messages when users comment on a piece of content. I'm trying to use view aggregation to group these messages based on content ID. This works fine (e.g. it can produce a row stating there were 12 comments on a piece of content). What I'd like is something similar to Facebook's alerts, where I would produce something like Jane, Jill, Julia, and 9 others commented on a piece of content. How could I do this? Is it possible to access the grouped items once a view has aggregated them?
How to get nearby zip codes of a particular zip code and radius using google map in Drupal 7? Zip code and radius fields are there in search form. After providing a particular zip code and radius(ex 5 mile), it will return some zip codes within the given radius. How google map api will process the particular zip code(12345) and given radius(5 miles) and return a set of nearby zip codes?
I recently started a gig where I will need to start the process of upgrading a Drupal 7 site to Drupal 8. I have been looking in vain online for sample documentation or templates I can use to start documenting the entire site.