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 having trouble getting the scheduler module to work. I have the most recent version installed, and it's created the appropriate database tables. I've set content types to allow for publish dates, and permissions to allow authenticated users to set dates and times - though I'm actually the only user with access to the site to produce content and I'm King of the Heap. When the time comes for it to publish the article, nothing happens. I also have JStools installed for the popup claendars. Entering dates manually or using the calendar produce the same results.
I had my defaults for content originally set to unpublished and I've now changed this to published, just in case, but this doesn't seem to make any difference. I also noticed that I am unable to get a story to publish by checking "publish" in the article's Publishing Options, even if the scheduling options are now in the past. If I return to the article after doing this, the "publish" option is once again unchecked. I am able to get the article to publish, though, when I select the article in the content management pane, and then instruct it to publish and select update.
From what I can tell I've followed all the steps I'm supposed to, and I also have a cron.php running regularly.
I'm looking for guidance in trying to customize node previews for the front page. I have designated tables I'd like the information to go into and I have a format I want to use for each preview, but the code I'm using to display the content just uses the standard formatting. Where might I go about changing how the information is output? I'd like to change the style and organization of the preview it creates.
Im trying to write a small php script for a page in drupal. At the end, the script should create some event nodes.
For now, im stuck while trying to use some of the drupal API. the code