I've been sending a basic HTML-designed newsletter through the Simplenews module with some success. However, some users have reported receiving the newsletter with odd formatting -- all text, with all the links stripped out and dropped to the bottom of the email. Has anyone else encountered this, and how did you go about troubleshooting/solving the problem?
Are there folks out there who are successfully using the og2lists module in Drupal 5.x?
It looks I'm getting stuck on the mail-in.pl and mail-out.pl scripts -- they don't seem to be writing to the database, mail to the group mailing address does not send to the group members (though internal mail gets posted on the group site). I'm using exim as the MTA.
I'm wondering if this should work without too much trouble, if there are fixes, or if I should wait until the official release. Any suggestions/experiences with og2lists on 5.x would be very much appreciated.
Rick Hood has a very nice tutorial here for creating image galleries with imagefield, imagecache, cck and views. This is a great implementation for me except for the fact that I need to be able to dynamically create galleries and have them associated with users and such...
I think an ideal solution for me would be able to have a Gallery section under Create Content that creates a new gallery that you can then add images to. This would have to create a new View (clone?) for the gallery as well as adding a new term to the gallery taxonomy (this is not in the tutorial, but the basic principle is to have terms for each gallery in a taxonomy and filter by it in the view for each gallery).
Has anyone put any thought into using a view (clone?) as a content type? I would also have to have a piece of code that would create a new term in a specific taxonomy and then maybe pass it to the view as an argument so we could then filter by that argument for that gallery when the 'content type' was created.
I want to import other people's RSS feeds into my site and make it appear as my content and strip their URL from my site. I want their RSS content to say on my site forever. It would have list their site name as the source for the content on my site but their URL link is not clickable.
Hi,
I am trying to add a 'Delete' tab next to the normal 'View','Edit' and 'Track' tabs that appear when you are viewing a node (someone let me know if there is a better way other then the following to do this.). In my modules hook_menu function I add a menu item like this: