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.
The web site I am working on needs an "e-card" where there would be set text that people would sign their name to and that text along with their name (and possibly contact info) would be sent to a specific person (such as an elected official).
This is different than a petition where the signatures are collected and then turned in. They want these to come in via e-mail like regular postcards would come through the mail.
I am trying to setup a site where people can create their own blog [NOT blogs. Just one blog per user]. I did the following,
Under administer link->access control->
I gave the authenticated user the rights to 'select different theme' under 'system module'.
Also, I installed and enabled 4-5 themes for the site.
I've created a custom module that has various input fields. The problem is, I don't see any 'input format' option beneath it (although I do have the 'path settings', 'url settings' etc at the bottom).
All html is being stripped out of the content before it is saved. How can I change the input format to full html for this custom content?
Ok - so I get 1000 trackback spams a day - I was thinking - if we change the trackback address daily/weekly - won't that help to combat some of the spam?
I would like to be able to customise the design of the newsletter that gets sent out from simplenews. I have modified the template with a "node-simplenews.tpl.php" in my theme folder, now I would like the email to use that theme.
The email appears to be constructed with the simplenews_node_prepare() module in the simplenews.module
I am wondering if anyone knows how to cause the simplenews_node_prepare() module to get the themed version?
The other thing I am going to try to do is allow subscriptions without user accounts.
On my site, www.jamzmgmt.com/blog if you use the search feature and type something from a recent blog it finds no results. I want the search feature to search everything ever submitted on my drupal side, including blogs. Please advise, thanks!