What I need help with, is that the block only displays Events that are occuring in the next 60 days for example.
But if there is not an event in that date, that it displays whatever the next event is.
Once the current date has passed, that list will auto-populate the data, so it is dynamic.
I have created an RSS feed on my Drupal 6 site using Views RSS, mostly because I am needing to display calendar information with dates and I needed it to pull in CCK fields in the display. The feed actually works great, which you can see here: http://www.onlineatanthem.com/oaa-calendar-feed. It displays it exactly how I want it to display.
Hi everyone, I am new to drupal and I was wondering if is there any module that allows off the self video playback metrics or reports. I am very interested on using video for educational purposes but I would need to keep track of which users are watching them and if they are playing them up to the end
Many thanks!
I've got a drupal 7.x site that I'm using for a paid event's registration. It is very simple (a more automatic system is in the works) but here is how the process works.
Participants send in their payment, we mark them as paid by adding the "Paid" role to them. They also enter a lot of data (name, address, phone #, etc) into extended user fields.
I'm trying to send myself emails when comments or content is added.
Here, for example, is my message block for a content added action:
"New content has been added. See:
### Node
[comment:node:title] at: [site:url]node/[comment:node:nid]#comment-[comment:cid]"
And here's the email I get:
"New content has been added. See:
### Node
[comment:node:title] at: http://<mydomain>/drupal/node/[comment:node:nid]#comment-[comment:cid]."