Goal: all created polls only require a title (eliminate poll-choice, and poll settings sections). When submitted, a poll is automatically created with only two options: yes, no.
I'm thinking I start with overriding a tpl file somewhere, but I can't see which one is used for the poll creation page. Suggestions?
Hello I was wondering if there was a way to display the comment form as a field in views?
I would like to display a list of nodes using views and under each outputted Body field, I would like the comment field associated with the given node. I am open to any suggestions outside of Views.
I created a content type called "Article - Timed Unpublish" with a date field. I want the user to be able to choose a day with this date field, that the article will automatically be unpublished on. I have spend a lot of time trying to figure this out. The closest I have gotten is setting up Rules to un-publish an "Article - Timed Un-Publish" node on creation. I cannot figure out how to get the date from the date field, and use this date to schedule a rule to run.