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 need a module that adds a "subscribe to this blog" block on each blog. Anybody, including anonymous visitors, should be able to enter an email address to subscribe, and at the end of every day, if the blog has new content, an email would be sent to all the subscribers, listing the titles of the new entries and a link to the blog. In the email, it should also provide a link for the user to unsubscribe.
I found the Flexinode module to be pretty incredible in its ability to create sortable tables of data and also to display lists. I have created a flexinode for stock deals that I'm tracking. I would love to be able to enable my users to view this information in the tabular view and sort by the current change in stock price. The stockapi module looks like it is perfect for getting the latest stock ticker info.
I followed the directions at http://drupal.org/node/18429 but I get table not found errors. Clearly, Drupal is not seeing the database I set in db_set_active();
I have a customer who wants to use Macromedia Contribute to maintain content. The site structure is predefined, it's really just existing pages they might want to change, and the staff know and use Contribute.
A couple of features of Contribute are: you can secure a single folder for users to access and the user can be limited to the css files referred to by these document they are editing. FWIW, it also hides head/php/javascript from the user,
Can someone help me debug a module I'm writing? The check_output() calls in the function that formats the output (starting on line 263) doesn't seem to be doing anything. I don't get urls autoconverted or linebreaks, just plain text.