fabulous snippet, works really great but i was wondering it any one had some insight on how i could also write out the categorys along with the node titles
I've been searching through drupal.org to find a concrete answer to this, but haven't been able to.
Does mailhandler support attachments in emails, or does it just strip them out? My experimentation says it just strips it out, and different references here on drupal.org seem indicate attachments aren't included, but I wasn't sure.
I am trying to access drupal functions (API calls) inside of page nodes. I have the PHP filter turned on. All other php code seems to work. The drupal functions don't return anything.
I'm trying to do something like this inside of a page node with the PHP filter turned on. . .
print("This is the path to my theme: ");
print(path_to_theme()."\n");