I need exactly like this to D7:
"Why would you want to do this? Let's suppose you are using Webform to allow your site users to register for upcoming events. In the old days it worked like this: you added a select component to your Webform, and then hand-entered the upcoming events. When the date of an event passed, you would have to go back to your component and update the list."
I am completely new to drupal but on my summer intership they want me to make a website. This far everything is working fine, I have set up a local host and started constructing my test site. I currently have some basic features like menus, articles and password protected files.
But i fear the next things will be much harder:
They have a measurement station where they do atmospheric observations. The station is controlled by a computer which recieves and displays the data and also does a live recording with a camera connected to the measurement station. They would like this data along with the live video to be displayed on the homepage. The homepage will not be on the same computer but on a server in the same house.
So the first problem is to display data collected from the station. The data form is a quite uncommon type used in space science so I doubt there is a module that can handle it.
the second problem is to make live streaming possible from the camera.
I am new to Drupal 7 views and I am really excited with the options that it provides.
My question is the following:
I managed to add a css style to each list element in the view.
Where should I place the css code that defines the style? Is there a way to add this directly through the interface, or should I place my code somewhere in my site? And if this is the case, where should this be, and how does it get linked to the page?
I am building a site using D7 which needs several password protected areas, each area will require its own unique log in details. These areas will contain content only accessible to people who know the log in details for that area.
How would I go about setting this kind of functionality up?
I am a newbie so any advice or links to tutorials will be really helpful.