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.
Here's what I'm trying to do: I have a custom flexinode nodetype created that includes a date field. I want to have a block display only the content whose date matches today's date. Right now I'm using the Scheduler module to just have the nodes be published/unpublished at the beginning/end of each day (and I'm having to manually enter the midnight starting and ending time for each and every node).
Since yesterday, I've been getting this error in my php logs:
Can't find file: '/node_comment_statistics.frm' (errno: 13) query: SELECT last_comment_timestamp, last_comment_name, comment_count FROM node_comment_statistics WHERE nid = 39 in /var/www/html/includes/database.mysql.inc on line 66.
I want to add the if statement to this bit of code so that the default user profile image will load if they haven't uploaded one. Right now, it shows a broken image. Thanks!
Howdy! Still getting a feel for the power of Drupal and trying to seek out all of the modules I'd like to use over the next few months as I build a handful of sites. Out of curiosity, are there any current/active modules that interface CafePress with Drupal? I'm thinking more along the lines of a customized/categorized store than of anything related to the affiliate system.