Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm sorry if this is a simple question, I cant find an answer to it.
Can someone direct me how I can have a event that is posted through the EVENTS module to be posted in the Drupal forum at the same time.
So for example, a user can go to Create Content> Event and automatically (or have an option) to both create and event which will go in to the calendar and automatically generate a post in the Drupal Forum.
I am trying to create multi step form that submits a node with 5.0. An example of the code below.
Two problems.
1. The form presents me with the Node "Preview" or "Submit" buttons rather than the "Next Step Button"
2. As a result of the above the node is being created before gathering additional data in step two.
I am currently using the code: <?php print t('!date — !username !badge', array('!username' => theme('username', $node), '!date' => format_date($node->created), '!badge' => user_badges_for_uid($uid))); ?></span>
I had the calender set to display a month calendar in a block. It simply dissapeared. I did not change any setting. I installed fileview, fileshare, and filebrowse; but disabling those did not help.
The premise is if a node is unpublished, it will only be shown if e=1 is appended.
I'm attempting to visit .com/cs/#?e=1
Here's the code- it's very short. I have cleared my cache using devel, so that's not the issue. I can view the node fine if I'm logged in as admin. http://drupal.pastebin.us/12994