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 some help on an issue that I believe is related to this method. On line 209 the '#template' property includes a string of date by username that is bracketed by {% trans %} twig filter. On my node revision pages, it just reads 'date by username'. If I remove the {% trans %} filter it works. Any help on this would be appreciated. Thanks!
ok, this is probably a dumb question but, here's the situation.
I've got several sites in development on a Macbook Pro, MAMP system. Most everything works, except for email from the system. For example, if I go to the login page, and I pick the "Reset Password" tab, and I enter my username or password, and I wait a few, and check my e-mail, I'll get Nothing. If I create a new account, enter my e-mail etc. and it says it's sending info to my email... nothing comes. EVER. Everything else seems to work, but no e-mail. I'm not sure where to start looking on this one.
I'm attempting to create a form with the Webform module that will allow any authenticated user to input data that will get stored in my MySQL database. I've created a simple form that allows an authenticated user to input into a text field and a text area. By default the data winds up in my database tables drup_webform_submission and drup_webform_submission_data. I'd like to control which tables the data (entered into the form) winds up in.