I have already created the event that are referenced through the promoter to list the events. I can create a calendar simple, but what I am after is a table that shows the full month split up into each week, exactly like this;
We are using Drupal 7 and the Services API connecting to our iOS and Android APPs. The purpose of the APP is to record video and upload the YouTube link to the website. Both APPs are currently able to authenticate the user and create a node with the parameters of type, title, and body. The problem is two-fold:
1. How do we create a node with file field using the Media and Media:YouTube modules
2. How do we create a node with entity reference fields using widgets such as OG Reference, Select and Autocomplete
How to get Sum total of a value in a table of the latest entered data and not summate older values?
We have a content type called Yard Inventory which references to a content type Yard using Entity Reference. There is a field called Hives in Yard Inventory and now we want to find the Total Hives based on just the latest entry made, excluding the previous entries.
I need to have a single Gmap display which shows several different content types as well as my Users in order to be able to show Users in relation to points of interest.
Views by default will only let me show locations, content, or users; but mixing two content types seems to be a bit of a challenge.
So, I can map my users, I can map my content, and I can map all of my locations. So, my question is basically what do I need to do to get this done?