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've created a new node type, which allows anonymous users to post something and puts their email address into a database. The whole idea here is to not show their email address. I've added a form to the bottom of the node, allowing people to contact the user.
There lies my problem in getting an email sent to the original user. I can't even seem to get a generic email sent when the form is filled out...
This is all new to me and I've been searching/reading for days but nothing I try seems to work. :P
Hello! I am interested in removing the script that checks that the person in the "Authored by" field of the submit story page is a registered user. I would like to be able to publish some stories on my site that are by authors that are not registered on my site. Thanks for the assistance.
So, I am in the process of developing a module. There is a component that I am still not sure on the design of. Basically, I am looking at wanting to embed an image on the page as part of the module. The question I have is, what is the best approach to exposing this? I should add the idea is that the image is coming from an external server. The URL for the image is defined as part of the module.
I have a custom node type/module called "summaries" that I'd like to exclude from all search results. I see ways to get my module included in the search api docs, but how do I exclude a specific node->type?
Search http://www.realself.com for Microdermabrasion and the 9th result down you'll see "summaries" - this is only supposed to be visible to editors/admins. The access permissions are setup correctly.
So, what I'm looking to do is create a monthly newsletter that shows recent posts ** that the user has access to (in OG) **, as well as reminds each user of their profile status and other 'user-dependent' information. I looked at the simplenews module, but I don't think that'll do it.
The question is, is there something special I need to do, once I'm inside a loop (going through each user), to have PHP parse all the node teasers and other dynamic data into an HTML string I can email off? Do I need to somehow force PHP to parse\render the content string?