I've found varying pieces of advice, and I'm looking at the code, but I'm not the only one who would like to know: What is the best practice for making a product with attributes? In my case, it is a piece of equipment with size, color and various options. Thanks for the support!
I'm no php/html guru (actually, I'm a total blank when it comes to both) but I'd love to be able to set a cron job every hour that grabs some information (statistics or stuff like that) and puts it in a textfile, lets say info.txt (or any filename).
Is it possible to make drupal include the text from that file in a node/page/article/whatever ?
I was wondering if it is possible to implement pages that function like the site-wide "front page" (aka or "node"), except for individual users. For example, user Betsy can upload content, and each time she does, it shows up at the top of domain.com/Betsy just like it would on the front page of the entire site. Is this possible?