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'm trying to modify the email that is sent via Webform, but only for a specific webform that I created. According to the instructions I have to copy the webform-mail.tpl.php file to my themes directory and rename it "webform-mail-[node id here].tpl.php", replacing [node id here] with the node ID of the webform. So I changed the file name to "webform-mail-event-request-form-0.tpl.php" and put it in my /redhatsociety.com/sites/all/themes/red_hat_society directory, but that did not give me the correct template.
So what I've got is some user accounts that are businesses and each business has it's own directory listing and it's own coupon (coupons and directory listings are content types).
I need to create a views table that shows directory listing (title linked to own content, and an image field) and a few fields from the coupon all in the same row (the only way that the business directory listings and coupons are related is that there author is the same).
My site uses drupal6,and i download the whole site to my computer for a test,but i find the path is still point to the server address.
Thanks for any help.
Sorry,i don't known how to upload a picture,then i give a link http://blog.sina.com.cn/s/blog_748fd4180101jgdi.html
I recently moved a site from Ubuntu to Centos 6. The migration was smooth expect that the YUI menu doesn't show the sub-menus that drop down when the cursor hovers over it. I compared and checked the old site and the new site settings and they seem to be the same. Using firebug I compared the two home pages and discovered that some javascript was not being included in the new site. So my suspicion was that the security context settings was preventing it from being included.
I would like to email the content of a page automatically every 6 months to a client.
I can do it manually using the 'Printer, email and PDF versions' module but am not sure how to set up a trigger to interact with the module?